[Lunar-commits] r21119 - moonbase/trunk/zbeta/php5
Florin Braescu
florin at lunar-linux.org
Sat Aug 26 11:18:28 UTC 2006
Author: florin
Date: 2006-08-26 11:18:28 +0000 (Sat, 26 Aug 2006)
New Revision: 21119
Modified:
moonbase/trunk/zbeta/php5/CONFIGURE
moonbase/trunk/zbeta/php5/DEPENDS
moonbase/trunk/zbeta/php5/DETAILS
Log:
bump the version from 5.1.5 to 5.1.6. bugfixes release. applied the patch from Stelz.
Modified: moonbase/trunk/zbeta/php5/CONFIGURE
===================================================================
--- moonbase/trunk/zbeta/php5/CONFIGURE 2006-08-26 11:15:11 UTC (rev 21118)
+++ moonbase/trunk/zbeta/php5/CONFIGURE 2006-08-26 11:18:28 UTC (rev 21119)
@@ -11,6 +11,10 @@
OPTS="$OPTS --enable-trans-sid"
fi
+ if query "Enable UTF-8 support for SQLite?" y; then
+ OPTS="$OPTS --enable-sqlite-utf8"
+ fi
+
if query "Enable sockets support (experimental)?" y; then
OPTS="$OPTS --enable-sockets"
fi
@@ -31,6 +35,6 @@
fi
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
- echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
+ echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
fi
Modified: moonbase/trunk/zbeta/php5/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/php5/DEPENDS 2006-08-26 11:15:11 UTC (rev 21118)
+++ moonbase/trunk/zbeta/php5/DEPENDS 2006-08-26 11:18:28 UTC (rev 21119)
@@ -41,6 +41,11 @@
"" \
"for GNU dbm support" &&
+optional_depends "sqlite" \
+ "--with-pdo-sqlite=/usr" \
+ "" \
+ "for PDO SQLite support" &&
+
optional_depends "postgresql" \
"--with-pgsql=/usr" \
"" \
@@ -51,50 +56,50 @@
"" \
"for native MySQL support" &&
-optional_depends "freetds" \
- "--with-sybase=/usr" \
- "" \
- "for SyBase support" &&
+optional_depends "freetds" \
+ "--with-sybase=/usr" \
+ "" \
+ "for SyBase support" &&
-optional_depends "freetype2" \
- "--with-freetype-dir=/usr" \
- "" \
- "for freetype2 support" &&
+optional_depends "freetype2" \
+ "--with-freetype-dir=/usr" \
+ "" \
+ "for freetype2 support" &&
-optional_depends "pdflib" \
- "--with-pdflib" \
- "" \
- "for pdflib support" &&
+optional_depends "pdflib" \
+ "--with-pdflib" \
+ "" \
+ "for pdflib support" &&
-optional_depends "gd" \
- "--with-gd \
- --enable-gd-native-ttf \
- --with-jpeg-dir=/usr \
- --with-png-dir=/usr" \
- "" \
- "for on the fly graphics" &&
+optional_depends "gd" \
+ "--with-gd \
+ --enable-gd-native-ttf \
+ --with-jpeg-dir=/usr \
+ --with-png-dir=/usr" \
+ "" \
+ "for on the fly graphics" &&
-optional_depends "curl" \
- "--with-curl" \
- "" \
- "for curl support" &&
+optional_depends "curl" \
+ "--with-curl" \
+ "" \
+ "for curl support" &&
-optional_depends "ming" \
- "--with-ming" \
- "--without-ming" \
- "for dynamic FLASH generation" &&
+optional_depends "ming" \
+ "--with-ming" \
+ "--without-ming" \
+ "dynamic FLASH generation" &&
-optional_depends "expat" \
- "--with-expat-dir=/usr" \
- "" \
- "for expat xml support" &&
+optional_depends "expat" \
+ "--with-expat-dir=/usr" \
+ "" \
+ "for expat xml support" &&
-optional_depends "libxslt" \
- "--with-xsl=/usr" \
- "" \
- "for DOM Xslt support" &&
+optional_depends "libxslt" \
+ "--with-xsl=/usr" \
+ "" \
+ "for DOM Xslt support" &&
-optional_depends "openldap" \
- "--with-ldap" \
- "" \
- "For ldap support"
+optional_depends "openldap" \
+ "--with-ldap" \
+ "" \
+ "For ldap support"
Modified: moonbase/trunk/zbeta/php5/DETAILS
===================================================================
--- moonbase/trunk/zbeta/php5/DETAILS 2006-08-26 11:15:11 UTC (rev 21118)
+++ moonbase/trunk/zbeta/php5/DETAILS 2006-08-26 11:18:28 UTC (rev 21119)
@@ -1,5 +1,5 @@
MODULE=php5
- VERSION=5.1.5
+ VERSION=5.1.6
IMAP_VERSION=2004g
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
SOURCE=php-$VERSION.tar.bz2
@@ -12,11 +12,11 @@
SOURCE_URL[6]=http://fr.php.net/distributions/
SOURCE2=imap-$IMAP_VERSION.tar.Z
SOURCE2_URL=ftp://ftp.cac.washington.edu/imap/
- SOURCE_VFY=sha1:2e8ba214677fa2002fe2f10c2b917d626a5fe5b0
+ SOURCE_VFY=sha1:a20b946f1de0a8a35a8a6bf437adbba4e5448d27
SOURCE2_VFY=sha1:791a8bb247ca51ce0a4c32e814a2f736c2bcf066
WEB_SITE=http://www.php.net
ENTERED=20040919
- UPDATED=20060819
+ UPDATED=20060826
SHORT="PHP is the PHP: Hypertext Processor scripting language."
cat << EOF
More information about the Lunar-commits
mailing list