pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/pftop pftop: Mark BROKEN on NetBSD-current
details: https://anonhg.NetBSD.org/pkgsrc/rev/665c6b04e9df
branches: trunk
changeset: 376107:665c6b04e9df
user: nia <nia%pkgsrc.org@localhost>
date: Sat Apr 02 10:50:26 2022 +0000
description:
pftop: Mark BROKEN on NetBSD-current
diffstat:
sysutils/pftop/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r dad9ead4d36c -r 665c6b04e9df sysutils/pftop/Makefile
--- a/sysutils/pftop/Makefile Sat Apr 02 10:43:53 2022 +0000
+++ b/sysutils/pftop/Makefile Sat Apr 02 10:50:26 2022 +0000
@@ -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 @@
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