svn commit: r565878 - head/net/unfs3
Mark Linimon
linimon at FreeBSD.org
Thu Feb 18 03:59:00 UTC 2021
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
More information about the svn-ports-all
mailing list