svn commit: r563573 - branches/2021Q1/x11/terminal.app

Antoine Brodin antoine at FreeBSD.org
Mon Feb 1 12:48:43 UTC 2021


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
 


More information about the svn-ports-all mailing list