diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-27 17:14:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-27 17:14:28 +0000 |
commit | 00802a5e77a401c7fc77d00f49a0ede40a6cd625 (patch) | |
tree | 870d839876550b4fccbe657fc2bd2be462f776d3 /x11-toolkits/gnustep-gui | |
parent | 5bdecaabbd37f9059245f758a9ae050f8c2413f4 (diff) |
- update to 0.10.0
Notes
Notes:
svn path=/head/; revision=140256
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/pkg-plist | 1 |
3 files changed, 3 insertions, 13 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 9cb3f9f80a21..7fe257648c12 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnustep-gui -PORTVERSION= 0.9.5 +PORTVERSION= 0.10.0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -57,17 +57,8 @@ pre-configure: .for file in config.guess config.sub install-sh @${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC} .endfor - ${REINPLACE_CMD} -e "s|-lphtread|${PTHREAD_LIBS}|g" -e "s|CFLAGS =|CFLAGS+=|" \ - -e "s|-Wall|-Wall ${PTHREAD_CFLAGS:S=""==}|" \ - ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss/Makefile - ${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - ${WRKSRC}/Tools/gsnd/GNUmakefile.postamble .if !defined(NOPORTDOCS) ${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile .endif -test: - @(cd ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss && \ - ${GMAKE} && ./patest) - .include <bsd.port.mk> diff --git a/x11-toolkits/gnustep-gui/distinfo b/x11-toolkits/gnustep-gui/distinfo index b06a63d1313d..cc754a4b0b08 100644 --- a/x11-toolkits/gnustep-gui/distinfo +++ b/x11-toolkits/gnustep-gui/distinfo @@ -1,2 +1,2 @@ -MD5 (gnustep-gui-0.9.5.tar.gz) = 59c151b1edc2e8e9c1e5aff70569783e -SIZE (gnustep-gui-0.9.5.tar.gz) = 1876715 +MD5 (gnustep-gui-0.10.0.tar.gz) = 1f35061e045fe7915bfa80ff037dee3a +SIZE (gnustep-gui-0.10.0.tar.gz) = 1488765 diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist index 54723c5fa1ed..5616e1e56bb1 100644 --- a/x11-toolkits/gnustep-gui/pkg-plist +++ b/x11-toolkits/gnustep-gui/pkg-plist @@ -644,7 +644,6 @@ System/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscrip System/Library/Services/GSspell.service/GSspell System/Library/Services/GSspell.service/Resources/Info-gnustep.plist System/Makefiles/Additional/gui.make -System/Tools/gnustep_sndd System/Tools/gopen System/Tools/make_services System/Tools/set_show_service |