svn commit: r470938 - in head/devel/fb303: . files

Kirill Ponomarev krion at FreeBSD.org
Sat May 26 18:06:52 UTC 2018


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 at 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>
+ 


More information about the svn-ports-all mailing list