Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 19:15:35 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7293cfcd72ce - main - security/revealrk: mark BROKEN on 14 the same as on 12 and 13.
Message-ID:  <202105121915.14CJFZdr005533@gitrepo.freebsd.org>

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

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

commit 7293cfcd72cec4bc8dd47d13a690fe685825a0ca
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-12 19:13:32 +0000
Commit:     Mark Linimon <linimon@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
 



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