Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Print in debug the keywords found when parsing a plist
Baptiste Daroussin committed 12 years ago
commit f85a38ad4a68ea0759cf537a5a832dd23b4df81b
parent bae4179
1 file changed +2 -0
modified libpkg/pkg_ports.c
@@ -1052,6 +1052,8 @@ ports_parse_plist(struct pkg *pkg, const char *plist, const char *stage)
			/* trim write spaces */
			while (isspace(buf[0]))
				buf++;
+
			pkg_debug(1, "Parsing plist, found keyword: '%s", keyword):
+

			switch (parse_keywords(&pplist, keyword, buf)) {
			case EPKG_UNKNOWN:
				pkg_emit_error("unknown keyword %s, ignoring %s",