ports/88942: Suggested update of mail/imap-uw Makefile

Mats Dufberg mats at dufberg.se
Sun Nov 13 19:00:29 UTC 2005


>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list