diff options
author | tz <tz@FreeBSD.org> | 2017-12-17 05:44:09 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-12-17 05:44:09 +0800 |
commit | c12eba86d83456bb0d3e2422901dd3432e1ad8bf (patch) | |
tree | ad8208fb32c96b33b562ed53fd091c2aa58f6cd2 /www/mysar | |
parent | c6729eb29ea7d1f05d8cc3776c3d9eb152b5894c (diff) | |
download | freebsd-ports-gnome-c12eba86d83456bb0d3e2422901dd3432e1ad8bf.tar.gz freebsd-ports-gnome-c12eba86d83456bb0d3e2422901dd3432e1ad8bf.tar.zst freebsd-ports-gnome-c12eba86d83456bb0d3e2422901dd3432e1ad8bf.zip |
Add missing IGNORE_WITH_PHP for various PHP based ports.
In preparation of changing the PHP default version from 5.6
to 7.0 i found a number of ports not building with the new version
and all later versions.
Therefore i set IGNORE_WITH_PHP and notice all maintainer about
the change.
Approved by: portmgr (blanket)
Diffstat (limited to 'www/mysar')
-rw-r--r-- | www/mysar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mysar/Makefile b/www/mysar/Makefile index 2d4dec4fd56a..19d0d8f4fb0c 100644 --- a/www/mysar/Makefile +++ b/www/mysar/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MySQL Squid Access Report +IGNORE_WITH_PHP= 70 71 72 + LICENSE= GPLv2 LICENSE_FILE= ${WRKROOT}/COPYING |