svn commit: r565447 - head/emulators/pcem

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 19:40:04 UTC 2021


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


More information about the svn-ports-all mailing list