diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:19:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:19:49 +0000 |
commit | 0bf1b33ea084b0731b46542e0d92bd91fc347a44 (patch) | |
tree | baafc0ab24f05ef07771d2c42ac0acc00879edb7 | |
parent | Add dazuko 2.0.2, a common interface for 3rd party file access control. (diff) |
- Remove pdflib extension
- Point phpize to use libtoolize13
Notes
Notes:
svn path=/head/; revision=112221
-rw-r--r-- | lang/php4/Makefile | 9 | ||||
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 11 | ||||
-rw-r--r-- | lang/php4/scripts/configure.php | 1 | ||||
-rw-r--r-- | lang/php4/scripts/php4_options | 1 |
4 files changed, 13 insertions, 9 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index f8e98eac959e..3ccb1a544cf8 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -21,7 +21,7 @@ PORTNAME= php4 PORTVERSION= 4.3.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -129,7 +129,7 @@ ALL_OPTIONS= BCMATH BZIP2 CALENDAR CDB CRACK CTYPE CURL DB4 DBASE DBX DIO \ DOMXML DOMXSLT EXIF FILEPRO FRIBIDI FTP GD GDBM GETTEXT \ GMP HYPERWAVE ICONV IMAP INTERBASE INIFILE MBSTRING MCAL MCVE \ MCRYPT MHASH MIME MING MNOGOSEARCH MSSQL MYSQL NCURSES \ - OPENLDAP OPENSSL ORACLE OVERLOAD PCNTL PCRE PDFLIB POSIX \ + OPENLDAP OPENSSL ORACLE OVERLOAD PCNTL PCRE POSIX \ POSTGRESQL PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \ SYBASEDB SYBASECT SYSVMSG SYSVSEM SYSVSHM TOKENIZER UNIXODBC \ WDDX XML XMLRPC XSLT YAZ YP ZIP ZLIB @@ -437,11 +437,6 @@ CONFIGURE_ARGS+=--enable-pcntl CONFIGURE_ARGS+=--with-pcre-regex=yes .endif -.if defined(WITH_PDFLIB) -LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib -CONFIGURE_ARGS+=--with-pdflib=${LOCALBASE} -.endif - .if defined(WITH_POSIX) CONFIGURE_ARGS+=--enable-posix .endif diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in new file mode 100644 index 000000000000..fe1e1f29ebfc --- /dev/null +++ b/lang/php4/files/patch-scripts::phpize.in @@ -0,0 +1,11 @@ +--- scripts/phpize.in.orig Fri Jun 25 12:51:38 2004 ++++ scripts/phpize.in Fri Jun 25 12:52:14 2004 +@@ -64,7 +64,7 @@ + echo + exit 1 + fi +-libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` ++libtoolize=`$builddir/build/shtool path libtoolize13` + $libtoolize -f -c || exit 1 + + # dumping API NOs: diff --git a/lang/php4/scripts/configure.php b/lang/php4/scripts/configure.php index c32d26415506..112483ef6d8d 100644 --- a/lang/php4/scripts/configure.php +++ b/lang/php4/scripts/configure.php @@ -61,7 +61,6 @@ ORACLE "Oracle support" ${WITH_ORACLE:-OFF} \ OVERLOAD "user-space object overloading support" ${WITH_OVERLOAD:-OFF} \ PCNTL "pcntl support (CLI only)" ${WITH_PCNTL:-OFF} \ PCRE "Perl Compatible Regular Expression support" ${WITH_PCRE:-OFF} \ -PDFLIB "PDFlib support" ${WITH_PDFLIB:-OFF} \ POSIX "POSIX-like functions" ${WITH_POSIX:-OFF} \ POSTGRESQL "PostgreSQL database support" ${WITH_POSTGRESQL:-OFF} \ PSPELL "pspell support" ${WITH_PSPELL:-OFF} \ diff --git a/lang/php4/scripts/php4_options b/lang/php4/scripts/php4_options index 2dab37c0f336..762459bf7cc1 100644 --- a/lang/php4/scripts/php4_options +++ b/lang/php4/scripts/php4_options @@ -41,7 +41,6 @@ WITH_ORACLE=OFF WITH_OVERLOAD=ON WITH_PCNTL=OFF WITH_PCRE=ON -WITH_PDFLIB=OFF WITH_POSIX=ON WITH_POSTGRESQL=OFF WITH_PSPELL=OFF |