Vpopmail doesn't work if /var/qmail/control/locals doesn't exist, so, create it automatically on installation time. Since i'm here, silent a bit portlint. Port maintainer (roam@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer
State Changed From-To: open->closed Fix committed, thanks!
Author: bdrewery Date: Sat Mar 16 15:03:24 2013 New Revision: 314360 URL: http://svnweb.freebsd.org/changeset/ports/314360 Log: - Fix leftover /var/qmail/control/locals qmail-send.c:getcontrols() refuses to startup or to process the virtualdomains file if locals is missing. However, vpopmail's vadddomain is already creating the locals file when adding new domains. So creating it when installing is not needed. At the time that this change was added to the port, in vpopmail-5.4.13, vadddomain did not automatically create the locals file. The current version does in vpopmail.c:remove_line() This reverts the change done in r167787 for ports/99914 PR: ports/99914 (reverts) Modified: head/mail/vpopmail/Makefile Modified: head/mail/vpopmail/Makefile ============================================================================== --- head/mail/vpopmail/Makefile Sat Mar 16 14:58:33 2013 (r314359) +++ head/mail/vpopmail/Makefile Sat Mar 16 15:03:24 2013 (r314360) @@ -511,7 +511,6 @@ post-install: .if ${PORT_OPTIONS:MSUID_VCHKPW} ${CHMOD} ug+s ${VPOPMAIL_DIR}/bin/vchkpw .endif - @${TOUCH} ${QMAIL_PREFIX}/control/locals .if ${PORT_OPTIONS:MDOCS} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/doc/,} ${VPOPMAIL_DIR}/doc/ .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"