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

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 10 10:38:55 UTC 2020


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


More information about the svn-ports-all mailing list