ports/77594: Update port: devel/pear-PEAR
Antonio Carlos Venancio Junior
antonio at php.net
Wed Feb 16 11:50:16 UTC 2005
>Number: 77594
>Category: ports
>Synopsis: Update port: devel/pear-PEAR
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 16 11:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Antônio Carlos Venâncio Júnior
>Release: FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #4: Mon Jan 10 10:53:56 BRST 2005 root at antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386
>Description:
+ fix PLIST (now conditionally removing leftover dirs)
>How-To-Repeat:
>Fix:
diff -ruN pear-PEAR.orig/Makefile pear-PEAR/Makefile
--- pear-PEAR.orig/Makefile Wed Feb 16 08:59:34 2005
+++ pear-PEAR/Makefile Wed Feb 16 09:36:13 2005
@@ -7,6 +7,7 @@
PORTNAME= PEAR
PORTVERSION= 1.3.4
+PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= antonio at php.net
diff -ruN pear-PEAR.orig/Makefile.common pear-PEAR/Makefile.common
--- pear-PEAR.orig/Makefile.common Wed Feb 16 08:59:34 2005
+++ pear-PEAR/Makefile.common Wed Feb 16 09:30:43 2005
@@ -128,6 +128,7 @@
if [ -n "${EXAMPLES}" ]; then echo "%%PORTDOCS%%@dirrm ${LEXAMPLESDIR}"; fi; \
echo "@dirrm ${LPKGREGDIR}"; \
echo "@unexec rmdir %D/${LINSTDIR} 2> /dev/null || true"; \
+ echo "@unexec rmdir %D/${LINSTDIR:H} 2> /dev/null || true"; \
echo "@unexec rmdir %D/${LPEARDIR}/.registry 2> /dev/null || true"; \
echo "@unexec rmdir %D/${LPEARDIR}/packages 2> /dev/null || true"; \
echo "@unexec rmdir %D/${LPEARDIR} 2> /dev/null || true"; \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list