svn commit: r562709 - branches/2021Q1/games/xqf

Antoine Brodin antoine at FreeBSD.org
Tue Jan 26 16:37:18 UTC 2021


Author: antoine
Date: Tue Jan 26 16:37:18 2021
New Revision: 562709
URL: https://svnweb.freebsd.org/changeset/ports/562709

Log:
  MFH: r562708
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: current_server_filter
  >>> defined at filter.c
  >>>            filter.o:(current_server_filter)
  >>> defined at flt-player.c
  >>>            flt-player.o:(.bss+0x30)
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/games/xqf/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/games/xqf/Makefile
==============================================================================
--- branches/2021Q1/games/xqf/Makefile	Tue Jan 26 16:37:00 2021	(r562708)
+++ branches/2021Q1/games/xqf/Makefile	Tue Jan 26 16:37:18 2021	(r562709)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Server browser for many popular 3D action games
 
+BROKEN_FreeBSD_13=	duplicate symbol: current_server_filter
+BROKEN_FreeBSD_14=	duplicate symbol: current_server_filter
+
 RUN_DEPENDS=	qstat:games/qstat
 
 USES=		gettext gmake gnome pkgconfig xorg


More information about the svn-ports-branches mailing list