Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2013 14:57:13 GMT
From:      Uffe Jakobsen <uffe@uffe.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177959: mail/mailfront: patch for default options
Message-ID:  <201304181457.r3IEvDL8018892@red.freebsd.org>
Resent-Message-ID: <201304181500.r3IF00jK063316@freefall.freebsd.org>

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

>Number:         177959
>Category:       ports
>Synopsis:       mail/mailfront: patch for default 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 Apr 18 15:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Uffe Jakobsen
>Release:        FreeBSD 9.1
>Organization:
>Environment:
FreeBSD asus-u32u 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Now that mailfront finally has a powerful lua plugin it is a pitty that it is enabled by default. This patch changes the default options

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 316040)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mailfront
 PORTVERSION=	1.21
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://untroubled.org/${PORTNAME}/ \
 		http://untroubled.org/${PORTNAME}/archive/
@@ -14,6 +15,8 @@
 
 OPTIONS_DEFINE=	LUA
 
+OPTIONS_DEFAULT=	LUA
+
 USES=		qmail:vars
 
 CFLAGS+=	-I${CVM_INC}


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304181457.r3IEvDL8018892>