Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 20:10:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565451 - head/emulators/lisaem
Message-ID:  <202102162010.11GKAWci079340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102162010.11GKAWci079340>