From 2453b57fa977366d45e9927252f3559d35b0a173 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Tue, 5 Sep 2006 11:04:29 +0000 Subject: [PATCH] Benjamin Schieder: PHP: add checksums PHP: give a message why it's built without support for a specific extension, don't just silently suppress the option [2006083012102918117] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7881 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/alessandro/php/config.in | 4 ++++ package/alessandro/php/php.desc | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package/alessandro/php/config.in b/package/alessandro/php/config.in index cd48c3aa3..4b0a45fd8 100644 --- a/package/alessandro/php/config.in +++ b/package/alessandro/php/config.in @@ -41,11 +41,15 @@ if pkgcheck php X ; then for xpkg in postgresql openssl mysql libgd ; do if pkgcheck $xpkg X ; then bool "Build PHP with $xpkg support" ROCKCFG_PKG_PHP_$xpkg 1 + else + comment "Package $xpkg is disabled. Bulding PHP without $xpkg support." fi done if pkgcheck pine X ; then bool "Build PHP with imap support" ROCKCFG_PKG_PHP_imap 1 + else + comment "Package pine is disabled. Bulding PHP without imap support." fi bool "Build PHP with mcrypt support" ROCKCFG_PKG_PHP_mcrypt 0 diff --git a/package/alessandro/php/php.desc b/package/alessandro/php/php.desc index 8dd7fc651..c1199eaeb 100644 --- a/package/alessandro/php/php.desc +++ b/package/alessandro/php/php.desc @@ -40,13 +40,13 @@ #if xpkg == php4 [V] 4.4.2 -[D] 0 php-4.4.2.tar.bz2 http://static.php.net/www.php.net/distributions/ +[D] 1981851101 php-4.4.2.tar.bz2 http://static.php.net/www.php.net/distributions/ #endif #if xpkg == php5 [V] 5.1.6 [O] pear_version=2006-05-17 -[D] 0 php-5.1.6.tar.bz2 http://static.php.net/www.php.net/distributions/ -[D] 0 install-pear-nozlib-2006-05-17.phar !http://pear.php.net/install-pear-nozlib.phar +[D] 499767077 php-5.1.6.tar.bz2 http://static.php.net/www.php.net/distributions/ +[D] 3500472770 install-pear-nozlib-2006-05-17.phar !http://pear.php.net/install-pear-nozlib.phar #endif