pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wmnet



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun  3 18:41:44 UTC 2022

Modified Files:
        pkgsrc/net/wmnet: Makefile

Log Message:
wmnet: mark as broken on NetBSD 9.99.45 and newer

needs to be converted from kmem to SIOCGIFDATA ioctl.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/wmnet/Makefile

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

Modified files:

Index: pkgsrc/net/wmnet/Makefile
diff -u pkgsrc/net/wmnet/Makefile:1.23 pkgsrc/net/wmnet/Makefile:1.24
--- pkgsrc/net/wmnet/Makefile:1.23      Wed Oct 25 21:51:02 2017
+++ pkgsrc/net/wmnet/Makefile   Fri Jun  3 18:41:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/10/25 21:51:02 khorben Exp $
+# $NetBSD: Makefile,v 1.24 2022/06/03 18:41:44 wiz Exp $
 
 DISTNAME=      wmnet-1.06
 PKGREVISION=   5
@@ -21,6 +21,10 @@ MAKE_FLAGS+= LOCAL_LDFLAGS=${LDFLAGS:Q}
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 099944
+BROKEN=                "Needs to be converted to SIOCGIFDATA ioctl instead of kmem."
+.endif
+
 .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD"
 MAKE_FLAGS+=   INSTPGMFLAGS=""
 SPECIAL_PERMS+=        bin/wmnet ${BINOWN} kmem 2555



Home | Main Index | Thread Index | Old Index