tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: package failures for 2012Q2
Le 14/06/2012 10:36, Takahiro Kambe a écrit :
In message <16b5a2ba59ccf873f5788b0701970439%helkyn.dyndns.org@localhost>
on Thu, 14 Jun 2012 10:32:11 +0100,
Jean-Yves Migeon <jeanyves.migeon%free.fr@localhost> wrote:
Le 14/06/2012 01:44, David Holland a écrit :
------
benchmarks/phoronix-test-suite
It might be fixed during importing php54.
Maybe, however I think my pkgs miss declarations regarding PHP
variables. At least, Makefile.php is missing for both, and it's required
if it uses PHP_BASE_VERS directly (as I am not using PHP ext.mk
framework, they are not currently bundled via PECL):
--- www/davical/Makefile.orig 2012-06-15 13:11:43.000000000 +0200
+++ www/davical/Makefile 2012-06-15 13:23:43.000000000 +0200
@@ -31,6 +31,7 @@ PAXDIRS= htdocs inc dba po scripts
INSTALLATION_DIRS= ${DOCDIR} ${EGDIR}/config
.include "../../lang/php/phpversion.mk"
+.include "${PHPPKGSRCDIR}/Makefile.php"
DEPENDS+=
${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
DEPENDS+=
${PHP_PKG_PREFIX}-pgsql>=4.3.1:../../databases/php-pgsql
--- benchmarks/phoronix-test-suite/Makefile.orig 2012-06-15
13:11:56.0000
00000 +0200
+++ benchmarks/phoronix-test-suite/Makefile 2012-06-15
13:26:01.000000000 +0
200
@@ -21,6 +21,9 @@ DEPENDS+= php53-posix>=${PHP_BASE_VERS}<
DEPENDS+= php53-zip>=${PHP_BASE_VERS}<5.4:../../archivers/php-zip
DEPENDS+=
php53-zlib>=${PHP_BASE_VERS}<5.4:../../archivers/php-zlib
+.include "../../lang/php/phpversion.mk"
+.include "${PHPPKGSRCDIR}/Makefile.php"
+
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin
--
Jean-Yves Migeon
Home |
Main Index |
Thread Index |
Old Index