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