svn commit: r565848 - head/graphics/figurine

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 01:14:56 UTC 2021


Author: linimon
Date: Thu Feb 18 01:14:55 2021
New Revision: 565848
URL: https://svnweb.freebsd.org/changeset/ports/565848

Log:
  Mark BROKEN in 13/14 (via latest llvm update).
  
  While here, pet portlint (Makevar order).

Modified:
  head/graphics/figurine/Makefile

Modified: head/graphics/figurine/Makefile
==============================================================================
--- head/graphics/figurine/Makefile	Thu Feb 18 01:14:20 2021	(r565847)
+++ head/graphics/figurine/Makefile	Thu Feb 18 01:14:55 2021	(r565848)
@@ -12,9 +12,12 @@ COMMENT=	Drawing program for X11
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	DOCS
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: numfontnames
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: numfontnames
 
 RUN_DEPENDS=	fig2dev:print/transfig
+
+OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 USES=		xorg


More information about the svn-ports-all mailing list