svn commit: r562708 - head/games/xqf

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


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

Log:
  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
  MFH:		2021Q1

Modified:
  head/games/xqf/Makefile

Modified: head/games/xqf/Makefile
==============================================================================
--- head/games/xqf/Makefile	Tue Jan 26 16:34:44 2021	(r562707)
+++ head/games/xqf/Makefile	Tue Jan 26 16:37:00 2021	(r562708)
@@ -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-all mailing list