Date: Mon, 1 Feb 2021 12:48:42 +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: r563573 - branches/2021Q1/x11/terminal.app Message-ID: <202102011248.111Cmgsx065418@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Feb 1 12:48:42 2021 New Revision: 563573 URL: https://svnweb.freebsd.org/changeset/ports/563573 Log: MFH: r563572 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: TerminalWindowNoMoreActiveWindowsNotification >>> defined at main.m >>> ./obj/Terminal.obj/main.m.o:(TerminalWindowNoMoreActiveWindowsNotification) >>> defined at Services.m >>> ./obj/Terminal.obj/Services.m.o:(.bss+0x460) Reported by: pkg-fallout Modified: branches/2021Q1/x11/terminal.app/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11/terminal.app/Makefile ============================================================================== --- branches/2021Q1/x11/terminal.app/Makefile Mon Feb 1 12:48:18 2021 (r563572) +++ branches/2021Q1/x11/terminal.app/Makefile Mon Feb 1 12:48:42 2021 (r563573) @@ -14,6 +14,9 @@ COMMENT= Terminal Emulator for GNUstep LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= duplicate symbol: TerminalWindowNoMoreActiveWindowsNotification +BROKEN_FreeBSD_14= duplicate symbol: TerminalWindowNoMoreActiveWindowsNotification + USES= gnustep iconv USE_GNUSTEP= back build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011248.111Cmgsx065418>