svn commit: r565803 - branches/2021Q1/games/libretro-uae

Antoine Brodin antoine at FreeBSD.org
Wed Feb 17 20:22:29 UTC 2021


Author: antoine
Date: Wed Feb 17 20:22:29 2021
New Revision: 565803
URL: https://svnweb.freebsd.org/changeset/ports/565803

Log:
  MFH: r565802
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: potgo_value
  >>> defined at main.c
  >>>            ./sources/src/main.o:(potgo_value)
  >>> defined at newcpu.c
  >>>            ./sources/src/newcpu.o:(.bss+0x81E50)
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/games/libretro-uae/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/games/libretro-uae/Makefile
==============================================================================
--- branches/2021Q1/games/libretro-uae/Makefile	Wed Feb 17 20:20:29 2021	(r565802)
+++ branches/2021Q1/games/libretro-uae/Makefile	Wed Feb 17 20:22:29 2021	(r565803)
@@ -9,6 +9,10 @@ COMMENT=	Libretro port of UAE
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: potgo_value
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: potgo_value
+BROKEN_riscv64=		fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic
+
 USES=		compiler:c++11-lib gmake gl
 USE_LDCONFIG=	yes
 USE_GL=		gl


More information about the svn-ports-all mailing list