Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 04:00:55 +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: r565879 - head/math/gkmap
Message-ID:  <202102180400.11I40ttQ076101@repo.freebsd.org>

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

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

Modified:
  head/math/gkmap/Makefile

Modified: head/math/gkmap/Makefile
==============================================================================
--- head/math/gkmap/Makefile	Thu Feb 18 03:59:00 2021	(r565878)
+++ head/math/gkmap/Makefile	Thu Feb 18 04:00:55 2021	(r565879)
@@ -12,6 +12,9 @@ COMMENT=	Simplification of Boolean Functions using Kar
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: cell_array
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: cell_array
+
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 



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