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
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!