ports/185653: [NEW PORTS] devel/qt4-private-* and devel/qt4-declarative-*
Yuri
yuri at tsoft.com
Sat Jan 11 02:40:01 UTC 2014
The following reply was made to PR ports/185653; it has been noted by GNATS.
From: Yuri <yuri at tsoft.com>
To: "bug-followup at FreeBSD.org" <bug-followup at FreeBSD.org>
Cc:
Subject: RE: ports/185653: [NEW PORTS] devel/qt4-private-* and devel/qt4-declarative-*
Date: Fri, 10 Jan 2014 18:31:15 -0800
This is a multi-part message in MIME format.
--------------000900000209000702060200
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Additional patch to /usr/ports/Mk
--------------000900000209000702060200
Content-Type: text/plain; charset=UTF-8;
name="devel-private-declarative-mk.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="devel-private-declarative-mk.patch"
--- Mk/bsd.commands.mk (revision 338359)
+++ Mk/bsd.commands.mk (working copy)
@@ -93,6 +93,7 @@
TRUE?= true # Shell builtin
UMOUNT?= /sbin/umount
UNAME?= /usr/bin/uname
+UNIQ?= /usr/bin/uniq
UNMAKESELF_CMD?= ${LOCALBASE}/bin/unmakeself
UNZIP_CMD?= ${LOCALBASE}/bin/unzip
WHICH?= /usr/bin/which
--- Mk/bsd.port.mk (revision 338359)
+++ Mk/bsd.port.mk (working copy)
@@ -5798,12 +5798,12 @@
${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \
fi
-.for dir in ${PLIST_DIRS}
- @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^, at dirrm ,' >> ${TMPPLIST}
-.endfor
-.for dir in ${PLIST_DIRSTRY}
- @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^, at dirrmtry ,' >> ${TMPPLIST}
-.endfor
+ @for dir in ${PLIST_DIRS}; do \
+ ${ECHO_CMD} $${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^, at dirrm ,' >> ${TMPPLIST}; \
+ done
+ @for dir in ${PLIST_DIRSTRY}; do \
+ ${ECHO_CMD} $${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^, at dirrmtry ,' >> ${TMPPLIST}; \
+ done
.for reinplace in ${PLIST_REINPLACE}
.if defined(PLIST_REINPLACE_${reinplace:U})
--------------000900000209000702060200--
More information about the freebsd-ports-bugs
mailing list