Depend on pdflib3 instead of pdflib and thus enable pdflib support.
This commit is contained in:
parent
1d6ae66055
commit
e576c2cb9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43755
4 changed files with 16 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= mod_php4
|
||||
PORTVERSION= 4.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
|
||||
http://php.he.net/${PHP_DISTDIR}/ \
|
||||
|
|
|
@ -18,7 +18,7 @@ FreeType "TrueType font rendering (implies GD)" OFF \
|
|||
zlib "zlib library support" ON \
|
||||
mcrypt "Encryption support" OFF \
|
||||
mhash "Crypto-hashing support" OFF \
|
||||
pdflib "pdflib support (implies zlib)" OFF \
|
||||
pdflib "pdflib support" OFF \
|
||||
IMAP "IMAP support" OFF \
|
||||
MySQL "MySQL database support" ON \
|
||||
PostgreSQL "PostgreSQL database support" OFF \
|
||||
|
@ -92,16 +92,15 @@ while [ "$1" ]; do
|
|||
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
|
||||
;;
|
||||
\"pdflib\")
|
||||
echo "pdflib is DISABLED for now. Ignoring." > /dev/stderr
|
||||
;;
|
||||
\"nothing\")
|
||||
echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib"
|
||||
echo "LIB_DEPENDS+= pdf.3:\${PORTSDIR}/print/pdflib3"
|
||||
echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg"
|
||||
echo "LIB_DEPENDS+= png.4:\${PORTSDIR}/graphics/png"
|
||||
echo "LIB_DEPENDS+= tiff.4:\${PORTSDIR}/graphics/tiff"
|
||||
echo "CONFIGURE_ARGS+=--with-pdflib=\${PREFIX} \\"
|
||||
echo " --with-zlib-dir=/usr \\"
|
||||
echo " --with-jpeg-dir=\${PREFIX} \\"
|
||||
echo " --with-png-dir=\${PREFIX} \\"
|
||||
echo " --with-tiff-dir=\${PREFIX}"
|
||||
if [ -z "$ZLIB" ]; then
|
||||
set $* \"zlib\"
|
||||
fi
|
||||
;;
|
||||
\"IMAP\")
|
||||
echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= mod_php4
|
||||
PORTVERSION= 4.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
|
||||
http://php.he.net/${PHP_DISTDIR}/ \
|
||||
|
|
|
@ -18,7 +18,7 @@ FreeType "TrueType font rendering (implies GD)" OFF \
|
|||
zlib "zlib library support" ON \
|
||||
mcrypt "Encryption support" OFF \
|
||||
mhash "Crypto-hashing support" OFF \
|
||||
pdflib "pdflib support (implies zlib)" OFF \
|
||||
pdflib "pdflib support" OFF \
|
||||
IMAP "IMAP support" OFF \
|
||||
MySQL "MySQL database support" ON \
|
||||
PostgreSQL "PostgreSQL database support" OFF \
|
||||
|
@ -92,16 +92,15 @@ while [ "$1" ]; do
|
|||
echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}"
|
||||
;;
|
||||
\"pdflib\")
|
||||
echo "pdflib is DISABLED for now. Ignoring." > /dev/stderr
|
||||
;;
|
||||
\"nothing\")
|
||||
echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib"
|
||||
echo "LIB_DEPENDS+= pdf.3:\${PORTSDIR}/print/pdflib3"
|
||||
echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg"
|
||||
echo "LIB_DEPENDS+= png.4:\${PORTSDIR}/graphics/png"
|
||||
echo "LIB_DEPENDS+= tiff.4:\${PORTSDIR}/graphics/tiff"
|
||||
echo "CONFIGURE_ARGS+=--with-pdflib=\${PREFIX} \\"
|
||||
echo " --with-zlib-dir=/usr \\"
|
||||
echo " --with-jpeg-dir=\${PREFIX} \\"
|
||||
echo " --with-png-dir=\${PREFIX} \\"
|
||||
echo " --with-tiff-dir=\${PREFIX}"
|
||||
if [ -z "$ZLIB" ]; then
|
||||
set $* \"zlib\"
|
||||
fi
|
||||
;;
|
||||
\"IMAP\")
|
||||
echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient"
|
||||
|
|
Loading…
Reference in a new issue