Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 03:59:00 +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: r565878 - head/net/unfs3
Message-ID:  <202102180359.11I3x0Ec075150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Feb 18 03:59:00 2021
New Revision: 565878
URL: https://svnweb.freebsd.org/changeset/ports/565878

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

Modified:
  head/net/unfs3/Makefile

Modified: head/net/unfs3/Makefile
==============================================================================
--- head/net/unfs3/Makefile	Thu Feb 18 03:53:35 2021	(r565877)
+++ head/net/unfs3/Makefile	Thu Feb 18 03:59:00 2021	(r565878)
@@ -13,6 +13,9 @@ COMMENT=	User-space implementation of the NFSv3 server
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: export_path
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: export_path
+
 USES=		autoreconf
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



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