Date: Tue, 16 Feb 2021 20:10:51 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565452 - branches/2021Q1/emulators/lisaem Message-ID: <202102162010.11GKApOX079452@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102162010.11GKApOX079452>