Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 19:40:03 +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: r565447 - head/emulators/pcem
Message-ID:  <202102161940.11GJe38i061389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb 16 19:40:03 2021
New Revision: 565447
URL: https://svnweb.freebsd.org/changeset/ports/565447

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: CGACONST
  >>> defined at 386.c
  >>>            pcem-386.o:(CGACONST)
  >>> defined at 386_dynarec.c
  >>>            pcem-386_dynarec.o:(.bss+0x1900)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/emulators/pcem/Makefile

Modified: head/emulators/pcem/Makefile
==============================================================================
--- head/emulators/pcem/Makefile	Tue Feb 16 19:35:12 2021	(r565446)
+++ head/emulators/pcem/Makefile	Tue Feb 16 19:40:03 2021	(r565447)
@@ -13,6 +13,9 @@ COMMENT=	PC/PC-Compatible low-level emulator striving 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: CGACONST
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: CGACONST
+
 USES=		autoreconf compiler gl gmake localbase:ldflags openal pkgconfig sdl zip
 USE_GL=		gl
 USE_SDL=	sdl2



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