provide correct include paths by fixing a typo in patch-scripts_php_config_in;
bump PKGNAME; noticed by sturm@
This commit is contained in:
parent
3269452d02
commit
bfd52b13a7
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.17 2007/09/05 09:11:34 robert Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.18 2007/09/17 08:37:22 robert Exp $
|
||||
|
||||
# This port currently only works with archs supporting dynamic loading
|
||||
# and has Apache that supports DSO's.
|
||||
@ -16,8 +16,7 @@ MASTER_SITES= http://us2.php.net/distributions/ \
|
||||
http://se.php.net/distributions/ \
|
||||
http://no.php.net/distributions/ \
|
||||
http://uk.php.net/distributions/
|
||||
MASTER_SITES0= http://humppa.hu/php/
|
||||
MASTER_SITES1= http://www.hardened-php.net/suhosin/_media/
|
||||
MASTER_SITES0= http://www.hardened-php.net/suhosin/_media/
|
||||
|
||||
# UPGRADERS: please read BOTH the PHP and Zend licenses
|
||||
# and make sure they are safe before an upgrade
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2007/09/15 20:38:25 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2007/09/17 08:37:22 robert Exp $
|
||||
|
||||
COMMENT-main= server-side HTML-embedded scripting language
|
||||
COMMENT-fastcgi=stand-alone FastCGI version of PHP
|
||||
|
||||
PKGNAME= php5-core-${V}
|
||||
PKGNAME-main= php5-core-${V}
|
||||
PKGNAME-fastcgi=php5-fastcgi-${V}
|
||||
PKGNAME= php5-core-${V}p0
|
||||
PKGNAME-main= php5-core-${V}p0
|
||||
PKGNAME-fastcgi=php5-fastcgi-${V}p0
|
||||
|
||||
DISTFILES= php-${V}.tar.gz
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-scripts_php_config_in,v 1.4 2007/09/05 09:11:34 robert Exp $
|
||||
$OpenBSD: patch-scripts_php_config_in,v 1.5 2007/09/17 08:37:22 robert Exp $
|
||||
--- scripts/php-config.in.orig Fri Aug 24 13:44:10 2007
|
||||
+++ scripts/php-config.in Fri Aug 31 09:29:40 2007
|
||||
@@ -1,11 +1,11 @@
|
||||
@ -11,7 +11,7 @@ $OpenBSD: patch-scripts_php_config_in,v 1.4 2007/09/05 09:11:34 robert Exp $
|
||||
version="@PHP_VERSION@"
|
||||
vernum="@PHP_VERSION_ID@"
|
||||
-include_dir="@includedir@/php"
|
||||
+includedir="@PEAR_INSTALLDIR@/include"
|
||||
+include_dir="@PEAR_INSTALLDIR@/include"
|
||||
includes="-I$include_dir -I$include_dir/main -I$include_dir/TSRM -I$include_dir/Zend -I$include_dir/ext -I$include_dir/ext/date/lib"
|
||||
ldflags="@PHP_LDFLAGS@"
|
||||
libs="@EXTRA_LIBS@"
|
||||
|
@ -1,10 +1,10 @@
|
||||
MD5 (php-5.2.4.tar.gz) = CCbiMcMUiyn9A516jIk60w==
|
||||
MD5 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = vs+uFbqOx828HwhLeTgGPg==
|
||||
MD5 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = WLGNDbALxSsAT8dJGQqVjw==
|
||||
RMD160 (php-5.2.4.tar.gz) = 6mQAijsQI17FMOaYTusaxBINfpU=
|
||||
RMD160 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = GFvdkt7lTYNnSz3nJi1Xpqw+8Us=
|
||||
RMD160 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = DuqxTgfrVbo/6lz9FT6fAxsTE3Y=
|
||||
SHA1 (php-5.2.4.tar.gz) = IOnGzZdm7KePBNQWZwPSbuJIFeg=
|
||||
SHA1 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = VV1B7g3kIqctFRbgXPZrpKPUkEs=
|
||||
SHA1 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = IvHoHq//smKpAoMt1lFmKxAVj6c=
|
||||
SHA256 (php-5.2.4.tar.gz) = Zs+bDQlGrut+vcy5WvOaXU2P/k/sLD4DpaOTUkJUY1A=
|
||||
SHA256 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = Ogzs82p01suOAEI2P8utxK/QBG6zuv9tTexBX2RkqWo=
|
||||
SHA256 (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = CNxo5TGI3sf4UeK8U5LrpMLMxwz7qR6rHdvUHd5rzBQ=
|
||||
SIZE (php-5.2.4.tar.gz) = 9705468
|
||||
SIZE (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = 22292
|
||||
SIZE (suhosin-patch-5.2.4-0.9.6.2.patch.gz) = 22736
|
||||
|
Loading…
x
Reference in New Issue
Block a user