svn commit: r565895 - in head: net-mgmt/send textproc/turboxsl

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 04:58:55 UTC 2021


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 \


More information about the svn-ports-all mailing list