From nobody@FreeBSD.org  Sun Nov 13 18:56:47 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A91116A41F
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <mats@dufberg.se>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Suggested update of mail/imap-uw Makefile
X-Send-Pr-Version: www-2.3

>Number:         88942
>Category:       ports
>Synopsis:       Suggested update of mail/imap-uw Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    anders
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 13 19:00:26 GMT 2005
>Closed-Date:    Tue Jun 26 08:24:56 GMT 2007
>Last-Modified:  Tue Jun 26 08:24:56 GMT 2007
>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 <bsd.port.pre.mk>
+
+
 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 <bsd.port.pre.mk>
 
 pre-build:
        @${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}




>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->anders 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 13 19:10:20 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88942 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/88942: commit references a PR
Date: Tue, 26 Jun 2007 08:09:02 +0000 (UTC)

 anders      2007-06-26 08:08:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/cclient         Makefile 
     mail/imap-uw         Makefile 
   Log:
   Add OPTIONS list.
   
   Add knob to choose mbx as default mailbox format, in cclient.
   
   PR:             88941, 88942
   Submitted by:   Mats Dufberg <mats@dufberg.se>
   
   Revision  Changes    Path
   1.37      +9 -0      ports/mail/cclient/Makefile
   1.80      +9 -0      ports/mail/imap-uw/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 
State-Changed-By: anders 
State-Changed-When: Tue Jun 26 08:24:51 UTC 2007 
State-Changed-Why:  
Committed (with changes), thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88942 
>Unformatted:
