K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-08-26T13:15:41.170075Z K 7 svn:log V 641 net-mgmt/nfdump: fix build on GCC architectures and check-plist on others Use C11 compiler: In file included from nfcapd.c:69: nfx.h:946: error: redefinition of typedef 'extension_map_t' nfdump.h:64: error: previous declaration of 'extension_map_t' was here In file included from nfcapd.c:70: exporter.h:78: error: redefinition of typedef 'exporter_info_record_t' nfdump.h:63: error: previous declaration of 'exporter_info_record_t' was here Remove unconditional installation of nfpcapd, it breaks check-plist and there's an option for installing it. Bump PORTREVISION for package change. MFH: 2020Q3 (fix build blanket, packaging fix) END