diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-30 18:07:48 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-30 18:07:48 +0000 |
commit | e3b849ac2a961496d44a4396c662925f2a4c4ad8 (patch) | |
tree | 0e86ea4a01eec8270cf1dfc100edfba08f50c50d /www | |
parent | d99bbdf5401e723481089d070bb022e8108aa340 (diff) | |
download | ports-e3b849ac2a961496d44a4396c662925f2a4c4ad8.tar.gz ports-e3b849ac2a961496d44a4396c662925f2a4c4ad8.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 6 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index f8413f6948a6..87702420f57d 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -56,11 +56,17 @@ while [ "$1" ]; do echo "APACHE_PERF_TUNING= YES" ;; \"GD\") + echo "GD is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd" echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}" GD=1 ;; \"FreeType\") + echo "FreeType is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype" echo "PHP_CONF_ARGS+= --with-ttf=\${PREFIX}" if [ -z "$GD" ]; then diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index f8413f6948a6..87702420f57d 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -56,11 +56,17 @@ while [ "$1" ]; do echo "APACHE_PERF_TUNING= YES" ;; \"GD\") + echo "GD is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd" echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}" GD=1 ;; \"FreeType\") + echo "FreeType is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype" echo "PHP_CONF_ARGS+= --with-ttf=\${PREFIX}" if [ -z "$GD" ]; then |