From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 13 19:00:29 2005 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 88B7916A420 for ; Sun, 13 Nov 2005 19:00:29 +0000 (GMT) (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 523DA43D6B for ; Sun, 13 Nov 2005 19:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jADJ0R44024087 for ; Sun, 13 Nov 2005 19:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jADJ0RKI024081; Sun, 13 Nov 2005 19:00:27 GMT (envelope-from gnats) Resent-Date: Sun, 13 Nov 2005 19:00:27 GMT Resent-Message-Id: <200511131900.jADJ0RKI024081@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, Mats Dufberg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A91116A41F for ; Sun, 13 Nov 2005 18:56:47 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BF443D5D for ; Sun, 13 Nov 2005 18:56:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jADIukKO045783 for ; Sun, 13 Nov 2005 18:56:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jADIukBv045781; Sun, 13 Nov 2005 18:56:46 GMT (envelope-from nobody) Message-Id: <200511131856.jADIukBv045781@www.freebsd.org> Date: Sun, 13 Nov 2005 18:56:46 GMT From: Mats Dufberg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/88942: Suggested update of mail/imap-uw Makefile 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: Sun, 13 Nov 2005 19:00:29 -0000 >Number: 88942 >Category: ports >Synopsis: Suggested update of mail/imap-uw Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 13 19:00:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mats Dufberg >Release: N/A >Organization: private >Environment: N/A >Description: The mail/imap-uw port has serveral options. Today they are handled in the old-fashioned way which requires that the user includes those as options on the command line when upgrading, which makes upgrades more cumbersome. I suggets that the mail/imap-uw port uses settings with OPTIONS to achieve a simpler handling. >How-To-Repeat: N/A >Fix: The patch below will update the mail/imap-uw Makefile to support the suggested change. I have locally tested the patch, and found no problems with it. --- Makefile.orig Sat Oct 8 05:14:32 2005 +++ Makefile Sun Nov 13 19:34:03 2005 @@ -21,6 +21,20 @@ MAINTAINER= anders@FreeBSD.org COMMENT= University of Washington IMAP4rev1/POP2/POP3 mail servers + +# This port must have the same SSL settings as mail/cclient, on which it depends. +# To make MBX format the default mailbox format, change the settings of cclient. + +OPTIONS= SSL "Compile with SSL support" on \ + SSL_AND_PLAINTEXT "Accept plain text passwords with SSL" off \ + DRAC "For dynamicly opening MTA for relaying" off \ + NETSCAPE_BRAIN_DAMAGE "See Makefile for documentation" off \ + ENTOURAGE_BRAIN_DAMAGE "See Makefile for documentation" off + + +.include + + LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient .if defined(WITH_DRAC) BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac @@ -53,8 +67,6 @@ MAKE_ARGS+= WITH_ENTOURAGE_BRAIN_DAMAGE=yes .endif # See src/imapd/Makefile for more information about these three options. - -.include pre-build: @${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted: