[Midnightbsd-cvs] mports [24280] trunk/lang/gnustep-base: gnustep base 1.25.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 9 16:41:22 EDT 2018


Revision: 24280
          http://svnweb.midnightbsd.org/mports/?rev=24280
Author:   laffer1
Date:     2018-09-09 16:41:21 -0400 (Sun, 09 Sep 2018)
Log Message:
-----------
gnustep base 1.25.0

Modified Paths:
--------------
    trunk/lang/gnustep-base/Makefile
    trunk/lang/gnustep-base/distinfo
    trunk/lang/gnustep-base/pkg-plist

Added Paths:
-----------
    trunk/lang/gnustep-base/files/patch-configure

Modified: trunk/lang/gnustep-base/Makefile
===================================================================
--- trunk/lang/gnustep-base/Makefile	2018-09-09 20:28:08 UTC (rev 24279)
+++ trunk/lang/gnustep-base/Makefile	2018-09-09 20:41:21 UTC (rev 24280)
@@ -1,7 +1,8 @@
+# Created by: Thomas Gellekum <tg at FreeBSD.org>
 # $MidnightBSD$
 
 PORTNAME=	gnustep-base
-PORTVERSION=	1.24.8
+PORTVERSION=	1.25.0
 CATEGORIES=	lang devel gnustep
 MASTER_SITES=	GNUSTEP/core
 
@@ -8,70 +9,68 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep Foundation library
 
-LICENSE=	gpl3 lgpl3
+LICENSE=	gpl lgpl
 LICENSE_COMB=	multi
 
-LIB_DEPENDS+=	libffi.so:${PORTSDIR}/devel/libffi
-LIB_DEPENDS+=	libxml2.so:${PORTSDIR}/textproc/libxml2
-LIB_DEPENDS+=	libxslt.so:${PORTSDIR}/textproc/libxslt
-LIB_DEPENDS+=	libgmp.so:${PORTSDIR}/math/gmp
-LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
-LIB_DEPENDS+=	libicuuc.so:${PORTSDIR}/devel/icu
-LIB_DEPENDS+=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
+BROKEN_aarch64=		fails to compile: <inline asm>:1:27: unexpected token in argument list
 
