From owner-svn-ports-all@freebsd.org Sat May 26 18:06:52 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 31BB4EF1389; Sat, 26 May 2018 18:06:52 +0000 (UTC) (envelope-from krion@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 D32197B5A1; Sat, 26 May 2018 18:06:51 +0000 (UTC) (envelope-from krion@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 B5D63134C3; Sat, 26 May 2018 18:06:51 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4QI6p7u025249; Sat, 26 May 2018 18:06:51 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4QI6pvw025247; Sat, 26 May 2018 18:06:51 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805261806.w4QI6pvw025247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 26 May 2018 18:06:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470938 - in head/devel/fb303: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/devel/fb303: . files X-SVN-Commit-Revision: 470938 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.26 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: Sat, 26 May 2018 18:06:52 -0000 Author: krion Date: Sat May 26 18:06:51 2018 New Revision: 470938 URL: https://svnweb.freebsd.org/changeset/ports/470938 Log: Unbreak fb303 with upstream patch. PR: 228493 Submitted by: timon@timon.net.nz Added: head/devel/fb303/files/patch-cpp_FacebookBase.h (contents, props changed) Modified: head/devel/fb303/Makefile Modified: head/devel/fb303/Makefile ============================================================================== --- head/devel/fb303/Makefile Sat May 26 18:06:29 2018 (r470937) +++ head/devel/fb303/Makefile Sat May 26 18:06:51 2018 (r470938) @@ -14,8 +14,6 @@ COMMENT= Facebook Bassline LICENSE= APACHE20 -BROKEN= fails to build - LIB_DEPENDS= libthrift.so:devel/thrift-cpp BUILD_DEPENDS= thrift:devel/thrift Added: head/devel/fb303/files/patch-cpp_FacebookBase.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fb303/files/patch-cpp_FacebookBase.h Sat May 26 18:06:51 2018 (r470938) @@ -0,0 +1,10 @@ +--- cpp/FacebookBase.h.orig 2018-05-25 20:03:21 UTC ++++ cpp/FacebookBase.h +@@ -22,6 +22,7 @@ + + #include "FacebookService.h" + ++#include + #include + #include +