svn commit: r433044 - head/lang/php70

Mathieu Arnold mat at FreeBSD.org
Fri Feb 3 07:32:25 UTC 2017


Le 01/02/2017 à 17:24, Torsten Zuehlsdorff a écrit :
> Author: tz
> Date: Wed Feb  1 16:24:56 2017
> New Revision: 433044
> URL: https://svnweb.freebsd.org/changeset/ports/433044
>
> Log:
>   lang/php70: pet portlint by moving LIB_DEPENDS up

Please back this, and the one to php71, out.

Previously, the LIB_DEPENDS was at its right place, protected by a ".if
!defined(PKGNAMESUFFIX)" so that only lang/php70 depended on it. Now,
all php extensions depend on it too.

>   
>   PR:           216653
>   Submitted by: linimon
>
> Modified:
>   head/lang/php70/Makefile
>
> Modified: head/lang/php70/Makefile
> ==============================================================================
> --- head/lang/php70/Makefile	Wed Feb  1 16:16:11 2017	(r433043)
> +++ head/lang/php70/Makefile	Wed Feb  1 16:24:56 2017	(r433044)
> @@ -13,6 +13,8 @@ COMMENT=	PHP Scripting Language
>  
>  LICENSE=	PHP301
>  
> +LIB_DEPENDS=	libpcre.so:devel/pcre
> +
>  USES+=		tar:xz cpe
>  CPE_PRODUCT=	php
>  NO_OPTIONS_SORT=yes
> @@ -22,8 +24,6 @@ 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 \
>
>


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170203/02163304/attachment.sig>


More information about the svn-ports-all mailing list