-USE_AUTOTOOLS=	autoconf
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-procfs --disable-openssl --enable-tls \
-		--disable-libdispatch \
-		--with-zeroconf-api=mdns \
-		--with-tls-prefix=${LOCALBASE} TLS_CONFIG="pkg-config -gnutls" \
-		--disable-mixedabi \
-		--target=${ARCH}-portbld-freebsd9.1 \
-		--host=${ARCH}-portbld-freebsd9.1
+LIB_DEPENDS+=	libffi.so:devel/libffi
+LIB_DEPENDS+=	libxml2.so:textproc/libxml2
+LIB_DEPENDS+=	libxslt.so:textproc/libxslt
+LIB_DEPENDS+=	libgmp.so:math/gmp
+LIB_DEPENDS+=	libgcrypt.so:security/libgcrypt
+
+RUN_DEPENDS+=	${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnustep-make
+
 USES=		pkgconfig iconv gnustep
 USE_GNUSTEP=	build
 USE_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
-CONFIGURE_ENV+=	OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
-USES=		pkgconfig gnustep iconv
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM \
+		--with-ffi-include=/usr/local/include --with-ffi-library=/usr/local/lib/
+CONFIGURE_ENV=	OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
+#CONFIGURE_TARGET=	${ARCH}-portbld-freebsd10.4
 
-
 MAKE_FLAGS=	OPTFLAG="${CFLAGS}"
-MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
 
-PLIST_SUB+=	LOCALBASE=${LOCALBASE}
 ETCDIR=		${LOCALBASE}/etc
-STAGEHEADER=	${FAKE_DESTDIR}${TRUE_PREFIX}/GNUstep/System/Library/Headers
+STAGEHEADER=	${STAGEDIR}${PREFIX}/GNUstep/System/Library/Headers
 
-PLIST_SUB+=	BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
+PLIST_SUB+=	BASEVERSION=${PORTVERSION:R}
 
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE=		ICU GNUTLS
+OPTIONS_RADIO=		ZEROCONF
+OPTIONS_RADIO_ZEROCONF=	AVAHI MDNS
+OPTIONS_DEFAULT=	ICU GNUTLS MDNS
+OPTIONS_SUB=		yes
 
-PATH:=	${PREFIX}/GNUstep/System/Tools:${PATH}
+ZEROCONF_DESC=		Zeroconf (Bonjour) support
+AVAHI_DESC=		Zeroconf via Avahi (preferred)
+MDNS_DESC=		Zeroconf via mDNSResponder
 
-post-build:
-.for i in ${MAKE_APPS}
-	(cd ${WRKSRC}/${i}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \
-		${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
-.endfor
+ICU_LIB_DEPENDS=	libicuuc.so:devel/icu
+ICU_CONFIGURE_OFF=	--disable-icu
 
+GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
+GNUTLS_CONFIGURE_OFF=	--disable-tls
+
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MAVAHI}
+CONFIGURE_ARGS+=	--with-zeroconf-api=avahi
+LIB_DEPENDS+=		libavahi-client.so:net/avahi-app
+.elif ${PORT_OPTIONS:MMDNS}
+CONFIGURE_ARGS+=	--with-zeroconf-api=mdns
+#LIB_DEPENDS+=		libdns_sd.so:net/mDNSResponder
+.else
+CONFIGURE_ARGS+=	--disable-zeroconf
+.endif
+
 post-extract:
-	@${SED} -e "s=%%PREFIX%%=${LOCALBASE}=" \
-		-e "s=%%LDCONFIG_GCC%%=${LDCONFIG_GCC}=" \
-		${FILESDIR}/GNUstep.sh \
-		> ${WRKSRC}/GNUstep.sh
-	@${REINPLACE_CMD} -e "s|/usr/local/|${LOCALBASE}/|" \
-		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s|/usr/local/|${LOCALBASE}/| ; \
+		s|HAVE_TLS|HAVE_GNUTLS|" ${WRKSRC}/configure
 
 post-install:
-	-@${MKDIR} ${FAKE_DESTDIR}${ETCDIR}/rc.d
-	${INSTALL_SCRIPT} ${WRKSRC}/GNUstep.sh ${FAKE_DESTDIR}${ETCDIR}/rc.d/GNUstep.sh
 	${INSTALL_DATA} ${FILESDIR}/gdomap_if ${FAKE_DESTDIR}${ETCDIR}
-	${RMDIR} ${STAGEHEADER}/gnustep/base
-	${RMDIR} ${STAGEHEADER}/GNUstepBase/unicode
 
-.for i in ${INSTALL_APPS}
-	(cd ${WRKSRC}/${i}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \
-		${SETENV} ${MAKE_ENV} ${GMAKE} -d ${MAKE_FLAGS} ${MAKEFILE} ${FAKE_MAKEARGS} ${INSTALL_TARGET})
-.endfor
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/lang/gnustep-base/distinfo
===================================================================
--- trunk/lang/gnustep-base/distinfo	2018-09-09 20:28:08 UTC (rev 24279)
+++ trunk/lang/gnustep-base/distinfo	2018-09-09 20:41:21 UTC (rev 24280)
@@ -1,2 +1,3 @@
-SHA256 (gnustep-base-1.24.8.tar.gz) = 5b2a7042bc5001e97ac090143244a4344a6cba72cee53f3840e2492d3db443cb
-SIZE (gnustep-base-1.24.8.tar.gz) = 3515290
+TIMESTAMP = 1495189059
+SHA256 (gnustep-base-1.25.0.tar.gz) = f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347
+SIZE (gnustep-base-1.25.0.tar.gz) = 3528599

Added: trunk/lang/gnustep-base/files/patch-configure
===================================================================
--- trunk/lang/gnustep-base/files/patch-configure	                        (rev 0)
+++ trunk/lang/gnustep-base/files/patch-configure	2018-09-09 20:41:21 UTC (rev 24280)
@@ -0,0 +1,19 @@
+--- configure.orig	2018-09-09 14:25:14.516964000 -0400
++++ configure	2018-09-09 14:25:45.986827000 -0400
+@@ -5794,7 +5794,7 @@
+ # This is just for configuring. Later, in config.make, INCLUDE_FLAGS
+ # goes in CONFIG_SYSTEM_INCL and LIBS goes in CONFIG_SYSTEM_LIBS
+ case "$target_os" in
+-  freebsd* | openbsd* )
++  freebsd* | openbsd* | midnightbsd*)
+ 	        CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+ 		LDFLAGS="$LDFLAGS -L/usr/local/lib";;
+   netbsd*)	CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
+@@ -10313,6 +10313,7 @@
+   case "$target_os" in
+     freebsd2*)	enable_fake_main=yes;;
+     freebsd*)	;;
++    midnightbsd*)	;;
+     kfreebsd*)	enable_fake_main=yes;;
+     netbsd*)	enable_fake_main=yes;;
+     openbsd*)	enable_fake_main=yes;;


