Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2014 02:40:01 GMT
From:      Yuri <yuri@tsoft.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   RE: ports/185653: [NEW PORTS] devel/qt4-private-* and devel/qt4-declarative-*
Message-ID:  <201401110240.s0B2e19g069455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185653; it has been noted by GNATS.

From: Yuri <yuri@tsoft.com>
To: "bug-followup@FreeBSD.org" <bug-followup@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,^,@dirrm ,' >> ${TMPPLIST}
 -.endfor
 -.for dir in ${PLIST_DIRSTRY}
 -	@${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dirrmtry ,' >> ${TMPPLIST}
 -.endfor
 +	@for dir in ${PLIST_DIRS}; do \
 +		${ECHO_CMD} $${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dirrm ,' >> ${TMPPLIST}; \
 +	done
 +	@for dir in ${PLIST_DIRSTRY}; do \
 +		${ECHO_CMD} $${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dirrmtry ,' >> ${TMPPLIST}; \
 +	done
  
  .for reinplace in ${PLIST_REINPLACE}
  .if defined(PLIST_REINPLACE_${reinplace:U})
 
 --------------000900000209000702060200--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401110240.s0B2e19g069455>