- update to gnustep-make-2.0.4

based on a diff from Sebastian Reitenbach
This commit is contained in:
ajacoutot 2008-01-09 14:18:31 +00:00
parent 5d65d31c19
commit d700b24358
4 changed files with 49 additions and 29 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2007/12/16 12:39:52 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.11 2008/01/09 14:18:31 ajacoutot Exp $
PKG_ARCH= *
COMMENT= GNUstep makefile package
DISTNAME= gnustep-make-2.0.2
PKGNAME= ${DISTNAME}p1
DISTNAME= gnustep-make-2.0.4
CATEGORIES= devel x11/gnustep
HOMEPAGE= http://www.gnustep.org/
@ -39,9 +38,5 @@ post-install:
< ${FILESDIR}/README.OpenBSD > ${PREFIX}/share/GNUstep/README.OpenBSD
${INSTALL_DATA} ${WRKSRC}/GNUstep.conf \
${PREFIX}/share/GNUstep/GNUstep.conf
${INSTALL_MAN} ${WRKSRC}/Documentation/openapp.1 \
${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/Documentation/GNUstep.7 \
${PREFIX}/man/man7
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (gnustep/gnustep-make-2.0.2.tar.gz) = 2ruxI6jrhlq8Knror068Wg==
RMD160 (gnustep/gnustep-make-2.0.2.tar.gz) = vV4679qphymhiVQQJQB4PiPApIo=
SHA1 (gnustep/gnustep-make-2.0.2.tar.gz) = EC42SF1FgoMth+pT4JY/ZVOq99I=
SHA256 (gnustep/gnustep-make-2.0.2.tar.gz) = zhdjo2IYE0ti6mTB5QKJszMWw+1B8IfWXJXjA/BWbMc=
SIZE (gnustep/gnustep-make-2.0.2.tar.gz) = 449260
MD5 (gnustep/gnustep-make-2.0.4.tar.gz) = Ou8hjlsXmZBJJWiSrMp1Ug==
RMD160 (gnustep/gnustep-make-2.0.4.tar.gz) = BCl3fN24x8QpVF2VXBaOW+1Qf7c=
SHA1 (gnustep/gnustep-make-2.0.4.tar.gz) = 6LSoNhAheScA9s7o7nAQB53fz18=
SHA256 (gnustep/gnustep-make-2.0.4.tar.gz) = YMFZZzoKz17FmHRzRN3D0wOEguvmT5EK8LUSXLqNKkQ=
SIZE (gnustep/gnustep-make-2.0.4.tar.gz) = 461957

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-GNUmakefile_in,v 1.1.1.1 2007/05/29 03:00:34 ajacoutot Exp $
--- GNUmakefile.in.orig Thu Mar 8 18:15:05 2007
+++ GNUmakefile.in Sat May 12 12:30:48 2007
@@ -69,7 +69,7 @@ export GNUSTEP_TARGET_LDIR
$OpenBSD: patch-GNUmakefile_in,v 1.2 2008/01/09 14:18:31 ajacoutot Exp $
--- GNUmakefile.in.orig Mon Dec 31 03:57:28 2007
+++ GNUmakefile.in Wed Jan 9 14:55:53 2008
@@ -70,7 +70,7 @@ export GNUSTEP_TARGET_LDIR
export MAYBE_LIBRARY_COMBO
INSTALL = @INSTALL@
@ -10,21 +10,40 @@ $OpenBSD: patch-GNUmakefile_in,v 1.1.1.1 2007/05/29 03:00:34 ajacoutot Exp $
INSTALL_DATA = @INSTALL_DATA@
VERTAG = $(subst .,_,$(GNUSTEP_MAKE_VERSION))
@@ -124,7 +124,6 @@ install: generated-files
@@ -125,7 +125,6 @@ install: generated-files
echo "Creating makefile directories in: $(makedir)"; \
$(srcdir)/mkinstalldirs \
$(makedir) \
- $(makedir)/$(GNUSTEP_TARGET_CPU) \
$(makedir)/$(GNUSTEP_TARGET_DIR) \
$(makedir)/$(GNUSTEP_TARGET_LDIR) \
$(makedir)/Additional \
@@ -133,9 +132,6 @@ install: generated-files
$(makedir)/Instance \
$(makedir)/Instance/Shared \
$(makedir)/Instance/Documentation)
"$(srcdir)/mkinstalldirs" \
"$(makedir)" \
- "$(makedir)/$(GNUSTEP_TARGET_CPU)" \
"$(makedir)/$(GNUSTEP_TARGET_DIR)" \
"$(makedir)/$(GNUSTEP_TARGET_LDIR)" \
"$(makedir)/Additional" \
@@ -134,9 +133,6 @@ install: generated-files
"$(makedir)/Instance" \
"$(makedir)/Instance/Shared" \
"$(makedir)/Instance/Documentation")
- $(EC)(echo "Installing GNUstep configuration file in $(GNUSTEP_CONFIG_FILE)"; \
- $(srcdir)/mkinstalldirs "$(GNUSTEP_CONFIG_FILE_DIR)"; \
- "$(srcdir)/mkinstalldirs" "$(GNUSTEP_CONFIG_FILE_DIR)"; \
- $(INSTALL_DATA) GNUstep.conf "$(GNUSTEP_CONFIG_FILE)")
$(EC)(echo "Installing gnustep-make support software")
$(EC)(for f in config.guess config.sub install-sh mkinstalldirs \
clean_cpu.sh clean_os.sh \
@@ -185,17 +181,11 @@ install: generated-files
"$(srcdir)/mkinstalldirs" "$(mandir)/man1" \
"$(mandir)/man7"; \
$(INSTALL_DATA) "$(srcdir)/Documentation/debugapp.1" "$(mandir)/man1"; \
- which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man1/debugapp.1.gz" && gzip -9 "$(mandir)/man1/debugapp.1"; \
$(INSTALL_DATA) "$(srcdir)/Documentation/gnustep-config.1" "$(mandir)/man1"; \
- which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man1/gnustep-config.1.gz" && gzip -9 "$(mandir)/man1/gnustep-config.1"; \
$(INSTALL_DATA) "$(srcdir)/Documentation/openapp.1" "$(mandir)/man1"; \
- which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man1/openapp.1.gz" && gzip -9 "$(mandir)/man1/openapp.1"; \
$(INSTALL_DATA) "$(srcdir)/Documentation/opentool.1" "$(mandir)/man1"; \
- which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man1/opentool.1.gz" && gzip -9 "$(mandir)/man1/opentool.1"; \
$(INSTALL_DATA) "$(srcdir)/Documentation/GNUstep.7" "$(mandir)/man7"; \
- which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man7/GNUstep.7.gz" && gzip -9 "$(mandir)/man7/GNUstep.7"; \
- $(INSTALL_DATA) "$(srcdir)/Documentation/library-combo.7" "$(mandir)/man7"; \
- which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man7/library-combo.7.gz" && gzip -9 "$(mandir)/man7/library-combo.7")
+ $(INSTALL_DATA) "$(srcdir)/Documentation/library-combo.7" "$(mandir)/man7")
$(EC)(if [ "@GNUSTEP_STRIP_MAKEFILES@" = "strip" ]; then \
echo "Stripping makefiles and shell scripts..."; \
cd "$(makedir)"; ./strip_makefiles.sh; \

View File

@ -1,10 +1,14 @@
@comment $OpenBSD: PLIST,v 1.2 2007/06/21 10:46:21 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.3 2008/01/09 14:18:31 ajacoutot Exp $
bin/debugapp
bin/gnustep-config
bin/openapp
bin/opentool
@man man/man1/debugapp.1
@man man/man1/gnustep-config.1
@man man/man1/openapp.1
@man man/man1/opentool.1
@man man/man7/GNUstep.7
@man man/man7/library-combo.7
share/GNUstep/
share/GNUstep/GNUstep.conf
@sample ${SYSCONFDIR}/GNUstep.conf
@ -62,6 +66,7 @@ share/GNUstep/Makefiles/Master/gswbundle.make
share/GNUstep/Makefiles/Master/java-tool.make
share/GNUstep/Makefiles/Master/java.make
share/GNUstep/Makefiles/Master/library.make
share/GNUstep/Makefiles/Master/nsis.make
share/GNUstep/Makefiles/Master/objc.make
share/GNUstep/Makefiles/Master/palette.make
share/GNUstep/Makefiles/Master/resource-set.make
@ -113,6 +118,7 @@ share/GNUstep/Makefiles/messages.make
share/GNUstep/Makefiles/mkinstalldirs
share/GNUstep/Makefiles/names.make
share/GNUstep/Makefiles/native-library.make
share/GNUstep/Makefiles/nsi-app.template
share/GNUstep/Makefiles/objc.make
share/GNUstep/Makefiles/os.sh
share/GNUstep/Makefiles/palette.make