> > snort 2.9.20, which is currently in ports, is the last version of snort > > 2.x. It is still supported but I repeatedly got no answer for how long. .. > > snort 2.9.20 in ports broke with the update to llvm 22. > > Attached is a diff which let snort 2 build again. > > > > I'd like to drop MAINTAINER from net/snort and the dependancy net/daq.
I've commited this and dropped maintainer on both. Thanks for maintaining. > > Probably it is better to remove both ports. Have left them in for now. > > For some years now there is snort 3. snort 3 has an additional > > dependancy on hwloc from https://www.open-mpi.org/projects/hwloc/ > > hwloc doesnt support OpenBSD. It's more that it can't really support OpenBSD as we don't have a way to set cpu affinity (so you can't e.g. enumerate cpuid on all cores individually which is one of the things it's doing). It might be possible to provide a stubbed-out hwloc that may be enough to get snort working at least suboptimally.
