svn commit: r563086 - head/graphics/xfractint

Antoine Brodin antoine at FreeBSD.org
Wed Jan 27 15:49:44 UTC 2021


Author: antoine
Date: Wed Jan 27 15:49:43 2021
New Revision: 563086
URL: https://svnweb.freebsd.org/changeset/ports/563086

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: b_const
  >>> defined at fractalb.c
  >>>            ./common/fractalb.o:(b_const)
  >>> defined at fractals.c
  >>>            ./common/fractals.o:(.bss+0x2B0)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/graphics/xfractint/Makefile

Modified: head/graphics/xfractint/Makefile
==============================================================================
--- head/graphics/xfractint/Makefile	Wed Jan 27 15:47:50 2021	(r563085)
+++ head/graphics/xfractint/Makefile	Wed Jan 27 15:49:43 2021	(r563086)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.fractint.org/ftp/current/linu
 MAINTAINER=	onemda at gmail.com
 COMMENT=	Unix port of FractInt
 
+BROKEN_FreeBSD_13=	duplicate symbol: b_const
+BROKEN_FreeBSD_14=	duplicate symbol: b_const
+
 USES=		gmake xorg
 USE_XORG=	x11 xft
 


More information about the svn-ports-all mailing list