svn commit: r566025 - in head: games/naev www/sogo2

Mark Linimon linimon at FreeBSD.org
Fri Feb 19 05:33:45 UTC 2021


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


More information about the svn-ports-all mailing list