Date: Fri, 3 Feb 2017 10:20:03 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433219 - in head/lang: php70 php71 Message-ID: <201702031020.v13AK30W014174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702031020.v13AK30W014174>