Date: Mon, 26 Apr 2021 15:17:16 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 18080f10401d - 2021Q2 - sysutils/pflogx: mark BROKEN on FreeBSD >= 13 Message-ID: <202104261517.13QFHGcd073207@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=18080f10401dd3de4f2bff1d24a5a101c5bf608a commit 18080f10401dd3de4f2bff1d24a5a101c5bf608a Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-24 21:04:48 +0000 Commit: Dmitry Marakasov <amdmi3@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104261517.13QFHGcd073207>