Date: 8 Jul 2006 12:11:52 -0300 From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: roam@FreeBSD.org Subject: ports/99914: [PATCH] mail/vpopmail: Create ${QMAIL_PREFIX}/control/locals automatically Message-ID: <20060708151152.34912.qmail@srv1.galle.com.br> Resent-Message-ID: <200607081520.k68FKEi6085011@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99914 >Category: ports >Synopsis: [PATCH] mail/vpopmail: Create ${QMAIL_PREFIX}/control/locals automatically >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 15:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD srv1.galle.com.br 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 23 18:08:29 BRST 2006 >Description: 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 >How-To-Repeat: >Fix: --- vpopmail-5.4.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/vpopmail/Makefile,v retrieving revision 1.63 diff -u -u -r1.63 Makefile --- Makefile 16 Jun 2006 13:00:56 -0000 1.63 +++ Makefile 8 Jul 2006 15:10:14 -0000 @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp + USE_QMAIL= yes CONFLICTS= vpopmail-devel-5.* @@ -221,7 +222,7 @@ .endif .if defined(WITH_APOP) -BROKEN= "The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work" +BROKEN= The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work .endif .if defined(WITH_VALIAS) @@ -286,7 +287,7 @@ #BUILD_DEPENDS+= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin #CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ # --enable-spam-threshold=${SPAM_THRESHOLD} -IGNORE= The SpamAssassin patch is not yet ready for the slightly reorganized vpopmail code +IGNORE= the SpamAssassin patch is not yet ready for the slightly reorganized vpopmail code .endif # @@ -372,5 +373,6 @@ .if defined(WITH_SUID_VCHKPW) ${CHMOD} ug+s ${PREFIX}/vpopmail/bin/vchkpw .endif + @${TOUCH} ${QMAIL_PREFIX}/control/locals .include <bsd.port.post.mk> --- vpopmail-5.4.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060708151152.34912.qmail>