Update to 2.7.0. Add --with-extra-cflags=-I${PREFIX}/include so configure finds pcap/sll.h. Add a rc.d script. Fix the path to the config directory in upload-prep.pl or else it silently exits without doing anything when it doesn't find any configs.
Created attachment 196238 [details] patch I'm happy to commit this with maintainer approval.
Comment on attachment 196238 [details] patch I'm happy to see your work - I was curious if other people would use this port; but your response arrived between newsgroup alert and freebsd port-out-of-date alert, so I guess it is. After rebuilding my poudriere server, I could finaly see: all perfectly fine. Thanks for your improvements.
A commit references this bug: Author: leres Date: Tue Aug 28 00:45:54 UTC 2018 New revision: 478274 URL: https://svnweb.freebsd.org/changeset/ports/478274 Log: Update to 2.7.0. Add --with-extra-cflags=-I${PREFIX}/include so configure finds pcap/sll.h. Add a rc.d script. Fix the path to the config directory in upload-prep.pl or else it silently exits without doing anything when it doesn't find any configs. PR: 230661 Reviewed by: ler (mentor) Approved by: Leo Vandewoestijn (maintainer), ler (mentor) Differential Revision: https://reviews.freebsd.org/D16925 Changes: head/dns/dsc/Makefile head/dns/dsc/distinfo head/dns/dsc/files/dsc.in head/dns/dsc/files/patch-cron_upload-prep.pl
I found dsc years ago when I was looking for a fast way to detect DOS against our nameservers; the graphs were just a bonus. I actually have a custom local port I wrote almost ten years ago (that's where the rc.d script came from). I ran across your port while working on upgrading my port to 2.7.0.