svn commit: r351980 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 24 00:52:16 UTC 2014


Author: bdrewery
Date: Thu Apr 24 00:52:16 2014
New Revision: 351980
URL: http://svnweb.freebsd.org/changeset/ports/351980
QAT: https://qat.redports.org/buildarchive/r351980/

Log:
  - Fix regression from r315599: Allow pkg to install itself first
    if not yet installed and WITH_PKGNG is set. Just skip the
    vulnerabilities check as intended in r315599.
  
  With hat:	portmgr
  Reported by:	diizzy on EFNet
  Pointyhat to:	bdrewery (with interest)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Apr 24 00:03:48 2014	(r351979)
+++ head/Mk/bsd.port.mk	Thu Apr 24 00:52:16 2014	(r351980)
@@ -3328,9 +3328,6 @@ check-vulnerable:
 				vlist=`${PKG_BIN} audit "${PKGNAME}"`; \
 			elif [ "${PORTNAME}" = "pkg" ]; then \
 				vlist=""; \
-			else \
-				${ECHO_MSG} "===> Unable to check vuln database as pkg(8) is missing"; \
-				exit 1; \
 			fi; \
 		elif [ -x "${LOCALBASE}/sbin/portaudit" ]; then \
 			vlist=`${LOCALBASE}/sbin/portaudit -X 14 "${PKGNAME}" \


More information about the svn-ports-all mailing list