[SM-Commit] PERFORCE change 79984 by Treeve Jelbert for review

Perforce Review Daemon p4review at smee.org
Tue May 30 15:45:02 EDT 2006


Change 79984 by treeve_jelbert at treeve-knowhow on 2006/05/30 20:41:04

	php - extra depends, fix sha512, add build_api=2

Affected files ...

... //sgl/grimoires/test/php-pear/php/DEPENDS#8 integrate
... //sgl/grimoires/test/php-pear/php/DETAILS#12 integrate
... //sgl/grimoires/test/php-pear/php/HISTORY#23 integrate

Differences ...

==== //sgl/grimoires/test/php-pear/php/DEPENDS#8 (xtext) ====

@@ -68,6 +68,21 @@
                   "--without-gettext"        \
                   "for GNU gettext support"  &&
 
+optional_depends firebird                      \
+                 '--with-pdo-firebird=/usr/firebird' \
+                 '--without-pdo-firebird'          \
+                 'for native Firebird support' &&
+
+optional_depends unixodbc                       \
+                 '--with-unixODBC=/usr'         \
+                 '--without-unixODBC'           \
+                 'for ODBC database support'    &&
+
+optional_depends libiodbc                       \
+                 '--with-iodbc=/usr'            \
+                 '--without-iobc'               \
+                 'for ODBC database support'    &&
+
 optional_depends  postgresql                       \
                   "--with-pgsql=/usr"              \
                   "--without-pgsql"                \

==== //sgl/grimoires/test/php-pear/php/DETAILS#12 (xtext) ====

@@ -4,9 +4,10 @@
      SOURCE_HASH='sha512:d137eb5da11ebf647ca1aeff8c7dc43bb8d4aebc022353bf5b78d15bf0eb4db07927f8f4ab057133d4a52e76de8e1c1b2025144ca4ec1281eff67652305b23b2'
 else
          VERSION=5.1.4
-     SOURCE_HASH='sha512:d137eb5da11ebf647ca1aeff8c7dc43bb8d4aebc022353bf5b78d15bf0eb4db07927f8f4ab057133d4a52e76de8e1c1b2025144ca4ec1281eff67652305b23b2'
+     SOURCE_HASH=sha512:1bce9ae9d80537eac149307466ede35c958e8c05081cc01999b9098172ae2737fc6a5b3e02b9a98fd2331a5c64d181036b71fc665282c4cb017a9233803103bb
 fi
   SECURITY_PATCH=1
+       BUILD_API=2
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
 #if [ "${VERSION//RC/}" == "$VERSION" ]; then
@@ -16,7 +17,6 @@
 #fi
         WEB_SITE=http://www.php.net/
          ENTERED=20011024
-         UPDATED=20040330
       LICENSE[0]=http://www.php.net/license/3_0.txt
         KEYWORDS="php"
            SHORT="Hypertext Preprocessor (PHP) scripting language"

==== //sgl/grimoires/test/php-pear/php/HISTORY#23 (text) ====

@@ -1,3 +1,8 @@
+2006-05-30  Treeve Jelbert <treeve01 at pi.be>
+	* DETAILS: add BUILD_API=2, as nothing was bieng installed
+	  change sha512, as sourece tarabls were updated (see web site for details)
+	* DEPENDS: add various database dependencies
+
 2006-05-06 Sergey Lipnevich <sergey at sourcemage.org>
 	* DETAILS: upgrade to 5.1.4.
 



More information about the SM-Commit mailing list