The security/blocksshd port install a perl script with DOS-like CRLF weirdness and fails to install an rc script. How-To-Repeat: install, observe
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
I think you want this instead of your proposed pre-patch: USE_DOS2UNIX= blocksshd blocksshd.conf (then it's OK to strip the CRs from files/patch-blocksshd.conf) and the post-patch is probably better as a post-extract: post-extract: @${CHMOD} +x ${WRKSRC}/init
clsung 2007-04-02 01:11:38 UTC FreeBSD ports repository Modified files: security/blocksshd Makefile security/blocksshd/files patch-blocksshd.conf Added files: security/blocksshd/files blocksshd.in Log: - add RC support - use USE_DOS2UNIX PR: ports/110842 Submitted by: Brad Huntting <huntting_AT_glarp dot com> Reviewed by: clsung Revision Changes Path 1.7 +6 -1 ports/security/blocksshd/Makefile 1.1 +24 -0 ports/security/blocksshd/files/blocksshd.in (new) 1.3 +19 -19 ports/security/blocksshd/files/patch-blocksshd.conf _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank You.