Date: Sun, 10 Nov 2019 06:27:39 +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: r517186 - head/net-im/licq Message-ID: <201911100627.xAA6RdL4055839@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Nov 10 06:27:38 2019 New Revision: 517186 URL: https://svnweb.freebsd.org/changeset/ports/517186 Log: Mark as broken on powerpc64. This port has been failing to build since 20180303. Even the usual trick of adding compiler:c++11-lang did not help. Modified: head/net-im/licq/Makefile Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Sun Nov 10 06:22:59 2019 (r517185) +++ head/net-im/licq/Makefile Sun Nov 10 06:27:38 2019 (r517186) @@ -16,7 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs -BROKEN_sparc64= Does not build: fails to link +BROKEN_powerp64= fails to link: undefined reference to `boost::re_detail_106900::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const' +BROKEN_sparc64= fails to link USES= cmake:noninja iconv ssl USE_CXXSTD= c++98
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911100627.xAA6RdL4055839>