diff options
author | rh <rh@pkgsrc.org> | 2003-04-01 08:33:34 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-01 08:33:34 +0000 |
commit | 8712babdd49ef13a0da2f165fd003cfbe18d3eb7 (patch) | |
tree | db45c96fcd569c6d13ce206a92d23db889e3f605 /devel | |
parent | f92b786c5eb89bc440f4c75f001b028b2d8409f9 (diff) | |
download | pkgsrc-8712babdd49ef13a0da2f165fd003cfbe18d3eb7.tar.gz |
Update gnustep-base to 1.6.0.
Noteworthy changes in version `1.6.0'
=====================================
* More MinGW support
* New MacOSX compatible methods.
* The Base Additions library compiles on native OSX.
* autogsdoc produces better, cleaner docs.
* Built-in garbage collecting classes.
* Any many many bug fixes and minor improvements.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-base/Makefile | 4 | ||||
-rw-r--r-- | devel/gnustep-base/PLIST | 7 | ||||
-rw-r--r-- | devel/gnustep-base/distinfo | 8 | ||||
-rw-r--r-- | devel/gnustep-base/patches/patch-aa | 14 |
4 files changed, 18 insertions, 15 deletions
diff --git a/devel/gnustep-base/Makefile b/devel/gnustep-base/Makefile index 22373416773..586a05e5d83 100644 --- a/devel/gnustep-base/Makefile +++ b/devel/gnustep-base/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/01/21 12:43:37 rh Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/01 08:33:34 rh Exp $ # -DISTNAME= gnustep-base-1.5.1 +DISTNAME= gnustep-base-1.6.0 CATEGORIES= devel gnustep MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ diff --git a/devel/gnustep-base/PLIST b/devel/gnustep-base/PLIST index 22aac2e444e..ae0c261f5bf 100644 --- a/devel/gnustep-base/PLIST +++ b/devel/gnustep-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/03 04:04:36 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/04/01 08:33:34 rh Exp $ bin/openapp share/GNUstep/System/Headers/Foundation/Foundation.h share/GNUstep/System/Headers/Foundation/GSMime.h @@ -73,14 +73,15 @@ share/GNUstep/System/Headers/Foundation/NSZone.h share/GNUstep/System/Headers/Foundation/objc-load.h share/GNUstep/System/Headers/gnustep/base/DistributedObjects.h share/GNUstep/System/Headers/gnustep/base/GCObject.h +share/GNUstep/System/Headers/gnustep/base/GSCategories.h share/GNUstep/System/Headers/gnustep/base/GSFileHandle.h share/GNUstep/System/Headers/gnustep/base/GSIArray.h share/GNUstep/System/Headers/gnustep/base/GSIMap.h share/GNUstep/System/Headers/gnustep/base/GSLocale.h +share/GNUstep/System/Headers/gnustep/base/GSObjCRuntime.h share/GNUstep/System/Headers/gnustep/base/GSUnion.h share/GNUstep/System/Headers/gnustep/base/Unicode.h share/GNUstep/System/Headers/gnustep/base/behavior.h -share/GNUstep/System/Headers/gnustep/base/numbers.h share/GNUstep/System/Headers/gnustep/base/objc-gnu2next.h share/GNUstep/System/Headers/gnustep/base/preface.h share/GNUstep/System/Headers/gnustep/unicode/caseconv.h @@ -701,6 +702,7 @@ share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/g share/GNUstep/System/Libraries/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libgnustep-base.so.${PKGVERSION} share/GNUstep/System/Library/Bundles/SSL.bundle/Resources/Info-gnustep.plist share/GNUstep/System/Library/Bundles/SSL.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/SSL +share/GNUstep/System/Library/Bundles/SSL.bundle/stamp.make share/GNUstep/System/Makefiles/Additional/base.make share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gdomap share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/HTMLLinker @@ -708,7 +710,6 @@ share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-g share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/cvtenc share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/defaults share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/gdnc -share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/gsdoc share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/make_strings share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/pl2link share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/pldes diff --git a/devel/gnustep-base/distinfo b/devel/gnustep-base/distinfo index 1690b1647f5..634c678aa3d 100644 --- a/devel/gnustep-base/distinfo +++ b/devel/gnustep-base/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2003/01/21 12:43:37 rh Exp $ +$NetBSD: distinfo,v 1.5 2003/04/01 08:33:34 rh Exp $ -SHA1 (gnustep-base-1.5.1.tar.gz) = cbd356cecb53143049d5af7871b8c52143f5225a -Size (gnustep-base-1.5.1.tar.gz) = 1532722 bytes -SHA1 (patch-aa) = 2f992eb695c72d47003720792cc010bd87ab259f +SHA1 (gnustep-base-1.6.0.tar.gz) = 4b550833d0c6083f9a8c1402302181d47c6d395a +Size (gnustep-base-1.6.0.tar.gz) = 1564369 bytes +SHA1 (patch-aa) = bd731a539e0f584bb32aa93387b0a487f7fe9e37 SHA1 (patch-ab) = 8ad3b2791730c7d647cd68a1845d7cbae0577c83 diff --git a/devel/gnustep-base/patches/patch-aa b/devel/gnustep-base/patches/patch-aa index 12d7f9ebbef..17408725086 100644 --- a/devel/gnustep-base/patches/patch-aa +++ b/devel/gnustep-base/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2003/01/21 12:43:38 rh Exp $ +$NetBSD: patch-aa,v 1.3 2003/04/01 08:33:35 rh Exp $ ---- configure.orig Wed Sep 25 21:30:54 2002 +--- configure.orig 2003-03-12 09:27:03.000000000 +1000 +++ configure -@@ -2400,12 +2400,12 @@ echo $ECHO_N "checking the Objective-C r - if test "$OBJC_RUNTIME_LIB" = "nx"; then +@@ -2404,12 +2404,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 - LIBOBJC='-lobjc' @@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.2 2003/01/21 12:43:38 rh Exp $ CPPFLAGS="$CPPFLAGS -fgnu-runtime" fi -@@ -2428,7 +2428,7 @@ fi +@@ -2432,7 +2432,7 @@ fi # $GNUSTEP_HDIR are used before the standard ones # CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR" @@ -26,12 +26,14 @@ $NetBSD: patch-aa,v 1.2 2003/01/21 12:43:38 rh Exp $ #-------------------------------------------------------------------- # Check if Objective-C is installed -@@ -11947,7 +11947,7 @@ fi; +@@ -11983,8 +11983,8 @@ fi; cppflags_temp="$CPPFLAGS" if test "$libiconv_libdir" != "no"; then - CPPFLAGS="$CPPFLAGS -L$libiconv_libdir" +- INCLUDE_FLAGS="$INCLUDE_FLAGS -L$libiconv_libdir" + CPPFLAGS="$CPPFLAGS -Wl,-R$libiconv_libdir -L$libiconv_libdir" ++ INCLUDE_FLAGS="$INCLUDE_FLAGS -Wl,-R$libiconv_libdir -L$libiconv_libdir" fi # BSDs install this lib as libgiconv |