Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79983 by Treeve Jelbert for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79983 by Treeve Jelbert for review
  • Date: Tue, 30 May 2006 20:40:01 +0100 (BST)

Change 79983 by treeve_jelbert@treeve-knowhow on 2006/05/30 20:39:55

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

Affected files ...

... //sgl/grimoires/devel/php-pear/php/DEPENDS#8 edit
... //sgl/grimoires/devel/php-pear/php/DETAILS#13 edit
... //sgl/grimoires/devel/php-pear/php/HISTORY#26 edit

Differences ...

==== //sgl/grimoires/devel/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/devel/php-pear/php/DETAILS#13 (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/devel/php-pear/php/HISTORY#26 (text) ====

@@ -1,3 +1,8 @@
+2006-05-30
+ * 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.




  • [SM-Commit] PERFORCE change 79983 by Treeve Jelbert for review, Perforce Review Daemon, 05/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page