Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 00:39:13 +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: r423395 - head/devel/thrift
Message-ID:  <201610060039.u960dDpk095292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Oct  6 00:39:13 2016
New Revision: 423395
URL: https://svnweb.freebsd.org/changeset/ports/423395

Log:
  This has built on a recent sparc64 run.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/thrift/Makefile

Modified: head/devel/thrift/Makefile
==============================================================================
--- head/devel/thrift/Makefile	Wed Oct  5 22:55:29 2016	(r423394)
+++ head/devel/thrift/Makefile	Thu Oct  6 00:39:13 2016	(r423395)
@@ -12,8 +12,6 @@ COMMENT=	Framework for scalable cross-la
 
 LICENSE=	APACHE20
 
-BROKEN_sparc64=	does not compile on ${ARCH}
-
 USES=		autoreconf gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -43,7 +41,7 @@ CONFIGURE_ARGS+=	\
 		--without-php_extension \
 		--without-python \
 		--without-ruby \
-                --without-go
+		--without-go
 
 PLIST_FILES=	bin/thrift
 



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