Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2021 15:49:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563086 - head/graphics/xfractint
Message-ID:  <202101271549.10RFnhmA076110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101271549.10RFnhmA076110>