| Summary: | Chasing the upgrade op PHP4: updating PEAR- ports. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Thierry Thomas <thierry> | ||||
| Component: | Individual Port(s) | Assignee: | Norikatsu Shigemura <nork> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | nork | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Thierry Thomas
2003-05-22 23:50:15 UTC
State Changed From-To: open->analyzed I'll commit after ports freeze. Responsible Changed From-To: freebsd-ports-bugs->nork I'll handle this. Le Ven 23 mai 03 à 0:22:21 +0200, Thierry Thomas <thierry@pompo.net> écrivait : > > >Number: 52596 > >Category: ports > >Synopsis: Chasing the upgrade op PHP4: updating PEAR- ports. Oops! I have submitted an erroneous file. Please apply this patch: --- Makefile.common.diff begins here --- --- devel/pear-PEAR/Makefile.common.orig Thu May 22 21:15:55 2003 +++ devel/pear-PEAR/Makefile.common Fri May 23 22:19:42 2003 @@ -25,15 +25,15 @@ DOCSDIR= ${PEARDIR}/docs/${PORTNAME} pre-install: -.if exists(${LOCALBASE}/lib/php.DIST_PHP) - || exists(${PHP_BASE}/lib/php.DIST_PHP) - || exists(${LOCALBASE}/.PEAR.pkg) +.if exists(${LOCALBASE}/lib/php.DIST_PHP) \ + || exists(${PHP_BASE}/lib/php.DIST_PHP) \ + || exists(${LOCALBASE}/.PEAR.pkg) \ || exists(${PHP_BASE}/.PEAR.pkg) - ${ECHO_MSG} "" - ${ECHO_MSG} " Sorry, the PEAR structure has been modified;" - ${ECHO_MSG} " Please deinstall your installed pear- ports." - ${ECHO_MSG} "" - ${FALSE} + @${ECHO_MSG} "" + @${ECHO_MSG} " Sorry, the PEAR structure has been modified;" + @${ECHO_MSG} " Please deinstall your installed pear- ports." + @${ECHO_MSG} "" + @${FALSE} .endif post-install: --- Makefile.common.diff ends here --- With my apologies, -- Th. Thomas. Le Ven 23 mai 03 à 0:22:21 +0200, Thierry Thomas <thierry@pompo.net> écrivait : > > >Number: 52596 > >Category: ports > >Synopsis: Chasing the upgrade op PHP4: updating PEAR- ports. Yet another mistake in my original PR: net/pear-Net_Socket builds, but it breaks the index. Please apply this patch: --- pear-Net_Socket::Makefile.diff begins here --- --- net/pear-Net_Socket/Makefile.orig Thu May 22 22:44:06 2003 +++ net/pear-Net_Socket/Makefile Sat May 24 00:49:34 2003 @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Network Socket Interface -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> --- pear-Net_Socket::Makefile.diff ends here --- Best regards, -- Th. Thomas. State Changed From-To: analyzed->closed Committed, thanks! |