svn commit: r565877 - head/graphics/rgbpaint

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 03:53:36 UTC 2021


Author: linimon
Date: Thu Feb 18 03:53:35 2021
New Revision: 565877
URL: https://svnweb.freebsd.org/changeset/ports/565877

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

Modified:
  head/graphics/rgbpaint/Makefile

Modified: head/graphics/rgbpaint/Makefile
==============================================================================
--- head/graphics/rgbpaint/Makefile	Thu Feb 18 03:52:42 2021	(r565876)
+++ head/graphics/rgbpaint/Makefile	Thu Feb 18 03:53:35 2021	(r565877)
@@ -12,6 +12,9 @@ COMMENT=	Very basic painting program
 
 LICENSE=	GPLv2+
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: brcosa_pal
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: brcosa_pal
+
 USES=		gettext gnome pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 HAS_CONFIGURE=	yes


More information about the svn-ports-all mailing list