mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix the opcache ports, the fact that they are zend extensions was ignored.
MFH: 2016Q3 Sponsored by: Absolight
This commit is contained in:
parent
b5529b7d3d
commit
d25ea0446c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418143
6 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language
|
||||||
|
|
||||||
LICENSE= PHP301
|
LICENSE= PHP301
|
||||||
|
|
||||||
USES= tar:bzip2 cpe
|
USES+= tar:bzip2 cpe
|
||||||
CPE_PRODUCT= php
|
CPE_PRODUCT= php
|
||||||
NO_OPTIONS_SORT=yes
|
NO_OPTIONS_SORT=yes
|
||||||
.if !defined(PKGNAMESUFFIX)
|
.if !defined(PKGNAMESUFFIX)
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language
|
||||||
|
|
||||||
LICENSE= PHP301
|
LICENSE= PHP301
|
||||||
|
|
||||||
USES= tar:bzip2 cpe
|
USES+= tar:bzip2 cpe
|
||||||
CPE_PRODUCT= php
|
CPE_PRODUCT= php
|
||||||
NO_OPTIONS_SORT=yes
|
NO_OPTIONS_SORT=yes
|
||||||
.if !defined(PKGNAMESUFFIX)
|
.if !defined(PKGNAMESUFFIX)
|
||||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= PHP301
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= Does not build
|
||||||
|
|
||||||
USES= tar:bzip2 cpe
|
USES+= tar:bzip2 cpe
|
||||||
CPE_PRODUCT= php
|
CPE_PRODUCT= php
|
||||||
NO_OPTIONS_SORT=yes
|
NO_OPTIONS_SORT=yes
|
||||||
.if !defined(PKGNAMESUFFIX)
|
.if !defined(PKGNAMESUFFIX)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../lang/php55
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../lang/php56
|
MASTERDIR= ${.CURDIR}/../../lang/php56
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTREVISION= 2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../lang/php70
|
MASTERDIR= ${.CURDIR}/../../lang/php70
|
||||||
|
|
Loading…
Add table
Reference in a new issue