The irc/inspircd Makefile is currently missing the INSPIRCD_LOG and INSPIRCD_RUN variables in the SUB_PLIST which results in a malformed etc/rc.d/inspircd file. Additionally when built with the GNUTLS option enabled the port fails to build due to a missing libgcrypt dependency for the m_ssl_gnutls.cpp file. I've left the option of bumping the port revision to the committer as no actual source changes have been made. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2012-01-25 20:34:11 UTC FreeBSD ports repository Modified files: irc/inspircd Makefile Log: - Add INSPIRCD_LOG and INSPIRCD_RUN substitution patterns for etc/rc.d/inspircd file to fix service starting - WITH_GNUTLS option needs security/libgcrypt to work PR: ports/164352 Submitted by: Geoff Garside <freebsd@geoffgarside.co.uk> Revision Changes Path 1.19 +4 -1 ports/irc/inspircd/Makefile _______________________________________________ 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. Thanks!