summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-08-30 18:07:48 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-08-30 18:07:48 +0000
commite3b849ac2a961496d44a4396c662925f2a4c4ad8 (patch)
tree0e86ea4a01eec8270cf1dfc100edfba08f50c50d /www
parentUpdate to jperl-5.005_03-990822. (diff)
Disable gd and freetype support.
PR: ports/13454
Notes
Notes: svn path=/head/; revision=21129
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php6
-rw-r--r--www/mod_php5/scripts/configure.php6
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