pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php71 seems we actually don't need the EXTRACT_US...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e89afa3ef486
branches:  trunk
changeset: 370028:e89afa3ef486
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Oct 09 21:43:30 2017 +0000

description:
seems we actually don't need the EXTRACT_USING=gtar, apparently
it's been carried over from php 5.x times

diffstat:

 lang/php71/Makefile.common |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 6365588342e0 -r e89afa3ef486 lang/php71/Makefile.common
--- a/lang/php71/Makefile.common        Mon Oct 09 15:36:46 2017 +0000
+++ b/lang/php71/Makefile.common        Mon Oct 09 21:43:30 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.2 2017/10/09 21:43:30 jdolecek Exp $
 # used by lang/php71/Makefile.php
 # used by lang/php/ext.mk
 # used by meta-pkgs/php71-extensions/Makefile
@@ -13,8 +13,6 @@
 # needed due to (broken?) configure checks in php-xmlrpc and php5-dom
 CONFIGURE_ENV+=                PHP_LIBXML_SHARED="1"
 
-EXTRACT_USING=         gtar
-
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 # configure test gets confused by wrappers dropping -R /usr/lib



Home | Main Index | Thread Index | Old Index