diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-07 21:43:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-11-07 21:43:55 +0000 |
commit | 811cff30008174d68e356c9f4369033cb25a8170 (patch) | |
tree | 0ede583282ecc8751d23559aee83ed7811d3b4bf /devel/gnustep-make | |
parent | d44f2c676dd3c85daa6426bd56d820aede176e6c (diff) | |
download | ports-811cff30008174d68e356c9f4369033cb25a8170.tar.gz ports-811cff30008174d68e356c9f4369033cb25a8170.zip |
Notes
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/Makefile | 9 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 4 | ||||
-rw-r--r-- | devel/gnustep-make/pkg-plist | 8 |
3 files changed, 8 insertions, 13 deletions
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 <bsd.port.mk> 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 |