Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 18:06:51 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470938 - in head/devel/fb303: . files
Message-ID:  <201805261806.w4QI6pvw025247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <boost/shared_ptr.hpp>
+ #include <thrift/server/TServer.h>
+ #include <thrift/concurrency/Mutex.h>
+ 



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