Date: Thu, 18 Feb 2021 03:26:35 +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: r565871 - head/graphics/libvisual04-plugins Message-ID: <202102180326.11I3QZKu056504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Feb 18 03:26:34 2021 New Revision: 565871 URL: https://svnweb.freebsd.org/changeset/ports/565871 Log: Mark BROKEN in 13/14 (via latest llvm update). Modified: head/graphics/libvisual04-plugins/Makefile Modified: head/graphics/libvisual04-plugins/Makefile ============================================================================== --- head/graphics/libvisual04-plugins/Makefile Thu Feb 18 03:16:54 2021 (r565870) +++ head/graphics/libvisual04-plugins/Makefile Thu Feb 18 03:26:34 2021 (r565871) @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PKGNAMESUFFIX:C/.*-//}-${PORTV MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Set of plugins for the libvisual framework +BROKEN_FreeBSD_13= ld: error: duplicate symbol: _oink_table_cos +BROKEN_FreeBSD_14= ld: error: duplicate symbol: _oink_table_cos + LIB_DEPENDS= libvisual-${MAJORMINOR}.so:graphics/libvisual04 USES= gl libtool pkgconfig xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180326.11I3QZKu056504>