pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 g/c the UPGRADE_PKG code - it's no longer use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a955710c007e
branches:  trunk
changeset: 495510:a955710c007e
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Jun 12 08:18:28 2005 +0000

description:
g/c the UPGRADE_PKG code - it's no longer used, and the empty 'for'
list causes problems with some (e.g. Irix) shells

diffstat:

 www/php4/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (30 lines):

diff -r ecd71e1a2f72 -r a955710c007e www/php4/Makefile
--- a/www/php4/Makefile Sun Jun 12 07:58:08 2005 +0000
+++ b/www/php4/Makefile Sun Jun 12 08:18:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/05/22 20:08:46 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2005/06/12 08:18:28 jdolecek Exp $
 
 PKGNAME=               php-${PHP_BASE_VERS}
 CATEGORIES+=           lang
@@ -35,11 +35,6 @@
 CONF_FILES=    ${EGDIR}/php.ini-recommended ${PKG_SYSCONFDIR}/php.ini
 OWN_DIRS=      ${PREFIX}/${PHP_EXTENSION_DIR}
 
-# some of the bundled Pear extensions have newer versions, which fix
-# some known bugs
-PEAR_CMD=      ${PREFIX}/bin/pear
-UPGRADE_PKG=
-
 post-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php
        ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 ${PREFIX}/man/man1/php.1
@@ -50,8 +45,4 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/php
        ${INSTALL_DATA} ${WRKSRC}/php.gif ${PREFIX}/share/php
 
-       for p in ${UPGRADE_PKG}; do \
-               ${PEAR_CMD} upgrade $$p || exit 1; \
-       done
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index