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
Maurice Castro
2006-03-20 04:50:15 UTC
Responsible Changed From-To: freebsd-ports-bugs->delphij Over to maintainer 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! 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 State Changed From-To: analyzed->closed Committed, thanks! |