Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 05:46:54 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565898 - head/security/fwknop
Message-ID:  <202102180546.11I5ksJl044799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Feb 18 05:46:53 2021
New Revision: 565898
URL: https://svnweb.freebsd.org/changeset/ports/565898

Log:
  Mark BROKEN in 13/14 (via latest llvm update).

Modified:
  head/security/fwknop/Makefile

Modified: head/security/fwknop/Makefile
==============================================================================
--- head/security/fwknop/Makefile	Thu Feb 18 05:38:11 2021	(r565897)
+++ head/security/fwknop/Makefile	Thu Feb 18 05:46:53 2021	(r565898)
@@ -12,6 +12,9 @@ COMMENT=	SPA implementation for Linux and FreeBSD
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: log_level_t
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: log_level_t
+
 BUILD_DEPENDS= wget:ftp/wget
 RUN_DEPENDS=   wget:ftp/wget
 LIB_DEPENDS+=  libassuan.so:security/libassuan



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