Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2020 10:38:55 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522562 - head/net-im/licq
Message-ID:  <202001101038.00AAct8E069865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jan 10 10:38:54 2020
New Revision: 522562
URL: https://svnweb.freebsd.org/changeset/ports/522562

Log:
  net-im/licq: unbreak on powerpc64 elfv2, fix build error
  
  On powerpc64 elfv2 this port builds fine. On elfv1, it fails to pass tests.

Modified:
  head/net-im/licq/Makefile

Modified: head/net-im/licq/Makefile
==============================================================================
--- head/net-im/licq/Makefile	Fri Jan 10 10:05:38 2020	(r522561)
+++ head/net-im/licq/Makefile	Fri Jan 10 10:38:54 2020	(r522562)
@@ -16,7 +16,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 
-BROKEN_powerpc64=	fails to link: undefined reference to `boost::re_detail_106900::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const'
+BROKEN_FreeBSD_11_powerpc64=	fails to pass tests
+BROKEN_FreeBSD_12_powerpc64=	fails to pass tests
 BROKEN_sparc64=		fails to link
 
 USES=		cmake:noninja iconv ssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001101038.00AAct8E069865>