From e3b849ac2a961496d44a4396c662925f2a4c4ad8 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Mon, 30 Aug 1999 18:07:48 +0000 Subject: Disable gd and freetype support. PR: ports/13454 --- www/mod_php4/scripts/configure.php | 6 ++++++ www/mod_php5/scripts/configure.php | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'www') 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 -- cgit v1.2.3