svn commit: r355757 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu May 29 22:21:36 UTC 2014


Author: bdrewery
Date: Thu May 29 22:21:35 2014
New Revision: 355757
URL: http://svnweb.freebsd.org/changeset/ports/355757
QAT: https://qat.redports.org/buildarchive/r355757/

Log:
  - The output from PKG_INFO is actually needed
  
  With hat:	portmgr
  Pointyhat to:	bdrewery

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu May 29 22:14:00 2014	(r355756)
+++ head/Mk/bsd.port.mk	Thu May 29 22:21:35 2014	(r355757)
@@ -4956,7 +4956,7 @@ ${deptype:tl}-depends:
 					inverse_dep=`${ECHO_CMD} $$prog | ${SED} \
 						-e 's/<=/=gt=/; s/</=ge=/; s/>=/=lt=/; s/>/=le=/' \
 						-e 's/=gt=/>/; s/=ge=/>=/; s/=lt=/</; s/=le=/<=/'`; \
-					pkg_info=`${PKG_INFO} -E "$$inverse_dep" >/dev/null 2>&1 || ${TRUE}`; \
+					pkg_info=`${PKG_INFO} -E "$$inverse_dep" 2>/dev/null || ${TRUE}`; \
 					if [ "$$pkg_info" != "" ]; then \
 						${ECHO_MSG} "===>   Found $$pkg_info, but you need to upgrade to $$prog."; \
 						exit 1; \


More information about the svn-ports-all mailing list