Date: Fri, 19 Feb 2021 05:33:44 +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: r566025 - in head: games/naev www/sogo2 Message-ID: <202102190533.11J5XiwG026047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Feb 19 05:33:44 2021 New Revision: 566025 URL: https://svnweb.freebsd.org/changeset/ports/566025 Log: Mark BROKEN in 13/14 (via latest llvm update). Modified: head/games/naev/Makefile head/www/sogo2/Makefile Modified: head/games/naev/Makefile ============================================================================== --- head/games/naev/Makefile Fri Feb 19 05:27:44 2021 (r566024) +++ head/games/naev/Makefile Fri Feb 19 05:33:44 2021 (r566025) @@ -13,6 +13,9 @@ COMMENT= 2D action/RPG space game LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= ld: error: duplicate symbol: nglActiveTexture +BROKEN_FreeBSD_14= ld: error: duplicate symbol: nglActiveTexture + LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libvorbisfile.so:audio/libvorbis \ Modified: head/www/sogo2/Makefile ============================================================================== --- head/www/sogo2/Makefile Fri Feb 19 05:27:44 2021 (r566024) +++ head/www/sogo2/Makefile Fri Feb 19 05:33:44 2021 (r566025) @@ -13,6 +13,9 @@ COMMENT= Groupware server with a focus on scalability LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: SOGoMailCoreInfoKeys +BROKEN_FreeBSD_14= ld: error: duplicate symbol: SOGoMailCoreInfoKeys + LIB_DEPENDS= libmemcached.so:databases/libmemcached \ libcurl.so:ftp/curl \ libDOM.so:devel/sope2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102190533.11J5XiwG026047>