Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Do not set permissive by default in pkg2ng just advertise about it
Baptiste Daroussin committed 13 years ago
commit ef8eceacb2ce16587f83af01e27c5c92f7bd766d
parent 638e51a27f5f28c55e3164d5d606e0d8d06cc8a4
1 file changed +2 -1
modified ports/pkg2ng
@@ -2,7 +2,6 @@

: "${PORTSDIR:=/usr/ports}"

-
export PERMISSIVE=yes
export PKG_OLD_NOWARN=yes

if [ $( id -u ) -ne 0 ]
@@ -104,6 +103,8 @@ fi
if [ -n "${failed_pkgs}" ]; then
	echo "" >&2
	echo "!!! Some packages failed to register !!!" >&2
+
	echo "Please fix them by upgrading them or removing them" >&2
+
	echo "or rerun \"PERMISSIVE=yes pkg2ng\" if you *really* must" >&2
	echo "Failed packages: ${failed_pkgs}" >&2
else
	for PKG in $( pkg_info -Ea ); do