svn commit: r517186 - head/net-im/licq

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 06:27:39 UTC 2019


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


More information about the svn-ports-all mailing list