diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:34:42 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:34:42 +0800 |
commit | 2d3cc4a13a63811b3456dc768201f57d28cc8969 (patch) | |
tree | a5192c23c0cfee6c340e1843c682ab45dbd59e38 /CHANGES | |
parent | e58d0016838d7929f10cf71ff85a9c479bd67174 (diff) | |
download | freebsd-ports-gnome-2d3cc4a13a63811b3456dc768201f57d28cc8969.tar.gz freebsd-ports-gnome-2d3cc4a13a63811b3456dc768201f57d28cc8969.tar.zst freebsd-ports-gnome-2d3cc4a13a63811b3456dc768201f57d28cc8969.zip |
Inform users and developers about the new PHP infrastructure.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -10,6 +10,34 @@ in the release notes. All ports committers are allowed to commit to this file. +20040719: +AUTHOR: ale@FreeBSD.org + There has been a big update to PHP ports and bsd.php.mk to add more + flexibility and new features. + Now a port may depend on a specific set of PHP extensions. To do so, + simply replace: + + USE_PHP= yes + + with: + + USE_PHP= ext1 ext2 ext3 ... + + in the port Makefile. A list of all PHP extensions is included in bsd.php.mk. + If the requirement is a build dependency, too, the port should also define: + + USE_PHP_BUILD=yes + + Moreover, the new knob WANT_PHP_SCR has been added to indicate that the port + requires the 'php' binary to run. + Last but not list, many common operations done to build/install/register a + PHP extension can now be omitted from the port Makefile, if it defines: + + USE_PHPEXT= yes + + For more information on this point and on additional variables, give a look + at bsd.php.mk. + 20040717: AUTHOR: eik@FreeBSD.org OpenLDAP version 2.2 is now the default. |