svn commit: r563088 - branches/2021Q1/graphics/xfractint

Antoine Brodin antoine at FreeBSD.org
Wed Jan 27 15:50:06 UTC 2021


Author: antoine
Date: Wed Jan 27 15:50:02 2021
New Revision: 563088
URL: https://svnweb.freebsd.org/changeset/ports/563088

Log:
  MFH: r563086
  
  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

Modified:
  branches/2021Q1/graphics/xfractint/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/graphics/xfractint/Makefile
==============================================================================
--- branches/2021Q1/graphics/xfractint/Makefile	Wed Jan 27 15:49:55 2021	(r563087)
+++ branches/2021Q1/graphics/xfractint/Makefile	Wed Jan 27 15:50:02 2021	(r563088)
@@ -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-branches mailing list