svn commit: r433219 - in head/lang: php70 php71

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Feb 3 10:20:04 UTC 2017


Author: tz
Date: Fri Feb  3 10:20:03 2017
New Revision: 433219
URL: https://svnweb.freebsd.org/changeset/ports/433219

Log:
  lang/php70 & lang/php71: revert moving of LIB_DEPENDS
  
  The former commit should pet portlint, but accidently made
  deve/pcre a LIB_DEPEND for all php modules.
  
  Pointy hat: tz

Modified:
  head/lang/php70/Makefile
  head/lang/php71/Makefile

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Fri Feb  3 10:12:06 2017	(r433218)
+++ head/lang/php70/Makefile	Fri Feb  3 10:20:03 2017	(r433219)
@@ -13,8 +13,6 @@ COMMENT=	PHP Scripting Language
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	libpcre.so:devel/pcre
-
 USES+=		tar:xz cpe
 CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
@@ -24,6 +22,8 @@ USE_AUTOTOOLS=	autoconf
 #USES+=		autoreconf gmake
 #GNU_CONFIGURE=	yes
 
+LIB_DEPENDS=	libpcre.so:devel/pcre
+
 CONFIGURE_ARGS+=--with-layout=GNU \
 		--localstatedir=/var \
 		--with-config-file-scan-dir=${PREFIX}/etc/php \

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Fri Feb  3 10:12:06 2017	(r433218)
+++ head/lang/php71/Makefile	Fri Feb  3 10:20:03 2017	(r433219)
@@ -13,8 +13,6 @@ COMMENT=	PHP Scripting Language
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	libpcre.so:devel/pcre
-
 USES+=		tar:xz cpe
 CPE_PRODUCT=	php
 NO_OPTIONS_SORT=yes
@@ -25,6 +23,8 @@ USE_AUTOTOOLS=	autoconf
 #USES+=		autoreconf gmake
 #GNU_CONFIGURE=	yes
 
+LIB_DEPENDS=	libpcre.so:devel/pcre
+
 CONFIGURE_ARGS+=--with-layout=GNU \
 		--localstatedir=/var \
 		--with-config-file-scan-dir=${PREFIX}/etc/php \


More information about the svn-ports-all mailing list