Bug 94715

Summary: modification to mail/spamd port to use ipfw
Product: Ports & Packages Reporter: Maurice Castro <maurice>
Component: Individual Port(s)Assignee: Xin LI <delphij>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Maurice Castro 2006-03-20 04:50:15 UTC
	Patch for mail/spamd port to allow compilation with make -DIPFW to 
	generate a version of spamd that works without the need for pf.

How-To-Repeat: 	Apply patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-03-20 04:52:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Over to maintainer
Comment 2 Xin LI freebsd_committer freebsd_triage 2006-03-20 05:08:09 UTC
State Changed
From-To: open->analyzed

The patchset looks fine to me (except some minor unneeded changes). 
However, because the distfile is maintained by us, I would prefer 
to update the distfile itself rather than adding patches, in order 
to ease future changes. 

I will take this PR into account in the upgrade.  Thanks for your 
submission!
Comment 3 Maurice Castro 2006-03-31 00:00:21 UTC
Need to change lines of the form:

++	int s = -1;

to

++	static int s = -1;

in the patch.Otherwise a file handle problem occurs.

Maurice Castro
Comment 4 Xin LI freebsd_committer freebsd_triage 2006-05-02 09:55:54 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!