pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php71



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Mon Oct  9 21:43:30 UTC 2017

Modified Files:
        pkgsrc/lang/php71: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php71/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php71/Makefile.common
diff -u pkgsrc/lang/php71/Makefile.common:1.1 pkgsrc/lang/php71/Makefile.common:1.2
--- pkgsrc/lang/php71/Makefile.common:1.1       Thu Aug  4 14:09:03 2016
+++ pkgsrc/lang/php71/Makefile.common   Mon Oct  9 21:43:30 2017
@@ -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 @@ MAINTAINER?=          pkgsrc-users%NetBSD.org@localhost
 # 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