Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2009 09:19:35 +0200
From:      Nick Hibma <nick@anywi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134539: [PATCH] masqmail port does not use 'OPTIONS'
Message-ID:  <1M48kZ-4To-00@hind.van-laarhoven.org>
Resent-Message-ID: <200905141350.n4EDo1SU068759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1M48kZ-4To-00>