Property changes on: trunk/lang/gnustep-base/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/lang/gnustep-base/pkg-plist
===================================================================
--- trunk/lang/gnustep-base/pkg-plist	2018-09-09 20:28:08 UTC (rev 24279)
+++ trunk/lang/gnustep-base/pkg-plist	2018-09-09 20:41:21 UTC (rev 24280)
@@ -21,8 +21,6 @@
 GNUstep/System/Library/Documentation/man/man8/gdomap.8.gz
 GNUstep/System/Library/Headers/Foundation/Foundation.h
 GNUstep/System/Library/Headers/Foundation/FoundationErrors.h
-GNUstep/System/Library/Headers/Foundation/GSMime.h
-GNUstep/System/Library/Headers/Foundation/GSXML.h
 GNUstep/System/Library/Headers/Foundation/NSAffineTransform.h
 GNUstep/System/Library/Headers/Foundation/NSArchiver.h
 GNUstep/System/Library/Headers/Foundation/NSArray.h
@@ -162,6 +160,7 @@
 GNUstep/System/Library/Headers/GNUstepBase/NSData+GNUstepBase.h
 GNUstep/System/Library/Headers/GNUstepBase/NSDebug+GNUstepBase.h
 GNUstep/System/Library/Headers/GNUstepBase/NSFileHandle+GNUstepBase.h
+GNUstep/System/Library/Headers/GNUstepBase/NSHashTable+GNUstepBase.h
 GNUstep/System/Library/Headers/GNUstepBase/NSLock+GNUstepBase.h
 GNUstep/System/Library/Headers/GNUstepBase/NSMutableString+GNUstepBase.h
 GNUstep/System/Library/Headers/GNUstepBase/NSNetServices+GNUstepBase.h
@@ -174,12 +173,6 @@
 GNUstep/System/Library/Headers/GNUstepBase/NSThread+GNUstepBase.h
 GNUstep/System/Library/Headers/GNUstepBase/NSURL+GNUstepBase.h
 GNUstep/System/Library/Headers/GNUstepBase/Unicode.h
-GNUstep/System/Library/Headers/gnustep/unicode/caseconv.h
-GNUstep/System/Library/Headers/gnustep/unicode/cop.h
-GNUstep/System/Library/Headers/gnustep/unicode/cyrillic.h
-GNUstep/System/Library/Headers/gnustep/unicode/decomp.h
-GNUstep/System/Library/Headers/gnustep/unicode/latin2.h
-GNUstep/System/Library/Headers/gnustep/unicode/nextstep.h
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/English.lproj/Localizable.strings
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Esperanto.lproj/Localizable.strings
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/French.lproj/Localizable.strings
@@ -324,6 +317,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Eirunepe
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/El_Salvador
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Ensenada
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fort_Nelson
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fort_Wayne
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fortaleza
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Glace_Bay
@@ -397,6 +391,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Acre
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Velho
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Puerto_Rico
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Punta_Arenas
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Rainy_River
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Rankin_Inlet
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Recife
@@ -452,10 +447,12 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Aqtobe
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ashgabat
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ashkhabad
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Atyrau
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Baghdad
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bahrain
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Baku
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bangkok
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Barnaul
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Beirut
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bishkek
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Brunei
@@ -471,6 +468,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dili
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dubai
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dushanbe
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Famagusta
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Gaza
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Harbin
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Hebron
@@ -527,6 +525,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Thimbu
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Thimphu
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tokyo
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tomsk
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ujung_Pandang
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulaanbaatar
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulan_Bator
@@ -535,6 +534,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vientiane
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vladivostok
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yakutsk
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yangon
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yekaterinburg
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yerevan
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Atlantic/Azores
@@ -632,6 +632,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Etc/Zulu
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Amsterdam
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Andorra
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Astrakhan
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Athens
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Belfast
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Belgrade
@@ -652,6 +653,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Jersey
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kaliningrad
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kiev
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kirov
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Lisbon
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Ljubljana
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/London
@@ -672,6 +674,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Samara
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/San_Marino
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Sarajevo
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Saratov
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Simferopol
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Skopje
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Sofia
@@ -679,6 +682,7 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tallinn
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tirane
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tiraspol
+GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Ulyanovsk
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Uzhgorod
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Vaduz
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Vatican
@@ -826,8 +830,8 @@
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/Localizable.strings
 GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/TraditionalChinese.lproj/Localizable.strings
 GNUstep/System/Library/Libraries/libgnustep-base.so
-GNUstep/System/Library/Libraries/libgnustep-base.so.1.24.8
-GNUstep/System/Library/Libraries/libgnustep-base.so.1.24
+GNUstep/System/Library/Libraries/libgnustep-base.so.%%BASEVERSION%%
+GNUstep/System/Library/Libraries/libgnustep-base.so.%%VERSION%%
 GNUstep/System/Library/Makefiles/Additional/base.make
 GNUstep/System/Tools/HTMLLinker
 GNUstep/System/Tools/autogsdoc



More information about the Midnightbsd-cvs mailing list