diff options
author | rh <rh@pkgsrc.org> | 2003-04-01 08:29:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-01 08:29:12 +0000 |
commit | abaf0b1d23248851775342afdb7bc8ae91805cb8 (patch) | |
tree | 6e3e5c631fa53a4f0602906a875168085d2c6a59 /devel | |
parent | 6118a532c60ed8299b0ad35a6d8364882a1ec7a1 (diff) | |
download | pkgsrc-abaf0b1d23248851775342afdb7bc8ae91805cb8.tar.gz |
Update gnustep-make to 1.6.0. Changes include:
Make now configures by default for only one system. To compile and
run GNUstep for multiple platforms from the same directory, use the
configure argument -enable-multi-platform.
* Auto-build def file for DLLs
* Work natively on MacOSX systems. Now use apple-apple-apple instead
of nx-nx-nx on OSX systems.
* More efficient checks for re-making a project.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 5 | ||||
-rw-r--r-- | devel/gnustep-make/PLIST | 3 | ||||
-rw-r--r-- | devel/gnustep-make/buildlink2.mk | 4 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 6f1dc1424f9..ef962312b07 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/02/06 11:50:01 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2003/04/01 08:29:12 rh Exp $ # -DISTNAME= gnustep-make-1.5.1 -PKGREVISION= 1 +DISTNAME= gnustep-make-1.6.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 a979e7f91f6..4d591c4f755 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/03 04:02:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/04/01 08:29:12 rh Exp $ share/GNUstep/System/Makefiles/GNUstep-reset.sh share/GNUstep/System/Makefiles/GNUstep.csh share/GNUstep/System/Makefiles/GNUstep.sh @@ -11,6 +11,7 @@ share/GNUstep/System/Makefiles/Instance/Documentation/texi.make share/GNUstep/System/Makefiles/Instance/Shared/bundle.make share/GNUstep/System/Makefiles/Instance/Shared/headers.make share/GNUstep/System/Makefiles/Instance/Shared/java.make +share/GNUstep/System/Makefiles/Instance/Shared/stamp-string.make share/GNUstep/System/Makefiles/Instance/Shared/strings.make share/GNUstep/System/Makefiles/Instance/application.make share/GNUstep/System/Makefiles/Instance/bundle.make diff --git a/devel/gnustep-make/buildlink2.mk b/devel/gnustep-make/buildlink2.mk index a4e52b3753a..5aaee427541 100644 --- a/devel/gnustep-make/buildlink2.mk +++ b/devel/gnustep-make/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.5 2003/02/06 11:50:01 dmcmahill Exp $ +# $NetBSD: buildlink2.mk,v 1.6 2003/04/01 08:29:12 rh Exp $ # .if !defined(GNUSTEP_MAKE_BUILDLINK2_MK) GNUSTEP_MAKE_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnustep-make -BUILDLINK_DEPENDS.gnustep-make?= gnustep-make>=1.5.1nb1 +BUILDLINK_DEPENDS.gnustep-make?= gnustep-make>=1.6.0 BUILDLINK_PKGSRCDIR.gnustep-make?= ../../devel/gnustep-make EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-make=gnustep-make diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index fd143509813..733b1d068a6 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2003/02/06 10:54:17 dmcmahill Exp $ +$NetBSD: distinfo,v 1.5 2003/04/01 08:29:12 rh Exp $ -SHA1 (gnustep-make-1.5.1.tar.gz) = 009b727a7aa68ed868a0e030fe3c8fe58d70ffad -Size (gnustep-make-1.5.1.tar.gz) = 333780 bytes +SHA1 (gnustep-make-1.6.0.tar.gz) = 4180314f40a84699eafb57e890e511751402fe8d +Size (gnustep-make-1.6.0.tar.gz) = 342471 bytes SHA1 (patch-aa) = 4969ea2cbd61e4bc2dab109abcbbdf5177ebdd8c SHA1 (patch-ab) = 09ff1a67ee88e40d7d4efa3a8417757e62f6fa4b SHA1 (patch-ac) = ef564b5997853b75e9c13958dbb4baedca270d46 |