ports/181672: [PATCH] devel/pear: [SUMMARIZE CHANGES]
Gasol Wu
gasol.wu at gmail.com
Fri Aug 30 04:20:01 UTC 2013
>Number: 181672
>Category: ports
>Synopsis: [PATCH] devel/pear: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 30 04:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Gasol Wu
>Release: FreeBSD 9.1-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013
>Description:
take care about directory that contains a space
Refer to http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181668
Port maintainer (miwi at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- pear-1.9.4_3.patch begins here ---
diff -ruN /usr/ports/devel/pear/Makefile ./Makefile
--- /usr/ports/devel/pear/Makefile 2013-07-19 00:33:02.000000000 +0800
+++ ./Makefile 2013-08-30 11:40:43.000000000 +0800
@@ -3,7 +3,7 @@
PORTNAME= pear
PORTVERSION= 1.9.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://miwibox.org/distfiles/
diff -ruN /usr/ports/devel/pear/bsd.pear.mk ./bsd.pear.mk
--- /usr/ports/devel/pear/bsd.pear.mk 2013-08-30 11:14:36.000000000 +0800
+++ ./bsd.pear.mk 2013-08-30 11:40:43.000000000 +0800
@@ -193,9 +193,9 @@
@cd ${WRKDIR}/inst/${PREFIX} && ${FIND} . -type f | ${SORT} \
| ${CUT} -c 3- >> ${PLIST}
@DIRS=`cd ${WRKDIR}/inst/${PREFIX} && ${FIND} . -type d | ${SORT} -r | \
- ${CUT} -c 3- | ${SED} -e 's,\\$$,\\\\$$,g'`; \
+ ${CUT} -c 3- | ${SED} -e 's,\\$$,\\\\$$,g'`; IFS=$$'\n'; \
for d in $${DIRS}; do \
- if [ ! -d ${LOCALBASE}/$${d} ]; then \
+ if [ ! -d "${LOCALBASE}/$${d}" ]; then \
${ECHO_CMD} "@dirrmtry $${d}" >> ${PLIST}; \
fi; \
done
--- pear-1.9.4_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list