While testing a libpcap diff, I ran regression tests on all pcap-based
ports and discovered that net/ntop and net/libnetdude/libnetdude have
broken regress targets.

net/ntop doesn't have a test suite at all, so it needs NO_REGRESS to be
set to Yes.

I'll send a diff for net/libnetdude/libnetdude in a separate email.

Lawrence


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ntop/Makefile,v
retrieving revision 1.31
diff -u -p Makefile
--- Makefile    12 Mar 2012 17:16:19 -0000      1.31
+++ Makefile    5 May 2012 04:51:23 -0000
@@ -27,6 +27,8 @@ USE_GROFF =   Yes
 ALL_TARGET=
 INSTALL_TARGET=        install install-man
 
+NO_REGRESS=    Yes
+
 post-install:
        @chmod 700 ${PREFIX}/sbin/ntop
        @strip ${PREFIX}/sbin/ntop

Reply via email to