svn commit: r565840 - head/games/rnd_jue

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 00:46:42 UTC 2021


Author: linimon
Date: Thu Feb 18 00:46:41 2021
New Revision: 565840
URL: https://svnweb.freebsd.org/changeset/ports/565840

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

Modified:
  head/games/rnd_jue/Makefile

Modified: head/games/rnd_jue/Makefile
==============================================================================
--- head/games/rnd_jue/Makefile	Thu Feb 18 00:44:06 2021	(r565839)
+++ head/games/rnd_jue/Makefile	Thu Feb 18 00:46:41 2021	(r565840)
@@ -22,6 +22,9 @@ COMMENT=	Colorful Boulderdash'n'Emerald Mine'n'Sokoban
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: setup
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: setup
+
 LIB_DEPENDS+=	libsmpeg.so:multimedia/smpeg
 EXTRACT_DEPENDS+=${UNZIP_CMD}:archivers/unzip
 


More information about the svn-ports-all mailing list