Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix handling of @ignore, fixes nullmailer
Baptiste Daroussin committed 14 years ago
commit 1437379295df1449218a41d19f17c85b17275acc
parent 8c046fd
1 file changed +2 -0
modified libpkg/pkg_ports.c
@@ -726,6 +726,8 @@ ports_parse_plist(struct pkg *pkg, char *plist)
	for (i = 0; i <= nbel; i++) {
		if (pplist.ignore_next) {
			pplist.ignore_next = false;
+
			plist_p += next + 1;
+
			next = strlen(plist_p);
			continue;
		}