Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2004 15:52:17 +0200 (CEST)
From:      Michael Ranner <mranner@inode.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70483: [MAINTAINER] mail/spamass-rules: [Fixes problem when building with -DBATCH]
Message-ID:  <200408151352.i7FDqHq0096065@dwarf.jawa.at>
Resent-Message-ID: <200408151400.i7FE0ZeC082696@freefall.freebsd.org>

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

>Number:         70483
>Category:       ports
>Synopsis:       [MAINTAINER] mail/spamass-rules: [Fixes problem when building with -DBATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 15 14:00:35 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Fri Jun 25 23:02:44 CEST 2004
>Description:
Fixes problem when building with -DBATCH, OPTIONS broken with -DBATCH

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

--- spamass-rules-20040811_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/spamass-rules/Makefile /usr/ports/mail/spamass-rules.update/Makefile
--- /usr/ports/mail/spamass-rules/Makefile	Wed Aug 11 20:02:04 2004
+++ /usr/ports/mail/spamass-rules.update/Makefile	Sun Aug 15 15:48:28 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	spamass-rules
 PORTVERSION=	20040811
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ranner.jawa.at/stuff/
 
@@ -40,6 +41,18 @@
 SPAMASS_FILES=
 USE_BZIP2=	yes
 INSTALL_DIR=	${PREFIX}/${SPAMASS_CONF}
+
+# needed, because OPTIONS broken with -DBATCH
+.if defined(BATCH)
+WITH_ANTIDRUG=	yes
+WITH_BACKHAIR=	yes
+WITH_BOGUS_VIRUS=	yes
+WITH_CHICKENPOX=	yes
+WITH_EVILNUMBERS=	yes
+WITH_RANDOM=	yes
+WITH_SARE=	yes
+WITH_WEEDS=	yes
+.endif
 
 .include <bsd.port.pre.mk>
 
--- spamass-rules-20040811_1.patch ends here ---

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



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