Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 21:09:01 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4488fcf35397 - main - sysutils/pflogx: mark BROKEN on FreeBSD >= 13
Message-ID:  <202104242109.13OL91rM007660@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4488fcf3539791fb8af5925d0e83f2d0c43bd9a4

commit 4488fcf3539791fb8af5925d0e83f2d0c43bd9a4
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-24 21:04:48 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-24 21:06:54 +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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104242109.13OL91rM007660>