svn commit: r566023 - head/games/freedroidrpg
Mark Linimon
linimon at FreeBSD.org
Fri Feb 19 05:23:14 UTC 2021
Author: linimon
Date: Fri Feb 19 05:23:13 2021
New Revision: 566023
URL: https://svnweb.freebsd.org/changeset/ports/566023
Log:
Mark BROKEN in 13/14 (via latest llvm update).
While here, pacify portlint (remove stale BROKEN_sparc64 line, which
was not in the right place anyway).
Modified:
head/games/freedroidrpg/Makefile
Modified: head/games/freedroidrpg/Makefile
==============================================================================
--- head/games/freedroidrpg/Makefile Fri Feb 19 05:19:55 2021 (r566022)
+++ head/games/freedroidrpg/Makefile Fri Feb 19 05:23:13 2021 (r566023)
@@ -15,9 +15,10 @@ COMMENT= Modification of the classical Freedroid engin
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpng.so:graphics/png
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: tux_rendering
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: tux_rendering
-BROKEN_sparc64= does not configure
+LIB_DEPENDS= libpng.so:graphics/png
GNU_CONFIGURE= yes
USES= jpeg gmake localbase lua:52+ python sdl xorg
More information about the svn-ports-head
mailing list