diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-05-08 02:18:17 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-05-08 02:18:17 +0800 |
commit | b7d94f05261fe74d93a9b7dc65ddf63ec731f9f5 (patch) | |
tree | 48b09d1b297be3db5a161cfe331813ebc1c74e6b /CHANGES | |
parent | bc7c3d8fcb88b22a92970000b2ce3ebbe3fe42ed (diff) | |
download | freebsd-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-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |