diff options
author | dirk <dirk@FreeBSD.org> | 2000-01-27 21:04:23 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-01-27 21:04:23 +0800 |
commit | e17868307b0380f6bb25164cdf49c2016a7c1383 (patch) | |
tree | c7d014344fe301fdd6e19438407237cc3d219fbe /www | |
parent | b252f1d0e7a75a18937bf00183a482444893d3f7 (diff) | |
download | freebsd-ports-gnome-e17868307b0380f6bb25164cdf49c2016a7c1383.tar.gz freebsd-ports-gnome-e17868307b0380f6bb25164cdf49c2016a7c1383.tar.zst freebsd-ports-gnome-e17868307b0380f6bb25164cdf49c2016a7c1383.zip |
libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 5 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 5 |
5 files changed, 5 insertions, 11 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 8e0a33a185ce..4d1f18be0a18 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -66,7 +66,7 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}" ;; \"mhash\") diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index a35df05b79c3..736c3bb3725b 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -42,7 +42,7 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz MAINTAINER= dirk@FreeBSD.org -BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!" +#XXX: BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!" Y2K= http://www.php.net/y2k.php3 diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index db3694a78309..93cd6b666041 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -66,10 +66,7 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}" ;; \"mhash\") diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index a35df05b79c3..736c3bb3725b 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -42,7 +42,7 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz MAINTAINER= dirk@FreeBSD.org -BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!" +#XXX: BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!" Y2K= http://www.php.net/y2k.php3 diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index db3694a78309..93cd6b666041 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -66,10 +66,7 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "mhash is DISABLED for now. Ignoring." > /dev/stderr - ;; - \"nothing\") - echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}" ;; \"mhash\") |