svn commit: r565452 - branches/2021Q1/emulators/lisaem

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


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

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

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

Modified: branches/2021Q1/emulators/lisaem/Makefile
==============================================================================
--- branches/2021Q1/emulators/lisaem/Makefile	Tue Feb 16 20:10:31 2021	(r565451)
+++ branches/2021Q1/emulators/lisaem/Makefile	Tue Feb 16 20:10:51 2021	(r565452)
@@ -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