svn commit: r565448 - branches/2021Q1/emulators/pcem

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 19:42:00 UTC 2021


Author: antoine
Date: Tue Feb 16 19:41:59 2021
New Revision: 565448
URL: https://svnweb.freebsd.org/changeset/ports/565448

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

Modified:
  branches/2021Q1/emulators/pcem/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/emulators/pcem/Makefile
==============================================================================
--- branches/2021Q1/emulators/pcem/Makefile	Tue Feb 16 19:40:03 2021	(r565447)
+++ branches/2021Q1/emulators/pcem/Makefile	Tue Feb 16 19:41:59 2021	(r565448)
@@ -12,6 +12,9 @@ COMMENT=	PC/PC-Compatible low-level emulator striving 
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: CGACONST
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: CGACONST
+
 USES=		autoreconf compiler gl gmake openal pkgconfig sdl zip
 USE_GL=		gl
 USE_SDL=	sdl2


More information about the svn-ports-all mailing list