Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 04:58: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: r565895 - in head: net-mgmt/send textproc/turboxsl
Message-ID:  <202102180458.11I4wsw9012473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Feb 18 04:58:54 2021
New Revision: 565895
URL: https://svnweb.freebsd.org/changeset/ports/565895

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

Modified:
  head/net-mgmt/send/Makefile
  head/textproc/turboxsl/Makefile

Modified: head/net-mgmt/send/Makefile
==============================================================================
--- head/net-mgmt/send/Makefile	Thu Feb 18 04:51:54 2021	(r565894)
+++ head/net-mgmt/send/Makefile	Thu Feb 18 04:58:54 2021	(r565895)
@@ -13,6 +13,9 @@ COMMENT=	Secure Neighbor Discovery implementation for 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: params_linecnt
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: params_linecnt
+
 LIB_DEPENDS=	libdnet.so:net/libdnet
 
 USES=		gmake readline ssl

Modified: head/textproc/turboxsl/Makefile
==============================================================================
--- head/textproc/turboxsl/Makefile	Thu Feb 18 04:51:54 2021	(r565894)
+++ head/textproc/turboxsl/Makefile	Thu Feb 18 04:58:54 2021	(r565895)
@@ -11,6 +11,8 @@ COMMENT=	Fast, multithreaded XML+XSLT transformation l
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: xsl_a_NaN
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: xsl_a_NaN
 ONLY_FOR_ARCHS=		amd64 powerpc64 powerpc64le sparc64
 
 LIB_DEPENDS=	libck.so:devel/concurrencykit \



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