diff options
author | adam <adam@pkgsrc.org> | 2004-08-18 13:58:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-18 13:58:27 +0000 |
commit | c66400ff1375a03cd4383d7f0e23fad62e48fb9b (patch) | |
tree | 34f1f2f8083284f3c558f17c6b9f91337ff20ad8 /devel | |
parent | 97a1236dffa2df20e4cdd9245534eaedc12c780d (diff) | |
download | pkgsrc-c66400ff1375a03cd4383d7f0e23fad62e48fb9b.tar.gz |
Changes 1.9.2:
* Application and Bundles use the latest convention on Apple.
* Improve/Simplify dependency checking when making docs
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 6 | ||||
-rw-r--r-- | devel/gnustep-make/PLIST | 4 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 10 | ||||
-rw-r--r-- | devel/gnustep-make/patches/patch-ac | 8 | ||||
-rw-r--r-- | devel/gnustep-make/patches/patch-ad | 8 |
5 files changed, 17 insertions, 19 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index c5083e42ebe..fc79d47f268 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2004/04/10 23:31:39 rh Exp $ -# +# $NetBSD: Makefile,v 1.15 2004/08/18 13:58:27 adam Exp $ -DISTNAME= gnustep-make-1.9.1 +DISTNAME= gnustep-make-1.9.2 CATEGORIES= devel gnustep MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ @@ -30,5 +29,6 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Frameworks ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Headers ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Local/Library/Libraries + ${INSTALL_DATA_DIR} ${PREFIX}/share/GNUstep/Network .include "../../mk/bsd.pkg.mk" diff --git a/devel/gnustep-make/PLIST b/devel/gnustep-make/PLIST index da4a0b7f9fb..10e4b2daa68 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/04/10 23:31:39 rh Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/08/18 13:58:27 adam Exp $ share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh share/GNUstep/System/Library/Makefiles/GNUstep.csh share/GNUstep/System/Library/Makefiles/GNUstep.sh @@ -126,8 +126,6 @@ share/GNUstep/System/share/config.site @dirrm share/GNUstep/System/Library/Sounds @exec ${MKDIR} %D/share/GNUstep/System/Library/Services @dirrm share/GNUstep/System/Library/Services -@exec ${MKDIR} %D/share/GNUstep/System/Library/PostScript -@dirrm share/GNUstep/System/Library/PostScript @exec ${MKDIR} %D/share/GNUstep/System/Library/Makefiles/ix86 @dirrm share/GNUstep/System/Library/Makefiles/ix86 @dirrm share/GNUstep/System/Library/Makefiles/Master diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index 01cddd65127..c24dada5fa0 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2004/04/10 23:31:39 rh Exp $ +$NetBSD: distinfo,v 1.9 2004/08/18 13:58:27 adam Exp $ -SHA1 (gnustep-make-1.9.1.tar.gz) = c71dde7f8d3fba18526d70f1effe26117a0cb1aa -Size (gnustep-make-1.9.1.tar.gz) = 370625 bytes +SHA1 (gnustep-make-1.9.2.tar.gz) = 5e70187957cdb1705b104f582f7f8fb4da45155b +Size (gnustep-make-1.9.2.tar.gz) = 366822 bytes SHA1 (patch-aa) = 4969ea2cbd61e4bc2dab109abcbbdf5177ebdd8c -SHA1 (patch-ac) = bdc80e22663848eab3b805d34264c567ad323160 -SHA1 (patch-ad) = 7e480b05aa92340aae18cc1a6837acf87027e4dd +SHA1 (patch-ac) = d7616f27ed876125348a3c6c001b3f02029a89d8 +SHA1 (patch-ad) = 4793cb5c75062e6c9b79f9190791f3bfc393779a SHA1 (patch-ae) = b7af49c45fed5fb72a7b455b533a23e78f6f20ce diff --git a/devel/gnustep-make/patches/patch-ac b/devel/gnustep-make/patches/patch-ac index a6732d3e224..14032afc9bb 100644 --- a/devel/gnustep-make/patches/patch-ac +++ b/devel/gnustep-make/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2003/12/05 09:16:33 adam Exp $ +$NetBSD: patch-ac,v 1.3 2004/08/18 13:58:27 adam Exp $ ---- target.make.orig 2003-09-26 04:30:39.000000000 +0200 +--- target.make.orig 2004-04-20 09:43:51.000000000 +0000 +++ target.make -@@ -594,9 +594,9 @@ endif +@@ -632,9 +632,9 @@ endif #################################################### # @@ -14,7 +14,7 @@ $NetBSD: patch-ac,v 1.2 2003/12/05 09:16:33 adam Exp $ # This is disabled temporarily, because I don't know exactly how # to link shared libs. Everything seems to link correctly now but # constructor functions in the shared lib failed to get called -@@ -628,7 +628,7 @@ endif +@@ -666,7 +666,7 @@ endif # # NetBSD ELF # diff --git a/devel/gnustep-make/patches/patch-ad b/devel/gnustep-make/patches/patch-ad index 20cc8ce365a..bc4fbdf0435 100644 --- a/devel/gnustep-make/patches/patch-ad +++ b/devel/gnustep-make/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2003/12/17 14:55:58 sketch Exp $ +$NetBSD: patch-ad,v 1.2 2004/08/18 13:58:27 adam Exp $ ---- configure.orig 2003-12-16 17:46:09.407424981 +0000 -+++ configure 2003-12-16 17:47:23.653519718 +0000 -@@ -4472,7 +4472,7 @@ +--- configure.orig 2004-03-18 13:17:22.000000000 +0000 ++++ configure +@@ -4545,7 +4545,7 @@ echo $ECHO_N "checking if the compiler s # What we want to do: set AUTO_DEPENDENCIES to yes if gcc => 3.x |