diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-18 02:38:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-18 02:38:18 +0800 |
commit | 2d62f8cda1a08316d8ee3241e68044517282be5d (patch) | |
tree | b45e0eace327bdb890a5d1da4921bca8516e3984 /lang | |
parent | 9741a59ee5485a225aff1789e94eef23b608e156 (diff) | |
download | freebsd-ports-gnome-2d62f8cda1a08316d8ee3241e68044517282be5d.tar.gz freebsd-ports-gnome-2d62f8cda1a08316d8ee3241e68044517282be5d.tar.zst freebsd-ports-gnome-2d62f8cda1a08316d8ee3241e68044517282be5d.zip |
Php extensions are built from the same source tarball as php and should
have the same CPE identifier
Discussed with: des@
With hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 3 | ||||
-rw-r--r-- | lang/php53/Makefile | 3 | ||||
-rw-r--r-- | lang/php55/Makefile | 3 | ||||
-rw-r--r-- | lang/php56/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 310d603932ca..2865bd55567a 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -17,14 +17,13 @@ LICENSE= PHP301 LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USES= tar:bzip2 cpe +CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -CPE_PRODUCT= php - CONFIGURE_ARGS+=--with-layout=GNU \ --localstatedir=/var \ --with-config-file-scan-dir=${PREFIX}/etc/php \ diff --git a/lang/php53/Makefile b/lang/php53/Makefile index eb9a135ecc96..2b96d3df0db7 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -15,13 +15,12 @@ COMMENT= PHP Scripting Language LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USES= tar:bzip2 cpe +CPE_PRODUCT= php .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -CPE_PRODUCT= php - CONFIGURE_ARGS= \ --with-layout=GNU \ --localstatedir=/var \ diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 14da62b3f120..c70e306aadb1 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -17,14 +17,13 @@ LICENSE= PHP301 LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USES= tar:bzip2 cpe +CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -CPE_PRODUCT= php - CONFIGURE_ARGS+=--with-layout=GNU \ --localstatedir=/var \ --with-config-file-scan-dir=${PREFIX}/etc/php \ diff --git a/lang/php56/Makefile b/lang/php56/Makefile index ed091d846278..98d5a19af4ea 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -17,14 +17,13 @@ LICENSE= PHP301 LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USES= tar:bzip2 cpe +CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= autoconf LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -CPE_PRODUCT= php - CONFIGURE_ARGS+=--with-layout=GNU \ --localstatedir=/var \ --with-config-file-scan-dir=${PREFIX}/etc/php \ |