svn commit: r565879 - head/math/gkmap
Mark Linimon
linimon at FreeBSD.org
Thu Feb 18 04:00:55 UTC 2021
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
More information about the svn-ports-all
mailing list