aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2018-05-08 02:18:17 +0800
committerbrnrd <brnrd@FreeBSD.org>2018-05-08 02:18:17 +0800
commitb7d94f05261fe74d93a9b7dc65ddf63ec731f9f5 (patch)
tree48b09d1b297be3db5a161cfe331813ebc1c74e6b /CHANGES
parentbc7c3d8fcb88b22a92970000b2ce3ebbe3fe42ed (diff)
downloadfreebsd-ports-gnome-b7d94f05261fe74d93a9b7dc65ddf63ec731f9f5.tar.gz
freebsd-ports-gnome-b7d94f05261fe74d93a9b7dc65ddf63ec731f9f5.tar.zst
freebsd-ports-gnome-b7d94f05261fe74d93a9b7dc65ddf63ec731f9f5.zip
Mk/Uses/php.mk: Drop support for WANT_ and USE_ PHP vars
Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D15014
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e16e1f2ccf17..cc40b0631577 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20180506:
+AUTHOR: brnrd@FreeBSD.org
+
+ All USE_ and WANT_ variables for PHP have been removed and marked
+ UNSUPPORTED. Use USES= php:<feature> as a replacement.
+
+ USE_PHPIZE, USE_PHPEXT, USE_ZENDEXT, USE_PHP_BUILD,
+ WANT_PHP_CLI, WANT_PHP_CGI, WANT_PHP_MOD, WANT_PHP_WEB, WANT_PHP_EMB
+
20180311:
AUTHOR: brnrd@FreeBSD.org