From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 8 15:20:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4E816A4E2 for ; Sat, 8 Jul 2006 15:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910B643D4C for ; Sat, 8 Jul 2006 15:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k68FKEC5085012 for ; Sat, 8 Jul 2006 15:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k68FKEi6085011; Sat, 8 Jul 2006 15:20:14 GMT (envelope-from gnats) Resent-Date: Sat, 8 Jul 2006 15:20:14 GMT Resent-Message-Id: <200607081520.k68FKEi6085011@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EAD16A4DA for ; Sat, 8 Jul 2006 15:11:55 +0000 (UTC) (envelope-from garga@srv1.galle.com.br) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDC143D45 for ; Sat, 8 Jul 2006 15:11:53 +0000 (GMT) (envelope-from garga@srv1.galle.com.br) Received: (qmail 34913 invoked by uid 1001); 8 Jul 2006 12:11:52 -0300 Message-Id: <20060708151152.34912.qmail@srv1.galle.com.br> Date: 8 Jul 2006 12:11:52 -0300 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: roam@FreeBSD.org Subject: ports/99914: [PATCH] mail/vpopmail: Create ${QMAIL_PREFIX}/control/locals automatically X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 15:20:15 -0000 >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 --- vpopmail-5.4.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: