diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-04-24 08:52:16 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-04-24 08:52:16 +0800 |
commit | 95a45982d8e0efe75c7c52f93388b952492cf6fa (patch) | |
tree | a8c16a1789fefd53e7e1c191100497b30287ced4 /Mk | |
parent | 11a7444dcce0e711a9e6d0e5a6e97778ebbba273 (diff) | |
download | freebsd-ports-gnome-95a45982d8e0efe75c7c52f93388b952492cf6fa.tar.gz freebsd-ports-gnome-95a45982d8e0efe75c7c52f93388b952492cf6fa.tar.zst freebsd-ports-gnome-95a45982d8e0efe75c7c52f93388b952492cf6fa.zip |
- 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)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 40f800defe53..77982e0c0939 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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}" \ |