git: 18080f10401d - 2021Q2 - sysutils/pflogx: mark BROKEN on FreeBSD >= 13

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 26 15:17:17 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18080f10401dd3de4f2bff1d24a5a101c5bf608a

commit 18080f10401dd3de4f2bff1d24a5a101c5bf608a
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-24 21:04:48 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-26 14:50:41 +0000

    sysutils/pflogx: mark BROKEN on FreeBSD >= 13
---
 sysutils/pflogx/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/pflogx/Makefile b/sysutils/pflogx/Makefile
index 2313eee48f8f..a300aa950c7e 100644
--- a/sysutils/pflogx/Makefile
+++ b/sysutils/pflogx/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Simple tool to export pf (packet filter) logs to XML files
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	does not build: error: unknown type name 'LIST_ENTRY'
+BROKEN_FreeBSD_14=	does not build: error: unknown type name 'LIST_ENTRY'
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	EXPAT DOCS EXAMPLES


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