From 4c1f07834dfd2ce700f740c24441b3f9c82fa5f6 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 7 Nov 2004 21:43:55 +0000 Subject: - update to 1.10.0 (stable) --- devel/gnustep-make/Makefile | 9 ++------- devel/gnustep-make/distinfo | 4 ++-- devel/gnustep-make/pkg-plist | 8 ++++---- devel/gnustep/Makefile | 2 +- 4 files changed, 9 insertions(+), 14 deletions(-) (limited to 'devel') diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 043c2657b6e5..8fe7964ab0b9 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -9,8 +9,7 @@ PORTNAME= gnustep-make .if defined(WITH_GNUSTEP_DEVEL) PORTVERSION= 1.9.2 .else -PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTVERSION= 1.10.0 .endif CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} @@ -30,14 +29,10 @@ USE_GNUSTEP= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} +CONFIGURE_ARGS+= --with-thread-lib="${PTHREAD_LIBS}" .if defined(GNUSTEP_WITH_BASE_GCC) GNUSTEP_WITHOUT_LIBOBJC= yes .endif -post-configure: - ${MV} ${WRKSRC}/config.make ${WRKSRC}/config.make.sed - ${SED} -e "s|\(objc_threaded:=\).*|\1${PTHREAD_LIBS}|" \ - < ${WRKSRC}/config.make.sed > ${WRKSRC}/config.make - .include diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index bda7365fe496..d6b8c47f6ac6 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,4 +1,4 @@ MD5 (gnustep-make-1.9.2.tar.gz) = 80acfa3ccaaae94f467f913d7cfedd8d SIZE (gnustep-make-1.9.2.tar.gz) = 366822 -MD5 (gnustep-make-1.8.0.tar.gz) = 3d8de1ed93c45b2cbfa32fe9fd0396dd -SIZE (gnustep-make-1.8.0.tar.gz) = 359394 +MD5 (gnustep-make-1.10.0.tar.gz) = bfd0f6530b938e7ee1d5a300219a0ab3 +SIZE (gnustep-make-1.10.0.tar.gz) = 372852 diff --git a/devel/gnustep-make/pkg-plist b/devel/gnustep-make/pkg-plist index 9438b14d81c4..b723974d8040 100644 --- a/devel/gnustep-make/pkg-plist +++ b/devel/gnustep-make/pkg-plist @@ -1,5 +1,6 @@ @exec mkdir -p %D/System/Library/Makefiles @exec ln -s Library/Makefiles %D/System +%%GNUSTEP_STABLE%%System/.GNUsteprc System/Library/Makefiles/GNUstep-reset.sh System/Library/Makefiles/GNUstep.csh System/Library/Makefiles/GNUstep.sh @@ -90,7 +91,7 @@ System/Library/Makefiles/library.make System/Library/Makefiles/messages.make System/Library/Makefiles/mkinstalldirs System/Library/Makefiles/names.make -%%GNUSTEP_DEVEL%%System/Library/Makefiles/native-library.make +System/Library/Makefiles/native-library.make System/Library/Makefiles/objc.make System/Library/Makefiles/os.sh System/Library/Makefiles/palette.make @@ -101,7 +102,8 @@ System/Library/Makefiles/service.make System/Library/Makefiles/spec-debug-alone-rules.template System/Library/Makefiles/spec-debug-rules.template System/Library/Makefiles/spec-rules.template -%%GNUSTEP_DEVEL%%System/Library/Makefiles/strip_makefiles.sh +System/Library/Makefiles/strip_makefiles.sh +%%GNUSTEP_STABLE%%System/Library/Makefiles/tar-exclude-list System/Library/Makefiles/subproject.make System/Library/Makefiles/target.make System/Library/Makefiles/test-application.make @@ -153,11 +155,9 @@ System/share/config.site @dirrm System/Library @dirrm System/Applications @dirrm System -%%GNUSTEP_STABLE%%@dirrm Network @dirrm Local @unexec rmdir %D @exec mkdir -p %D/Local -%%GNUSTEP_STABLE%%@exec mkdir -p %D/Network @exec mkdir -p %D/System/Applications @exec mkdir -p %D/System/Library/ApplicationSupport @exec mkdir -p %D/System/Library/Bundles diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 7733908b6a40..91f6aacf9739 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -9,7 +9,7 @@ PORTNAME= gnustep .if defined(WITH_GNUSTEP_DEVEL) PORTVERSION= 1.9.2 .else -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 .endif CATEGORIES= devel lang MASTER_SITES= # empty -- cgit