ports/134539: [PATCH] masqmail port does not use 'OPTIONS'

Nick Hibma nick at anywi.com
Thu May 14 13:50:03 UTC 2009


>Number:         134539
>Category:       ports
>Synopsis:       [PATCH] masqmail port does not use 'OPTIONS'
>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:   Thu May 14 13:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 7.2-PRERELEASE i386
>Organization:
AnyWi Technologies
>Environment:
System: FreeBSD hind.van-laarhoven.org 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #4 r190447M: Tue Mar 31 21:02:01 CEST 2009 root at hind.van-laarhoven.org:/usr/obj/usr/src/sys/HIND i386


>Description:
masqmail port does not use OPTIONS framework to select WITH_* options.

>How-To-Repeat:
>Fix:
--- Makefile.orig	2009-05-13 09:17:15.000000000 +0200
+++ Makefile	2009-05-13 09:16:33.000000000 +0200
@@ -30,6 +30,17 @@
 PORTDOCS=	AUTHORS COPYING INSTALL NEWS README TODO
 .endif
 
+OPTIONS +=	LIBCRYPTO	"Use libcrypto"		off
+OPTIONS +=	POP3		"POP3"			on
+OPTIONS +=	SMTP		"SMTP"			on
+OPTIONS +=	Resolver	"Resolver"		on
+OPTIONS +=	MAILDIR		"Maildir support"	off
+OPTIONS	+=	MSERVER		"Mserver"		off
+OPTIONS +=	AUTH		"RFC??? support"	off
+OPTIONS +=	IDENT		"Ident support"		off
+
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_LIBCRYPTO)
 CONFIGURE_ARGS+=	--with-libcrypto
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list