summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-01-15 16:32:27 +0000
committerjlam <jlam@pkgsrc.org>2001-01-15 16:32:27 +0000
commite7eb28109fdea9757216d7b7604098fd9a4661cb (patch)
tree2ce18b5eb522fb43806dbf208b617f468f930433 /www/php4/Makefile.common
parentea6b6299822780081683098a27cbae027a2c20ea (diff)
downloadpkgsrc-e7eb28109fdea9757216d7b7604098fd9a4661cb.tar.gz
Update to version 4.0.4pl1. Changes from version 4.0.4:
* Make NetBSD PHP extensions_dir equal the compiled-in default for PHP4. * Install the PEAR PHP4 script repository and tools. * Use the source's install target instead of homegrown one. - Fixed the various pdf_open_*() functions (Daniel) - Fixed a bug that could cause invalid INI entries to be used under certain circumstances (Zeev) - Fixed a bug in the Apache module that could cause invalid INI values to propogate to different virtual hosts, if one or more of the virtual hosts was configured with engine=Off (Zeev) - Fixed possible crash bugs in the session module (Sascha) - Fixed the ODBC module to build properly with Solid 3.0 and OpenLink (Dan Kalowsky) - Fixed possible corruption of line number information in PHP scripts (Zeev, Zend Engine) - Fixed a few possible crashes in functions that use user-defined callbacks (Zeev, Zend Engine)
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r--www/php4/Makefile.common8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index b7e5c8d5628..9453a63880d 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.3 2000/12/25 21:03:47 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4 2001/01/15 16:32:28 jlam Exp $
DISTNAME= php-${PHP_VERS}
-PHP_VERS= 4.0.4
+PHP_VERS= 4.0.4pl1
CATEGORIES+= www php4
# Note the http address is written this way by purpose, so that bsd.pkg.mk DTRT
@@ -18,7 +18,9 @@ FILESDIR= ${.CURDIR}/../../www/php4/files
PATCHDIR= ${.CURDIR}/../../www/php4/patches
# Location of installed PHP4 loadable modules under ${PREFIX}.
-PHP_EXTENSION_DIR= lib/php4
+# This is derived from the value of `php-config --extension-dir`.
+#
+PHP_EXTENSION_DIR= lib/php/extensions/no-debug-non-zts-20001214
PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
USE_LIBTOOL= # defined