diff options
author | adam <adam@pkgsrc.org> | 2004-08-18 13:59:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-18 13:59:19 +0000 |
commit | 5f437e3149be2f2132fb48d4a39c83d1ed3b3318 (patch) | |
tree | 9a254d71f4e95257c3ce6ebe1651a6fa98b57033 /devel/gnustep-base/patches | |
parent | c66400ff1375a03cd4383d7f0e23fad62e48fb9b (diff) | |
download | pkgsrc-5f437e3149be2f2132fb48d4a39c83d1ed3b3318.tar.gz |
Changes 1.9.2:
* GSMime parsing ignores extraneous data
* New log functions GSOnceFlag and GSOnceMLog
* New class NSError
* Multiple new function in GSObjCRuntime
* NSProtocolChecker rewritten
* autogsdoc support added for building frames
* Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars added
Diffstat (limited to 'devel/gnustep-base/patches')
-rw-r--r-- | devel/gnustep-base/patches/patch-aa | 8 | ||||
-rw-r--r-- | devel/gnustep-base/patches/patch-ab | 6 | ||||
-rw-r--r-- | devel/gnustep-base/patches/patch-ac | 8 | ||||
-rw-r--r-- | devel/gnustep-base/patches/patch-ad | 20 |
4 files changed, 11 insertions, 31 deletions
diff --git a/devel/gnustep-base/patches/patch-aa b/devel/gnustep-base/patches/patch-aa index 0de055de26c..ca5aabe92d0 100644 --- a/devel/gnustep-base/patches/patch-aa +++ b/devel/gnustep-base/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2003/12/05 09:55:46 adam Exp $ +$NetBSD: patch-aa,v 1.5 2004/08/18 13:59:19 adam Exp $ ---- configure.orig 2003-09-23 01:06:50.000000000 +0200 +--- configure.orig 2004-05-28 19:43:31.000000000 +0000 +++ configure -@@ -2632,12 +2632,12 @@ echo $ECHO_N "checking the Objective-C r +@@ -2634,12 +2634,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.4 2003/12/05 09:55:46 adam Exp $ CPPFLAGS="$CPPFLAGS -fgnu-runtime" fi -@@ -2661,7 +2661,7 @@ fi +@@ -2663,7 +2663,7 @@ fi # $GNUSTEP_HDIR are used before the standard ones # CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR" diff --git a/devel/gnustep-base/patches/patch-ab b/devel/gnustep-base/patches/patch-ab index e400155d43d..1733c4b3574 100644 --- a/devel/gnustep-base/patches/patch-ab +++ b/devel/gnustep-base/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.3 2003/12/05 09:55:46 adam Exp $ +$NetBSD: patch-ab,v 1.4 2004/08/18 13:59:19 adam Exp $ ---- base.make.in.orig 2003-01-03 21:14:46.000000000 +0100 +--- base.make.in.orig 2004-01-26 04:42:28.000000000 +0000 +++ base.make.in -@@ -41,6 +41,7 @@ ifeq ($(FOUNDATION_LIB),gnu) +@@ -39,6 +39,7 @@ ifeq ($(FOUNDATION_LIB),gnu) FND_LDFLAGS = FND_LIBS = -lgnustep-base diff --git a/devel/gnustep-base/patches/patch-ac b/devel/gnustep-base/patches/patch-ac index 158c7c8b26e..cc5ae19509b 100644 --- a/devel/gnustep-base/patches/patch-ac +++ b/devel/gnustep-base/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1 2003/12/08 09:17:36 adam Exp $ +$NetBSD: patch-ac,v 1.2 2004/08/18 13:59:19 adam Exp $ ---- Tools/Makefile.postamble.orig 2003-11-05 14:17:19.000000000 +0100 +--- Tools/Makefile.postamble.orig 2004-04-15 13:14:40.000000000 +0000 +++ Tools/Makefile.postamble -@@ -41,8 +41,6 @@ after-install:: +@@ -35,8 +35,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.1 2003/12/08 09:17:36 adam Exp $ fi; \ done; \ if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN)/man8 ]; then \ -@@ -50,8 +48,6 @@ after-install:: +@@ -44,8 +42,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 92767576e71..00000000000 --- a/devel/gnustep-base/patches/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2004/04/10 23:41:01 rh Exp $ - ---- Headers/Foundation/NSCoder.h.orig 2004-01-22 19:37:07.000000000 +1000 -+++ Headers/Foundation/NSCoder.h -@@ -82,9 +82,15 @@ - * MacOS-X adds some typedefs that GNUstep already has by another name. - */ - #include <GSConfig.h> -+#ifndef uint8_t - #define uint8_t gsu8 -+#endif -+#ifndef int32_t - #define int32_t gss32 -+#endif -+#ifndef int64_t - #define int64_t gss64 -+#endif - - - /** <override-subclass /> |