svn commit: r329954 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Thu Oct 10 01:30:23 UTC 2013
Author: bdrewery
Date: Thu Oct 10 01:30:22 2013
New Revision: 329954
URL: http://svnweb.freebsd.org/changeset/ports/329954
Log:
- Try to clarify USE_PACKAGE_DEPENDS_ONLY failure message
With hat: portmgr
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Thu Oct 10 00:58:16 2013 (r329953)
+++ head/Mk/bsd.port.mk Thu Oct 10 01:30:22 2013 (r329954)
@@ -5095,7 +5095,7 @@ _INSTALL_DEPENDS= \
fi; \
elif [ -n "${USE_PACKAGE_DEPENDS_ONLY}" -a "$${target}" = "${DEPENDS_TARGET}" ]; then \
${ECHO_MSG} "===> ${PKGNAME} depends on package: $${subpkgfile} - not found"; \
- ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - will not build from source"; \
+ ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source"; \
exit 1; \
else \
(cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \
More information about the svn-ports-head
mailing list