svn commit: r565802 - head/games/libretro-uae

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


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

Log:
  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
  MFH:		2021Q1

Modified:
  head/games/libretro-uae/Makefile

Modified: head/games/libretro-uae/Makefile
==============================================================================
--- head/games/libretro-uae/Makefile	Wed Feb 17 20:17:46 2021	(r565801)
+++ head/games/libretro-uae/Makefile	Wed Feb 17 20:20:29 2021	(r565802)
@@ -9,6 +9,8 @@ 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


More information about the svn-ports-all mailing list