From owner-svn-ports-head@freebsd.org Fri Feb 3 10:20:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 757A1CCCEF2; Fri, 3 Feb 2017 10:20:04 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45200F01; Fri, 3 Feb 2017 10:20:04 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13AK3AS014176; Fri, 3 Feb 2017 10:20:03 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13AK30W014174; Fri, 3 Feb 2017 10:20:03 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201702031020.v13AK30W014174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 3 Feb 2017 10:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433219 - in head/lang: php70 php71 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 10:20:04 -0000 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 \