git: 7293cfcd72ce - main - security/revealrk: mark BROKEN on 14 the same as on 12 and 13.

Mark Linimon linimon at FreeBSD.org
Wed May 12 19:15:36 UTC 2021


The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7293cfcd72cec4bc8dd47d13a690fe685825a0ca

commit 7293cfcd72cec4bc8dd47d13a690fe685825a0ca
Author:     Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-12 19:13:32 +0000
Commit:     Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-12 19:13:32 +0000

    security/revealrk: mark BROKEN on 14 the same as on 12 and 13.
---
 security/revealrk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/revealrk/Makefile b/security/revealrk/Makefile
index 4d1fb360468b..2171cdb128f0 100644
--- a/security/revealrk/Makefile
+++ b/security/revealrk/Makefile
@@ -10,6 +10,7 @@ LICENSE=	GPLv3
 
 BROKEN_FreeBSD_12=	fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket'
 BROKEN_FreeBSD_13=	fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket'
+BROKEN_FreeBSD_14=	fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket'
 
 PLIST_FILES=	bin/revealrk man/man1/revealrk.1.gz
 


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