svn commit: r565874 - head/games/macopix

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 03:41:45 UTC 2021


Author: linimon
Date: Thu Feb 18 03:41:45 2021
New Revision: 565874
URL: https://svnweb.freebsd.org/changeset/ports/565874

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

Modified:
  head/games/macopix/Makefile

Modified: head/games/macopix/Makefile
==============================================================================
--- head/games/macopix/Makefile	Thu Feb 18 03:39:35 2021	(r565873)
+++ head/games/macopix/Makefile	Thu Feb 18 03:41:45 2021	(r565874)
@@ -14,6 +14,8 @@ COMMENT=	Window sitter for X11
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: AutoBar
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: AutoBar
 BROKEN_armv6=		dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h
 BROKEN_armv7=		dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h
 


More information about the svn-ports-all mailing list