Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Stop calling it "pkgng", use pkg(8) instead
Alberto Villa committed 13 years ago
commit 0da97bc3d1250e26df3326259746485f5fc863ea
parent 8a1bffd
1 file changed +2 -2
modified ports/patch-portmaster-pkgng
@@ -1,5 +1,5 @@
--- portmaster.sh.in.orig	2012-04-11 15:54:46.654580382 +0200
-
+++ portmaster.sh.in	2012-05-12 01:31:04.220228317 +0200
+
+++ portmaster.sh.in	2012-05-12 01:33:25.980215949 +0200
@@ -125,6 +125,8 @@
 			if [ -n "$files" ]; then
 				pm_sv Deleting \'install complete\' flags
@@ -141,7 +141,7 @@
 	if [ -n "$PM_PACKAGES" -o -n "$PM_PACKAGES_BUILD" ]; then
+		if [ -n "$use_pkgng" ]; then
+			unset PM_PACKAGES PM_PACKAGES_BUILD PM_PACKAGES_LOCAL PM_PACKAGES_NEWER PM_ALWAYS_FETCH PM_DELETE_PACKAGES
-
+			echo "===>>> Package installation support cannot be used with pkgng yet,"
+
+			echo "===>>> Package installation support cannot be used with pkg(8) yet,"
+			echo "       it will be disabled"
+			echo ''
+		fi