svn commit: r565451 - head/emulators/lisaem

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 20:10:32 UTC 2021


Author: antoine
Date: Tue Feb 16 20:10:31 2021
New Revision: 565451
URL: https://svnweb.freebsd.org/changeset/ports/565451

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: mem68k_fetch_byte
  >>> defined at floppy.c
  >>>            floppy.o:(mem68k_fetch_byte)
  >>> defined at profile.c
  >>>            profile.o:(.bss+0x100)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/emulators/lisaem/Makefile

Modified: head/emulators/lisaem/Makefile
==============================================================================
--- head/emulators/lisaem/Makefile	Tue Feb 16 20:02:33 2021	(r565450)
+++ head/emulators/lisaem/Makefile	Tue Feb 16 20:10:31 2021	(r565451)
@@ -13,6 +13,9 @@ COMMENT=	Apple Lisa 2 Emulator
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: mem68k_fetch_byte
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: mem68k_fetch_byte
+
 BUILD_DEPENDS=	pngtopnm:graphics/netpbm
 
 USES=		compiler:c++11-lang tar:bzip2


More information about the svn-ports-all mailing list