Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 17:47:08 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457380 - head/net/librdkafka
Message-ID:  <201712271747.vBRHl8lE018970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Dec 27 17:47:08 2017
New Revision: 457380
URL: https://svnweb.freebsd.org/changeset/ports/457380

Log:
  Remove BROKEN_sparc64 statement which was originally added in r422434 by
  linimon@ 15 months ago, for version 0.9.1.  It now builds without issues
  on 10.4-STABLE running under QEMU 2.9.0.

Modified:
  head/net/librdkafka/Makefile

Modified: head/net/librdkafka/Makefile
==============================================================================
--- head/net/librdkafka/Makefile	Wed Dec 27 17:21:35 2017	(r457379)
+++ head/net/librdkafka/Makefile	Wed Dec 27 17:47:08 2017	(r457380)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_mips=		fails to build: undefined reference to __sync_add_and_fetch_4
 BROKEN_mips64=		fails to build: undefined reference to __sync_add_and_fetch_4
 BROKEN_powerpc64=	fails to build: cc: Internal error: Segmentation fault (program ld)
-BROKEN_sparc64=		fails to build: internal compiler error
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	liblz4.so:archivers/liblz4



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