svn commit: r423395 - head/devel/thrift
Mark Linimon
linimon at FreeBSD.org
Thu Oct 6 00:39:14 UTC 2016
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
More information about the svn-ports-all
mailing list