pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/pftop



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr  2 10:50:26 UTC 2022

Modified Files:
        pkgsrc/sysutils/pftop: Makefile

Log Message:
pftop: Mark BROKEN on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/pftop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/pftop/Makefile
diff -u pkgsrc/sysutils/pftop/Makefile:1.18 pkgsrc/sysutils/pftop/Makefile:1.19
--- pkgsrc/sysutils/pftop/Makefile:1.18 Mon Nov  4 21:28:50 2019
+++ pkgsrc/sysutils/pftop/Makefile      Sat Apr  2 10:50:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/11/04 21:28:50 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2022/04/02 10:50:26 nia Exp $
 
 DISTNAME=      pftop-0.7
 PKGREVISION=   2
@@ -17,6 +17,12 @@ OSVERSION_SPECIFIC=  yes
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man8 sbin
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 099974
+BROKEN+=       "Depends on removed CIRCLEQ API"
+.endif
+
 post-patch:
        @${ECHO} "#include <pcap.h>" > ${WRKSRC}/pcap-int.h
 



Home | Main Index | Thread Index | Old Index