Bug 94715 - modification to mail/spamd port to use ipfw
Summary: modification to mail/spamd port to use ipfw
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 04:50 UTC by Maurice Castro
Modified: 2006-05-02 09:56 UTC (History)
0 users

See Also:


Attachments
file.diff (12.41 KB, patch)
2006-03-20 04:50 UTC, Maurice Castro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!