Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Be a bit mode clever in dirrmtry workaround:
Baptiste Daroussin committed 14 years ago
commit 9482f311eff234490ad3894194cd397f77b863cf
parent c391a5f720240ba230486663e5f136a348c8d11b
1 file changed +3 -0
modified libpkg/pkg_ports.c
@@ -90,6 +90,9 @@ ports_parse_plist(struct pkg *pkg, char *plist)
						comment[0] = '#';
						comment[1] = '\0';
					}
+
					if (strchr(cmd,'-') || strchr(cmd, '*'))
+
						comment[0] = '\0';
+

					if (filestarted) {
						if (sbuf_len(unexec_scripts) == 0)
							sbuf_cat(unexec_scripts, "#@unexec\n"); /* to be able to regenerate the @unexec in pkg2legacy */