pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 Define "USE_TOOLS" to make "post-extract" tar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/970ebec83e6e
branches:  trunk
changeset: 498255:970ebec83e6e
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Aug 17 20:58:15 2005 +0000

description:
Define "USE_TOOLS" to make "post-extract" target work on arbitrary
configurations. Problem pointed out by Adrian Portelli in
private e-mail.

diffstat:

 www/php4/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8ede24491a22 -r 970ebec83e6e www/php4/Makefile
--- a/www/php4/Makefile Wed Aug 17 19:59:50 2005 +0000
+++ b/www/php4/Makefile Wed Aug 17 20:58:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/08/17 19:58:34 tron Exp $
+# $NetBSD: Makefile,v 1.47 2005/08/17 20:58:15 tron Exp $
 
 PKGNAME=               php-${PHP_BASE_VERS}
 CATEGORIES+=           lang
@@ -22,6 +22,8 @@
 XMLRPC_DISTFILE=       XML_RPC-1.4.0.tgz
 DISTFILES=             ${EXTRACT_ONLY} ${XMLRPC_DISTFILE}
 
+USE_TOOLS+=            gzip
+
 # On NetBSD ELF platforms, we need to link libgcc.a whole-archive so that
 # certain symbols from the C++ implementation (__get_eh_context, etc.)
 # referenced by DSOs written in C++ will resolve correctly.  We need to



Home | Main Index | Thread Index | Old Index