summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-02-27 16:30:25 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-02-27 16:30:25 +0000
commit3496923e69150ee5a54efd4820bbcd70078d53c0 (patch)
tree5e58cc9ea226b09f00e89d10f998f7d44f08bc16 /www
parentAdd ruby-html-template, a Ruby library to use HTML as a template file (diff)
Add support for cracklib, a password-checking library
Maintainer timeout.
Notes
Notes: svn path=/head/; revision=76578
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php5
-rw-r--r--www/mod_php5/scripts/configure.php5
2 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index ba30bbc87754..23b03a4fd9d7 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -21,6 +21,7 @@ GD1 "GD 1.x library support" OFF \
GD2 "GD 2.x library support" OFF \
zlib "zlib library support" ON \
bzip2 "bzip2 library support" OFF \
+cracklib "cracklib dict support" OFF \
mcrypt "Encryption support" OFF \
mhash "Crypto-hashing support" OFF \
pdflib "pdflib support" OFF \
@@ -132,6 +133,10 @@ while [ "$1" ]; do
fi
echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}"
;;
+ \"cracklib\")
+ echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcrack.a:\${PORTSDIR}/security/cracklib"
+ echo "CONFIGURE_ARGS+=--with-crack=\${LOCALBASE}"
+ ;;
\"mcrypt\")
echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}"
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index ba30bbc87754..23b03a4fd9d7 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -21,6 +21,7 @@ GD1 "GD 1.x library support" OFF \
GD2 "GD 2.x library support" OFF \
zlib "zlib library support" ON \
bzip2 "bzip2 library support" OFF \
+cracklib "cracklib dict support" OFF \
mcrypt "Encryption support" OFF \
mhash "Crypto-hashing support" OFF \
pdflib "pdflib support" OFF \
@@ -132,6 +133,10 @@ while [ "$1" ]; do
fi
echo "CONFIGURE_ARGS+=--with-bz2=${BZ2PREFIX}"
;;
+ \"cracklib\")
+ echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcrack.a:\${PORTSDIR}/security/cracklib"
+ echo "CONFIGURE_ARGS+=--with-crack=\${LOCALBASE}"
+ ;;
\"mcrypt\")
echo "LIB_DEPENDS+= mcrypt.8:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${LOCALBASE}"