- add $FreeBSD$

- disable mhash:
  This option causes apache to be linked with -lc _and_ -lc_r.
  As a result apache crashes on startup.
This commit is contained in:
Dirk Froemberg 1999-12-28 10:17:34 +00:00
parent 1d4d854b34
commit 7029af8c65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24199
3 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
# $FreeBSD$
if [ "${BATCH}" ]; then
${MKDIR} ${WRKDIRPREFIX}${CURDIR}
@ -76,6 +77,9 @@ while [ "$1" ]; do
echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}"
;;
\"mhash\")
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}"
;;

View File

@ -1,4 +1,5 @@
#!/bin/sh
# $FreeBSD$
if [ "${BATCH}" ]; then
${MKDIR} ${WRKDIRPREFIX}${CURDIR}
@ -82,6 +83,9 @@ while [ "$1" ]; do
echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}"
;;
\"mhash\")
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}"
;;

View File

@ -1,4 +1,5 @@
#!/bin/sh
# $FreeBSD$
if [ "${BATCH}" ]; then
${MKDIR} ${WRKDIRPREFIX}${CURDIR}
@ -82,6 +83,9 @@ while [ "$1" ]; do
echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}"
;;
\"mhash\")
echo "mhash is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash"
echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}"
;;