diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 13:57:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 13:57:37 +0000 |
commit | d2c4c14627bab9dba2b3a4437b7c286d5cc435f8 (patch) | |
tree | c4ff9fdbeb396b7aa8d0272c4b691c9f519f24ac /CHANGES | |
parent | bff9ea9424744d453dd19ba56c70c972f0536190 (diff) |
USEify USES=php.
The following variables have been folded into arguments:
- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
Notes
Notes:
svn path=/head/; revision=417717
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -10,6 +10,23 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20160628: +AUTHOR: mat@FreeBSD.org + + USEify USES=php. + + The following variables have been folded into arguments: + + - USE_PHPIZE -> USES=php:phpize + - USE_PHPEXT -> USES=php:ext + - USE_ZENDEXT -> USES=php:zend + - USE_PHP_BUILD -> USES=php:build + - WANT_PHP_CLI -> USES=php:cli + - WANT_PHP_CGI -> USES=php:cgi + - WANT_PHP_MOD -> USES=php:mod + - WANT_PHP_WEB -> USES=php:web + - WANT_PHP_EMB -> USES=php:embed + 20160627: AUTHOR: mat@FreeBSD.org |