On Tue, Sep 11, 2012 at 09:22:42PM +0100, Stuart Henderson wrote: > On 2012/09/11 15:11, Lawrence Teo wrote: > > @@ -24,7 +22,6 @@ PERMIT_PACKAGE_CDROM = Yes > > PERMIT_PACKAGE_FTP = Yes > > PERMIT_DISTFILES_CDROM = Yes > > PERMIT_DISTFILES_FTP = Yes > > -WANTLIB = c m pcap > > > > USE_LIBTOOL = Yes > > USE_GROFF = Yes > ... > > please put WANTLIB right below PERMIT_* as in Makefile.template > (when we do large-scale wantlib updates across the whole tree > it's much easier if the things touched in them are in the normal > place). > > > --- pkg/DESCR 9 Jul 2012 12:58:16 -0000 1.11 > > +++ pkg/DESCR 1 Sep 2012 19:23:02 -0000 > > @@ -12,8 +12,3 @@ Snort has three primary functional modes > > like tcpdump(1), a packet logger (useful for network traffic > > debugging, etc), or as a full blown network intrusion detection and > > prevention > > system. > > - > > -Available flavors: > > - postgresql - enable postgresql database logging support > > - mysql - enable mysql database logging support > > - flexresp - enable dynamic connection killing support > > Index: pkg/PLIST > > =================================================================== > > RCS file: /cvs/ports/net/snort/pkg/PLIST,v > > retrieving revision 1.20 > > diff -u -p -r1.20 PLIST > > --- pkg/PLIST 9 Jul 2012 12:58:16 -0000 1.20 > > +++ pkg/PLIST 1 Sep 2012 19:23:02 -0000 > > @@ -1,7 +1,10 @@ > > @comment $OpenBSD: PLIST,v 1.20 2012/07/09 12:58:16 sthen Exp $ > > +@pkgpath net/snort,flexresp > > @newgroup _snort:557 > > The other removed flavours will also need @pkgpath entries.
How about combined flavors like flexresp and mysql? Do I need to add them too? Is the order of the flavors in one line important or not? Regards, Markus