From owner-svn-ports-all@freebsd.org Tue Oct 9 18:17:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24DA710B729E; Tue, 9 Oct 2018 18:17:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC8C475DB0; Tue, 9 Oct 2018 18:17:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C79F215BE3; Tue, 9 Oct 2018 18:17:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w99IHbaQ034753; Tue, 9 Oct 2018 18:17:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w99IHbHA034751; Tue, 9 Oct 2018 18:17:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810091817.w99IHbHA034751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 9 Oct 2018 18:17:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481648 - in head/devel/thrift: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/thrift: . files X-SVN-Commit-Revision: 481648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 18:17:38 -0000 Author: swills Date: Tue Oct 9 18:17:37 2018 New Revision: 481648 URL: https://svnweb.freebsd.org/changeset/ports/481648 Log: devel/thrift: fix build with GCC-based arches PR: 231699 Submitted by: Piotr Kubaj Approved by: maintainer timeout (komarov@valerka.net, >2 weeks) Added: head/devel/thrift/files/ head/devel/thrift/files/patch-lib_lua_src_usocket.c (contents, props changed) Modified: head/devel/thrift/Makefile (contents, props changed) Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Tue Oct 9 18:17:13 2018 (r481647) +++ head/devel/thrift/Makefile Tue Oct 9 18:17:37 2018 (r481648) @@ -12,11 +12,7 @@ COMMENT= Framework for scalable cross-language service LICENSE= APACHE20 -BROKEN_mips= fails to compile: unrecognized command line option "-Wno-c++11-long-long" -BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-c++11-long-long" -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-long-long" - -USES= autoreconf libtool pkgconfig +USES= autoreconf compiler:c++11-lang libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Added: head/devel/thrift/files/patch-lib_lua_src_usocket.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/thrift/files/patch-lib_lua_src_usocket.c Tue Oct 9 18:17:37 2018 (r481648) @@ -0,0 +1,10 @@ +--- lib/lua/src/usocket.c.orig 2018-09-24 22:09:54 UTC ++++ lib/lua/src/usocket.c +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include // TODO REMOVE +