summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam>2005-07-29 12:58:37 +0000
committeradam <adam>2005-07-29 12:58:37 +0000
commit5d4ff080a24eff4af7167f99f142a53a89a7dc02 (patch)
treeaffa04e9ebd1f1326382af70b4eda2c98e579d2f /devel
parent3996c14ec35a6a4e833ff7cd64b879d6bfd3f0ba (diff)
downloadpkgsrc-5d4ff080a24eff4af7167f99f142a53a89a7dc02.tar.gz
Changes 1.11.0:
* Window's path handling has changed to use native paths throughout. * Startup/configuration of the libraries no longer requires environement variables. * Character sets are included in the library rather than being read from data files. * NSRunLoop and related classes use natvie win32 event handling on Windows machines.
Diffstat (limited to 'devel')
-rw-r--r--devel/gnustep-base/Makefile20
-rw-r--r--devel/gnustep-base/PLIST33
-rw-r--r--devel/gnustep-base/buildlink3.mk3
-rw-r--r--devel/gnustep-base/distinfo13
-rw-r--r--devel/gnustep-base/patches/patch-aa8
-rw-r--r--devel/gnustep-base/patches/patch-ac8
-rw-r--r--devel/gnustep-base/patches/patch-ad13
7 files changed, 43 insertions, 55 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile
index 3d68947fa47..9f236d869ee 100644
--- a/devel/gnustep-base/Makefile
+++ b/devel/gnustep-base/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2005/06/01 18:02:43 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/07/29 12:58:37 adam Exp $
-DISTNAME= gnustep-base-1.10.3
+DISTNAME= gnustep-base-1.11.0
CATEGORIES= devel gnustep
-MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
+MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
@@ -24,12 +24,6 @@ pre-configure:
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/openapp ${PREFIX}/bin
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/ffcall/buildlink3.mk"
-.include "../../devel/gmp/buildlink3.mk"
-.include "../../devel/gnustep-make/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-
.include "../../mk/compiler.mk"
.if empty(CC_VERSION:Mgcc-3*)
@@ -42,6 +36,12 @@ post-install:
PTHREAD_LIBS+= -lpth
.endif
-.include "../../mk/x11.buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/ffcall/buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../devel/gnustep-make/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/gnustep-make/gnustep.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gnustep-base/PLIST b/devel/gnustep-base/PLIST
index e446660e743..383d884b040 100644
--- a/devel/gnustep-base/PLIST
+++ b/devel/gnustep-base/PLIST
@@ -1,11 +1,15 @@
-@comment $NetBSD: PLIST,v 1.11 2005/04/12 15:11:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2005/07/29 12:58:37 adam Exp $
bin/openapp
+share/GNUstep/System/Library/Bundles/SSL.bundle/Resources/Info-gnustep.plist
+share/GNUstep/System/Library/Bundles/SSL.bundle/SSL
+share/GNUstep/System/Library/Bundles/SSL.bundle/stamp.make
share/GNUstep/System/Library/DTDs/gsdoc-0_6_5.dtd
share/GNUstep/System/Library/DTDs/gsdoc-0_6_6.dtd
share/GNUstep/System/Library/DTDs/gsdoc-0_6_7.dtd
share/GNUstep/System/Library/DTDs/gsdoc-1_0_0.dtd
share/GNUstep/System/Library/DTDs/gsdoc-1_0_1.dtd
share/GNUstep/System/Library/DTDs/gsdoc-1_0_1.rnc
+share/GNUstep/System/Library/DTDs/gsdoc-1_0_2.dtd
share/GNUstep/System/Library/DTDs/plist-0_9.dtd
share/GNUstep/System/Library/Documentation/man/man1/autogsdoc.1
share/GNUstep/System/Library/Documentation/man/man1/cvtenc.1
@@ -22,7 +26,6 @@ share/GNUstep/System/Library/Headers/Foundation/NSArchiver.h
share/GNUstep/System/Library/Headers/Foundation/NSArray.h
share/GNUstep/System/Library/Headers/Foundation/NSAttributedString.h
share/GNUstep/System/Library/Headers/Foundation/NSAutoreleasePool.h
-share/GNUstep/System/Library/Headers/Foundation/NSBitmapCharSet.h
share/GNUstep/System/Library/Headers/Foundation/NSBundle.h
share/GNUstep/System/Library/Headers/Foundation/NSByteOrder.h
share/GNUstep/System/Library/Headers/Foundation/NSCalendarDate.h
@@ -52,6 +55,7 @@ share/GNUstep/System/Library/Headers/Foundation/NSHost.h
share/GNUstep/System/Library/Headers/Foundation/NSIndexSet.h
share/GNUstep/System/Library/Headers/Foundation/NSInvocation.h
share/GNUstep/System/Library/Headers/Foundation/NSKeyValueCoding.h
+share/GNUstep/System/Library/Headers/Foundation/NSKeyValueObserving.h
share/GNUstep/System/Library/Headers/Foundation/NSKeyedArchiver.h
share/GNUstep/System/Library/Headers/Foundation/NSLock.h
share/GNUstep/System/Library/Headers/Foundation/NSMapTable.h
@@ -93,12 +97,15 @@ share/GNUstep/System/Library/Headers/GNUstepBase/GCObject.h
share/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSCategories.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSFileHandle.h
+share/GNUstep/System/Library/Headers/GNUstepBase/GSFunctions.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSIArray.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSIMap.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSLocale.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSLock.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSMime.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h
+share/GNUstep/System/Library/Headers/GNUstepBase/GSRunLoopCtxt.h
+share/GNUstep/System/Library/Headers/GNUstepBase/GSRunLoopWatcher.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSUnion.h
share/GNUstep/System/Library/Headers/GNUstepBase/GSXML.h
share/GNUstep/System/Library/Headers/GNUstepBase/Unicode.h
@@ -116,12 +123,15 @@ share/GNUstep/System/Library/Headers/gnustep/base/GCObject.h
share/GNUstep/System/Library/Headers/gnustep/base/GNUstep.h
share/GNUstep/System/Library/Headers/gnustep/base/GSCategories.h
share/GNUstep/System/Library/Headers/gnustep/base/GSFileHandle.h
+share/GNUstep/System/Library/Headers/gnustep/base/GSFunctions.h
share/GNUstep/System/Library/Headers/gnustep/base/GSIArray.h
share/GNUstep/System/Library/Headers/gnustep/base/GSIMap.h
share/GNUstep/System/Library/Headers/gnustep/base/GSLocale.h
share/GNUstep/System/Library/Headers/gnustep/base/GSLock.h
share/GNUstep/System/Library/Headers/gnustep/base/GSMime.h
share/GNUstep/System/Library/Headers/gnustep/base/GSObjCRuntime.h
+share/GNUstep/System/Library/Headers/gnustep/base/GSRunLoopCtxt.h
+share/GNUstep/System/Library/Headers/gnustep/base/GSRunLoopWatcher.h
share/GNUstep/System/Library/Headers/gnustep/base/GSUnion.h
share/GNUstep/System/Library/Headers/gnustep/base/GSXML.h
share/GNUstep/System/Library/Headers/gnustep/base/Unicode.h
@@ -149,21 +159,9 @@ share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Locale.a
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Locale.encodings
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Russian
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Slovak
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/Spanish
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/TraditionalChinese
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages/UkraineRussian
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/alphanumericCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/controlCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/decimalDigitCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/decomposableCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/illegalCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/letterCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/lowercaseLetterCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/nonBaseCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/punctuationCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/symbolAndOperatorCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/uppercaseLetterCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/whitespaceAndNlCharSet.dat
-share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets/whitespaceCharSet.dat
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/GNUmakefile
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/GNUstep_zones
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/README
@@ -752,6 +750,7 @@ share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/W-SU
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/WET
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Zulu
+share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Spanish.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/Resources/gnustep-base/TraditionalChinese.lproj/Localizable.strings
share/GNUstep/System/Library/Libraries/libgnustep-base.so
share/GNUstep/System/Library/Libraries/libgnustep-base.so.${PKGVERSION}
@@ -771,6 +770,7 @@ share/GNUstep/System/Tools/plser
share/GNUstep/System/Tools/sfparse
share/GNUstep/System/Tools/xmlparse
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/TraditionalChinese.lproj
+@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Spanish.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/US
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/SystemV
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Pacific
@@ -795,7 +795,6 @@ share/GNUstep/System/Tools/xmlparse
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones/Africa
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones/zones
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSTimeZones
-@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/NSCharacterSets
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Languages
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/Italian.lproj
@dirrm share/GNUstep/System/Library/Libraries/Resources/gnustep-base/German.lproj
@@ -811,3 +810,5 @@ share/GNUstep/System/Tools/xmlparse
@dirrm share/GNUstep/System/Library/Documentation/man/man8
@dirrm share/GNUstep/System/Library/Documentation/man/man1
@dirrm share/GNUstep/System/Library/DTDs
+@dirrm share/GNUstep/System/Library/Bundles/SSL.bundle/Resources
+@dirrm share/GNUstep/System/Library/Bundles/SSL.bundle
diff --git a/devel/gnustep-base/buildlink3.mk b/devel/gnustep-base/buildlink3.mk
index 69683e8d8b4..0f9bd56fdc3 100644
--- a/devel/gnustep-base/buildlink3.mk
+++ b/devel/gnustep-base/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/11/16 01:26:35 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2005/07/29 12:58:37 adam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNUSTEP_BASE_BUILDLINK3_MK:= ${GNUSTEP_BASE_BUILDLINK3_MK}+
@@ -58,6 +58,7 @@ PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Librar
.include "../../devel/ffcall/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/gnustep-make/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/gnustep-base/distinfo b/devel/gnustep-base/distinfo
index 9572bec5369..3b297f9b92d 100644
--- a/devel/gnustep-base/distinfo
+++ b/devel/gnustep-base/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.14 2005/04/15 04:54:11 rh Exp $
+$NetBSD: distinfo,v 1.15 2005/07/29 12:58:37 adam Exp $
-SHA1 (gnustep-base-1.10.3.tar.gz) = 5d2788b58270409f7175582989ad43cf28b13b82
-RMD160 (gnustep-base-1.10.3.tar.gz) = 15b6331503f5240e234e4002616a917d0ca81ef9
-Size (gnustep-base-1.10.3.tar.gz) = 1925587 bytes
-SHA1 (patch-aa) = c006d335aa81e1c4a52c19d13ad4c45846bea945
+SHA1 (gnustep-base-1.11.0.tar.gz) = 05e52312c2b84267b7145101e9e6a5429d28f2d1
+RMD160 (gnustep-base-1.11.0.tar.gz) = c8474965df3d0690eeb0059fe39a1e5e2d6ebc22
+Size (gnustep-base-1.11.0.tar.gz) = 1997874 bytes
+SHA1 (patch-aa) = 3ffaf85eb43ac0be31790e7ec9602ff08cdbc7ae
SHA1 (patch-ab) = 51b4273874c6f66a4c6ee6c7e78de7eadc9e7c95
-SHA1 (patch-ac) = 6a4a4213355645c654cd9ed6c232bfe875243720
-SHA1 (patch-ad) = 065f091ac008dddc3653bffa6af0cd5ea74a6037
+SHA1 (patch-ac) = 0fe1b14c0d016e9279df84aaa26142b8ed06e63f
diff --git a/devel/gnustep-base/patches/patch-aa b/devel/gnustep-base/patches/patch-aa
index 35eb14e0c2a..a503bb6ca31 100644
--- a/devel/gnustep-base/patches/patch-aa
+++ b/devel/gnustep-base/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2005/04/12 15:11:11 adam Exp $
+$NetBSD: patch-aa,v 1.8 2005/07/29 12:58:37 adam Exp $
---- configure.orig 2005-02-16 14:45:05.000000000 +0000
+--- configure.orig 2005-03-18 09:42:53.000000000 +0000
+++ configure
-@@ -2727,12 +2727,12 @@ echo $ECHO_N "checking the Objective-C r
+@@ -2728,12 +2728,12 @@ echo $ECHO_N "checking the Objective-C r
if test "$OBJC_RUNTIME_LIB" = "nx" -o "$OBJC_RUNTIME_LIB" = "apple"; then
echo "$as_me:$LINENO: result: NeXT" >&5
echo "${ECHO_T}NeXT" >&6
@@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.7 2005/04/12 15:11:11 adam Exp $
OBJCFLAGS="-fgnu-runtime"
fi
-@@ -2756,7 +2756,7 @@ fi
+@@ -2757,7 +2757,7 @@ fi
# $GNUSTEP_HDIR are used before the standard ones
#
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR"
diff --git a/devel/gnustep-base/patches/patch-ac b/devel/gnustep-base/patches/patch-ac
index cc5ae19509b..adb1ebe2b19 100644
--- a/devel/gnustep-base/patches/patch-ac
+++ b/devel/gnustep-base/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.2 2004/08/18 13:59:19 adam Exp $
+$NetBSD: patch-ac,v 1.3 2005/07/29 12:58:37 adam Exp $
---- Tools/Makefile.postamble.orig 2004-04-15 13:14:40.000000000 +0000
+--- Tools/Makefile.postamble.orig 2005-07-15 22:51:21.000000000 +0000
+++ Tools/Makefile.postamble
-@@ -35,8 +35,6 @@ after-install::
+@@ -49,8 +49,6 @@ after-install::
for file in $(MAN1_PAGES) __done; do \
if [ $$file != __done ]; then \
$(INSTALL_DATA) $$file $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file; \
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.2 2004/08/18 13:59:19 adam Exp $
fi; \
done; \
if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN)/man8 ]; then \
-@@ -44,8 +42,6 @@ after-install::
+@@ -58,8 +56,6 @@ after-install::
fi; \
for file in $(MAN8_PAGES); do \
$(INSTALL_DATA) $$file $(GNUSTEP_DOCUMENTATION_MAN)/man8/$$file; \
diff --git a/devel/gnustep-base/patches/patch-ad b/devel/gnustep-base/patches/patch-ad
deleted file mode 100644
index 5de441b36fa..00000000000
--- a/devel/gnustep-base/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2004/11/16 01:16:06 rh Exp $
-
---- GNUmakefile.orig 2003-06-20 07:39:50.000000000 +1000
-+++ GNUmakefile
-@@ -50,7 +50,7 @@ PACKAGE_NAME = gnustep-base
- #
- # The list of subproject directories
- #
--SUBPROJECTS = Source SSL Tools NSCharacterSets NSTimeZones Resources
-+SUBPROJECTS = Source Tools NSCharacterSets NSTimeZones Resources
-
- -include Makefile.preamble
-