Date: Thu, 18 Feb 2021 01:03:06 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565845 - in head/games: seabattle typespeed uhexen wmqstat Message-ID: <202102180103.11I136oH067425@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Feb 18 01:03:06 2021 New Revision: 565845 URL: https://svnweb.freebsd.org/changeset/ports/565845 Log: Mark BROKEN in 13/14 (via latest llvm update). Modified: head/games/seabattle/Makefile head/games/typespeed/Makefile head/games/uhexen/Makefile head/games/wmqstat/Makefile Modified: head/games/seabattle/Makefile ============================================================================== --- head/games/seabattle/Makefile Thu Feb 18 00:50:22 2021 (r565844) +++ head/games/seabattle/Makefile Thu Feb 18 01:03:06 2021 (r565845) @@ -11,6 +11,9 @@ MASTER_SITES= SUNSITE/games/strategy/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Curses based battleship type game +BROKEN_FreeBSD_13= ld: error: duplicate symbol: current_player +BROKEN_FreeBSD_14= ld: error: duplicate symbol: current_player + USES= ncurses OPTIONS_DEFINE= DOCS Modified: head/games/typespeed/Makefile ============================================================================== --- head/games/typespeed/Makefile Thu Feb 18 00:50:22 2021 (r565844) +++ head/games/typespeed/Makefile Thu Feb 18 01:03:06 2021 (r565845) @@ -13,6 +13,9 @@ COMMENT= Test your typing speed and get your fingers' LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: now +BROKEN_FreeBSD_14= ld: error: duplicate symbol: now + USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-highscoredir="${SCOREDIR}" Modified: head/games/uhexen/Makefile ============================================================================== --- head/games/uhexen/Makefile Thu Feb 18 00:50:22 2021 (r565844) +++ head/games/uhexen/Makefile Thu Feb 18 01:03:06 2021 (r565845) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/U-hexen%20ver MAINTAINER= ports@FreeBSD.org COMMENT= Yet another port of Hexen, popular game from Raven Software +BROKEN_FreeBSD_13= ld: error: duplicate symbol: mouse_scale_factor +BROKEN_FreeBSD_14= ld: error: duplicate symbol: mouse_scale_factor BROKEN_powerpc= fails to compile BROKEN_powerpc64= fails to compile: m_misc.o: undefined reference to 'ShortSwap' Modified: head/games/wmqstat/Makefile ============================================================================== --- head/games/wmqstat/Makefile Thu Feb 18 00:50:22 2021 (r565844) +++ head/games/wmqstat/Makefile Thu Feb 18 01:03:06 2021 (r565845) @@ -12,6 +12,9 @@ COMMENT= Dockapp for monitoring of various Internet ga LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: display +BROKEN_FreeBSD_14= ld: error: duplicate symbol: display + RUN_DEPENDS= qstat:games/qstat USES= xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180103.11I136oH067425>