diff options
author | rh <rh@pkgsrc.org> | 2004-09-24 01:24:31 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-09-24 01:24:31 +0000 |
commit | faf6185b7132f9e867664223bc5dd68791d0d4ff (patch) | |
tree | d954342ca0ffe8c76bc8b6e5b5ddd1bce1ab92fe /devel/gnustep-make | |
parent | d631db9fd64ee9ae689c90252bb9ffb3fc9b24dc (diff) | |
download | pkgsrc-faf6185b7132f9e867664223bc5dd68791d0d4ff.tar.gz |
Update gnustep-make to 1.10.0. Notable changes include:
* a GNUsteprc file is now automatically created and installed in
$GNUSTEP_SYSTEM_ROOT, which sets the system-wide default for the
user root directory (default=~/GNUstep, which can be overriden
with the `--with-user-root' argument to configure, or by modifying
GNUsteprc after configuration.)
* make_services is not run by GNUstep.sh anymore. You must run this
manually now (see the gnustep-gui documentation).
* Palettes use a plist instead of a strings format file now for the
palette.table file.
* You can use the `--enable-native-objc-exceptions' argument to
configure to enable use of built in objc exceptions with compilers
that support it.
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/Makefile | 4 | ||||
-rw-r--r-- | devel/gnustep-make/PLIST | 6 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index fc79d47f268..b3cef7f4d0a 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2004/08/18 13:58:27 adam Exp $ +# $NetBSD: Makefile,v 1.16 2004/09/24 01:24:31 rh Exp $ -DISTNAME= gnustep-make-1.9.2 +DISTNAME= gnustep-make-1.10.0 CATEGORIES= devel gnustep MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ diff --git a/devel/gnustep-make/PLIST b/devel/gnustep-make/PLIST index 10e4b2daa68..08883dfd96f 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.8 2004/08/18 13:58:27 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/09/24 01:24:31 rh Exp $ +share/GNUstep/System/.GNUsteprc share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh share/GNUstep/System/Library/Makefiles/GNUstep.csh share/GNUstep/System/Library/Makefiles/GNUstep.sh @@ -102,6 +103,7 @@ share/GNUstep/System/Library/Makefiles/spec-debug-rules.template share/GNUstep/System/Library/Makefiles/spec-rules.template share/GNUstep/System/Library/Makefiles/strip_makefiles.sh share/GNUstep/System/Library/Makefiles/subproject.make +share/GNUstep/System/Library/Makefiles/tar-exclude-list share/GNUstep/System/Library/Makefiles/target.make share/GNUstep/System/Library/Makefiles/test-application.make share/GNUstep/System/Library/Makefiles/test-library.make @@ -126,6 +128,8 @@ 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 c24dada5fa0..6614d52564c 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2004/08/18 13:58:27 adam Exp $ +$NetBSD: distinfo,v 1.10 2004/09/24 01:24:31 rh Exp $ -SHA1 (gnustep-make-1.9.2.tar.gz) = 5e70187957cdb1705b104f582f7f8fb4da45155b -Size (gnustep-make-1.9.2.tar.gz) = 366822 bytes +SHA1 (gnustep-make-1.10.0.tar.gz) = 24a4a948d834f8d12173a394ee3966a05f6a6f5f +Size (gnustep-make-1.10.0.tar.gz) = 372852 bytes SHA1 (patch-aa) = 4969ea2cbd61e4bc2dab109abcbbdf5177ebdd8c SHA1 (patch-ac) = d7616f27ed876125348a3c6c001b3f02029a89d8 SHA1 (patch-ad) = 4793cb5c75062e6c9b79f9190791f3bfc393779a |