Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add some debug informations with parsing the plist
Baptiste Daroussin committed 12 years ago
commit bae4179b6e8bbd70e4f5b3a8e5bae3820ecc0aa7
parent 3c4abaf8488b05f6d78452f851fb2f4fab918162
1 file changed +2 -0
modified libpkg/pkg_ports.c
@@ -1035,6 +1035,8 @@ ports_parse_plist(struct pkg *pkg, const char *plist, const char *stage)
		if (line[0] == '\0')
			continue;

+
		pkg_debug(1, "Parsing plist line: '%s'", line);
+

		if (line[0] == '@') {
			char *keyword = line;