pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Update gnustep-make to 1.10.0. Not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b298069b9416
branches:  trunk
changeset: 481009:b298069b9416
user:      rh <rh%pkgsrc.org@localhost>
date:      Fri Sep 24 01:24:31 2004 +0000

description:
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:

 devel/gnustep-make/Makefile |  4 ++--
 devel/gnustep-make/PLIST    |  6 +++++-
 devel/gnustep-make/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r f5558ec0a6d2 -r b298069b9416 devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Fri Sep 24 00:59:16 2004 +0000
+++ b/devel/gnustep-make/Makefile       Fri Sep 24 01:24:31 2004 +0000
@@ -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 -r f5558ec0a6d2 -r b298069b9416 devel/gnustep-make/PLIST
--- a/devel/gnustep-make/PLIST  Fri Sep 24 00:59:16 2004 +0000
+++ b/devel/gnustep-make/PLIST  Fri Sep 24 01:24:31 2004 +0000
@@ -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-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 @@
 @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 -r f5558ec0a6d2 -r b298069b9416 devel/gnustep-make/distinfo
--- a/devel/gnustep-make/distinfo       Fri Sep 24 00:59:16 2004 +0000
+++ b/devel/gnustep-make/distinfo       Fri Sep 24 01:24:31 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index