From 74235692f349205d4b478c008a8f8830db1da479 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 10 Sep 2005 09:04:01 +0000 Subject: put back XML_RPC upgrade - the fixed one is 1._4_.0, not 1.3.1 --- www/php4/Makefile | 12 +++++++++++- www/php4/distinfo | 5 ++++- 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/php4/Makefile b/www/php4/Makefile index 1d4394722d7..84775585ec0 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2005/09/10 08:58:55 jdolecek Exp $ +# $NetBSD: Makefile,v 1.52 2005/09/10 09:04:01 jdolecek Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -20,6 +20,11 @@ CONFIGURE_ARGS+= --enable-force-cgi-redirect CGIDIR= ${PREFIX}/libexec/cgi-bin EGDIR= ${PREFIX}/share/examples/php +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +XMLRPC_DISTFILE= XML_RPC-1.4.0.tgz +SITES_${XMLRPC_DISTFILE}= http://pear.php.net/get/ +DISTFILES= ${EXTRACT_ONLY} ${XMLRPC_DISTFILE} + # On NetBSD ELF platforms, we need to link libgcc.a whole-archive so that # certain symbols from the C++ implementation (__get_eh_context, etc.) # referenced by DSOs written in C++ will resolve correctly. We need to @@ -40,6 +45,11 @@ OWN_DIRS= ${PREFIX}/${PHP_EXTENSION_DIR} USE_TOOLS+= gzcat +post-extract: + ${RM} -f ${WRKSRC}/pear/packages/XML_RPC-1.3.1.tar + ${GZCAT} ${DISTDIR}/${XMLRPC_DISTFILE} \ + >${WRKSRC}/pear/packages/${XMLRPC_DISTFILE:S/.tgz/.tar/} + post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 ${PREFIX}/man/man1/php.1 diff --git a/www/php4/distinfo b/www/php4/distinfo index 0e004ea6c2c..197fd68f961 100644 --- a/www/php4/distinfo +++ b/www/php4/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.42 2005/09/10 08:58:55 jdolecek Exp $ +$NetBSD: distinfo,v 1.43 2005/09/10 09:04:01 jdolecek Exp $ SHA1 (php-4.4.0.tar.bz2) = 5e0afe6e5f8c751f880a50ad4fa1716f0242ef37 RMD160 (php-4.4.0.tar.bz2) = 4792e78b6f2f3e3347a1ac945b48efaccedf4542 Size (php-4.4.0.tar.bz2) = 4086074 bytes +SHA1 (XML_RPC-1.4.0.tgz) = 461f0b70675a37f524043d19078e9c0502dd13ac +RMD160 (XML_RPC-1.4.0.tgz) = 8647565c7fa973ac800683d91c32d781fce9437c +Size (XML_RPC-1.4.0.tgz) = 26776 bytes SHA1 (patch-aa) = feb064407950d0fc732b7240e65cac84420d2407 SHA1 (patch-ad) = 9ca5d2f59bfeea77a98cd0e727546d11669114cd SHA1 (patch-ag) = 1ded1d7f4daac6806f41864c783f16d3403315e4 -- cgit v1.2.3