|
From: Willem J. W. <wj...@di...> - 2015-08-10 18:33:15
|
On 10-8-2015 20:28, Mark Felder wrote: > > > On Mon, Aug 10, 2015, at 12:05, Kevin Zheng wrote: >> Hi Mark, >> >> On 08/10/2015 11:11, Mark Felder wrote: >>> Kevin, is this the patch in question? >>> >>> https://bitbucket.org/sshguard/sshguard/commits/da561435cc29c22ee3b545b61e76aa318ec8fd0f/raw/ >> >> I've attached the patch that fixes 'ipfw' support. You can generate this >> yourself by running: >> >> $ git diff v1.6.1 origin/1.6 >> >> Most of this diff consists of deletions. You can safely ignore the hunk >> that deletes 'src/fwalls/ipfw.c' if you're putting this in ports. >> > > Do I understand the important parts of the patch correctly? > > 1) configure.ac copying command_ipfw.h to command.h > 2) creation of src/fwalls/command_ipfw.h > > > If so, I can easily fix the FreeBSD port if ipfw support is broken. One of the things I was looking at, is check if the type selection could be done thru 'make config'. That would make it just one port with many faces... Haven't gotten around to it, but I expect it not to be rocket science. --WjW |