Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2004 21:15:06 +0200 (CEST)
From:      Michael Ranner <mranner@inode.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        opr@bsdaemon.be
Subject:    ports/65682: [PATCH] mail/messagewall: [Applemail patch from author]
Message-ID:  <200404171915.i3HJF6Gj036871@dwarf.jawa.at>
Resent-Message-ID: <200404171920.i3HJKEea013436@freefall.freebsd.org>

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

>Number:         65682
>Category:       ports
>Synopsis:       [PATCH] mail/messagewall: [Applemail patch from author]
>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:   Sat Apr 17 12:20:14 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #4: Sat Nov 29 11:09:14 CET 2003
>Description:
[DESCRIBE CHANGES]

Port maintainer (opr@bsdaemon.be) is cc'd.

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

--- messagewall-1.0.8_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/messagewall/Makefile /usr/ports/mail/messagewall.neu/Makefile
--- /usr/ports/mail/messagewall/Makefile	Sat Feb 28 18:51:56 2004
+++ /usr/ports/mail/messagewall.neu/Makefile	Sat Apr 17 21:14:14 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	messagewall
 PORTVERSION=	1.0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.messagewall.org/download/
 DISTNAME=	messagewall-${PORTVERSION}
@@ -15,15 +15,15 @@
 MAINTAINER=	opr@bsdaemon.be
 COMMENT=	Free SMTP PROXY with filtering
 
-BUILD_DEPENDS=  ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \
+BUILD_DEPENDS=	${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \
 		${LOCALBASE}/include/firedns.h:${PORTSDIR}/dns/firedns
 
 MAN1=		messagewall.1 messagewallctl.1 messagewallstats.1
 MAN5=		messagewall.conf.5 messagewall_profiles.5
 CONF1=		messagewall.conf
 
-WRKSRC=         ${WRKDIR}/messagewall
-GNU_CONFIGURE=  yes
+WRKSRC=		${WRKDIR}/messagewall
+GNU_CONFIGURE=	yes
 USE_REINPLACE=	yes
 
 pre-fetch:
diff -ruN --exclude=CVS /usr/ports/mail/messagewall/files/patch-applemail /usr/ports/mail/messagewall.neu/files/patch-applemail
--- /usr/ports/mail/messagewall/files/patch-applemail	Thu Jan  1 01:00:00 1970
+++ /usr/ports/mail/messagewall.neu/files/patch-applemail	Sat Apr 17 21:05:57 2004
@@ -0,0 +1,11 @@
+--- rfc822.c.orig	Fri Jul 12 19:45:03 2002
++++ rfc822.c	Sat Apr 17 21:05:01 2004
+@@ -156,7 +156,7 @@
+ 	} else {
+ 		j = i;
+ 		while (j < headervalue->l &&
+-			strchr(RFC822_WHITESPACE,headervalue->s[j]) == NULL)
++			strchr(RFC822_WHITESPACE,headervalue->s[j]) == NULL && headervalue->s[j] != ';')
+ 			j++;
+ 	}
+ 
--- messagewall-1.0.8_2.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?200404171915.i3HJF6Gj036871>