git: 0d838ba20d37 - main - net/wmwlmon: mark BROKEN on FreeBSD >= 13

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 12 12:01:16 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d838ba20d37a5bea9804495bf020fea82b06372

commit 0d838ba20d37a5bea9804495bf020fea82b06372
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-12 11:52:18 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-12 11:55:59 +0000

    net/wmwlmon: mark BROKEN on FreeBSD >= 13
    
    Approved by:    portmgr blanket
---
 net/wmwlmon/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile
index b35a8783bfe1..7ee9ee286cdd 100644
--- a/net/wmwlmon/Makefile
+++ b/net/wmwlmon/Makefile
@@ -8,6 +8,9 @@ MASTER_SITES=	http://www.nazgul.ch/dev/
 MAINTAINER=	LukeD at pobox.com
 COMMENT=	DockApp showing the state of a wireless network device
 
+BROKEN_FreeBSD_13=	does not compile: wl.c:29:10: fatal error: 'dev/wi/if_wavelan_ieee.h' file not found
+BROKEN_FreeBSD_14=	does not compile: wl.c:29:10: fatal error: 'dev/wi/if_wavelan_ieee.h' file not found
+
 USES=		xorg
 USE_XORG=	x11 xext xpm
 


More information about the dev-commits-ports-all mailing list