From kiwi@kiwi.oav.net  Sat May  1 03:15:14 2004
Return-Path: <kiwi@kiwi.oav.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8195416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 May 2004 03:15:14 -0700 (PDT)
Received: from kiwi.oav.net (kiwi.oav.net [82.225.248.92])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 056EB43D54
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 May 2004 03:15:14 -0700 (PDT)
	(envelope-from kiwi@kiwi.oav.net)
Received: by kiwi.oav.net (Postfix, from userid 501)
	id C158A7E850; Sat,  1 May 2004 12:14:57 +0200 (CEST)
Message-Id: <20040501101457.C158A7E850@kiwi.oav.net>
Date: Sat,  1 May 2004 12:14:57 +0200 (CEST)
From: Xavier Beaudouin <kiwi@oav.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER] mail/lmtpd: Remove auto-OPTIONS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66140
>Category:       ports
>Synopsis:       [MAINTAINER] mail/lmtpd: Remove auto-OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 01 03:20:15 PDT 2004
>Closed-Date:    Sun May 02 03:01:55 PDT 2004
>Last-Modified:  Sun May 02 03:01:55 PDT 2004
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD plonk.home.oav.net 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Thu Apr 22 12:40:58 CEST 2004
>Description:
- Remove auto OPTIONSize the ports.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- lmtpd-0.9.16_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/Makefile /usr/ports/mail/lmtpd/Makefile
--- /usr/ports/mail/lmtpd.old/Makefile	Sat May  1 11:56:01 2004
+++ /usr/ports/mail/lmtpd/Makefile	Sat May  1 12:12:10 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	lmtpd
 PORTVERSION=	0.9.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pll
@@ -19,29 +19,11 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome
 
 OPTIONS=	PCRE "Support for PCRE" on
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so)
-WITH_MYSQL=	yes
 OPTIONS+=	MYSQL "Support for MySQL Queries and Logs" on
-.else
-OPTIONS+=	MYSQL "Support for MySQL Queries and Logs" off
-.endif
-
-.if exists(${LOCALBASE}/lib/libdb3.so)
-WITH_DB3=	yes
 OPTIONS+=	DB3 "Support for DB3" on
-.else
-OPTIONS+=	DB3 "Support for DB3" off
-.endif
-
-.if exists(${LOCALBASE}/lib/libdb4.so)
-WITH_DB4=	yes
-OPTIONS+=	DB4 "Support for DB4" on
-.else
 OPTIONS+=	DB4 "Support for DB4" off
-.endif
+
+.include <bsd.port.pre.mk>
 
 .if defined(WITH_DB3) && defined(WITH_DB4)
 .error You cannot use DB3 and DB4 in the same time.
--- lmtpd-0.9.16_2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun May 2 03:01:46 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

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