pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/zope3 GNU tar is needed on NetBSD-1.6.x to extract...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea93cb6ecc01
branches: trunk
changeset: 502067:ea93cb6ecc01
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Nov 02 04:00:23 2005 +0000
description:
GNU tar is needed on NetBSD-1.6.x to extract distfile. Patches
provided by Yoshito Komatsu (maintainer) in PR pkg/31976.
diffstat:
www/zope3/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 38739ccd8b93 -r ea93cb6ecc01 www/zope3/Makefile
--- a/www/zope3/Makefile Wed Nov 02 00:45:02 2005 +0000
+++ b/www/zope3/Makefile Wed Nov 02 04:00:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/24 02:25:20 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/02 04:00:23 minskim Exp $
#
DISTNAME= Zope-3.1.0
@@ -17,6 +17,13 @@
CONFIGURE_ARGS+= --with-python ${PYTHONBIN} \
--prefix ${PREFIX}/share/zope3 \
--force
+
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
+EXTRACT_USING= gtar
+.endif
+
BUILD_TARGET= build
USE_PKGINSTALL= yes
Home |
Main Index |
Thread Index |
Old Index