From nobody@FreeBSD.org  Thu Oct 17 13:56:50 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 8C7F2E35
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Oct 2013 13:56:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 6A82421F2
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Oct 2013 13:56:50 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9HDuosf002492
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Oct 2013 13:56:50 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9HDuoGG002491;
	Thu, 17 Oct 2013 13:56:50 GMT
	(envelope-from nobody)
Message-Id: <201310171356.r9HDuoGG002491@oldred.freebsd.org>
Date: Thu, 17 Oct 2013 13:56:50 GMT
From: Valery Komarov <komarov@valerka.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW-PORT]  devel/thrift-cpp
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183060
>Category:       ports
>Synopsis:       [NEW PORT]  devel/thrift-cpp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 17 14:00:00 UTC 2013
>Closed-Date:    Sat Nov 09 15:32:36 UTC 2013
>Last-Modified:  Sat Nov 09 15:32:36 UTC 2013
>Originator:     Valery Komarov
>Release:        FreeBSD 10.0-ALPHA2
>Organization:
>Environment:
>Description:
ports:

devel/fb303
devel/php5-thrift
devel/py-thrift
devel/rubygem-thrift
net/scribe
devel/thrift-c_glib
devel/thrift-cpp
devel/thrift

must be committed together.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	thrift-cpp
#	thrift-cpp/Makefile
#	thrift-cpp/pkg-descr
#	thrift-cpp/pkg-plist
#	thrift-cpp/files
#	thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc
#	thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h
#
echo c - thrift-cpp
mkdir -p thrift-cpp > /dev/null 2>&1
echo x - thrift-cpp/Makefile
sed 's/^X//' >thrift-cpp/Makefile << 'f8ef36f133e9382f2c13c3ec4b86e235'
X# Created by: Valery Komarov <komarov@valerka.net>
X# $FreeBSD: devel/thrift-cpp/Makefile$
X
XPORTNAME=	thrift
XPORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
XPORTEPOCH=	1
XCATEGORIES=	devel
X
XMAINTAINER=	komarov@valerka.net
XCOMMENT=	C++ interface to Thrift
X
XPKGNAMESUFFIX=	-cpp
X
XMASTER_SITES=		APACHE
XMASTER_SITE_SUBDIR=	thrift/${PORTVERSION}
XDISTNAME=		thrift-${PORTVERSION}
XDISTINFO_FILE=		${.CURDIR}/../thrift/distinfo
X
XLIB_DEPENDS=	boost_system:${PORTSDIR}/devel/boost-libs \
X		event-1:${PORTSDIR}/devel/libevent
X
XBUILDIR=		${WRKDIR}/${DISTNAME}/lib/cpp
X
XUSE_AUTOTOOLS=	autoconf autoheader:env aclocal automake libtool
XACLOCAL_ARGS=	-I${WRKSRC}/aclocal
XAUTOMAKE_ARGS=	--foreign --add-missing --copy
X
XUSES=			pkgconfig gmake compiler
XGNU_CONFIGURE=		yes
XUSE_LDCONFIG=		yes
XMAKE_JOBS_UNSAFE=	yes
X
XOPTIONS_DEFINE=		QT4
XQT4_CONFIGURE_ON=	--with-qt4
XQT4_CONFIGURE_OFF=	--without-qt4
X
XOPTIONS_SUB=		yes
X
XCONFIGURE_ARGS+=        \
X		--without-c_glib \
X		--with-cpp \
X		--without-csharp \
X		--without-erlang \
X		--without-haskell \
X		--without-java \
X		--without-perl \
X		--without-php \
X		--without-php_extension \
X		--without-python \
X		--without-ruby
X
X
XNO_STAGE=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${COMPILER_TYPE} == clang
XUSE_CXXSTD=	c++11
X.endif
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MQT4}
X    USE_QT4=		network moc_build qmake_build rcc_build uic_build
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am
X
X#pre-configure:
X#	@${REINPLACE_CMD} '/config.h/d' ${WRKSRC}/lib/cpp/Makefile.am
X
Xdo-build:
X	cd ${BUILDIR} && ${GMAKE}
X
Xdo-install:
X	cd ${BUILDIR} && ${GMAKE} install
X
Xpost-install:
X	@${LN} -sf ${PREFIX}/lib/libthrift-${PORTVERSION}.so ${PREFIX}/lib/libthrift.so.0
X	@${LN} -sf ${PREFIX}/lib/libthriftnb-${PORTVERSION}.so ${PREFIX}/lib/libthriftnb.so.0
X	@${LN} -sf ${PREFIX}/lib/libthriftz-${PORTVERSION}.so ${PREFIX}/lib/libthriftz.so.0
X
X.if ${PORT_OPTIONS:MQT4}
X	@${LN} -sf ${PREFIX}/lib/libthriftqt-${PORTVERSION}.so ${PREFIX}/lib/libthriftqt.so.0
X.endif
X
X.include "../thrift/bsd.thrift.mk"
X.include <bsd.port.mk>
f8ef36f133e9382f2c13c3ec4b86e235
echo x - thrift-cpp/pkg-descr
sed 's/^X//' >thrift-cpp/pkg-descr << 'af277f93ea3643c770cdebed1a33e845'
XC++ interface to Thrift.
X
XWWW: http://thrift.apache.org/
af277f93ea3643c770cdebed1a33e845
echo x - thrift-cpp/pkg-plist
sed 's/^X//' >thrift-cpp/pkg-plist << 'b289268a6f22faf504da64336b5c3f7c'
Xinclude/thrift/TApplicationException.h
Xinclude/thrift/TDispatchProcessor.h
Xinclude/thrift/TLogging.h
Xinclude/thrift/TProcessor.h
Xinclude/thrift/TReflectionLocal.h
Xinclude/thrift/Thrift.h
Xinclude/thrift/async/TAsyncBufferProcessor.h
Xinclude/thrift/async/TAsyncChannel.h
Xinclude/thrift/async/TAsyncDispatchProcessor.h
Xinclude/thrift/async/TAsyncProcessor.h
Xinclude/thrift/async/TAsyncProtocolProcessor.h
Xinclude/thrift/async/TEvhttpClientChannel.h
Xinclude/thrift/async/TEvhttpServer.h
Xinclude/thrift/concurrency/BoostThreadFactory.h
Xinclude/thrift/concurrency/Exception.h
Xinclude/thrift/concurrency/FunctionRunner.h
Xinclude/thrift/concurrency/Monitor.h
Xinclude/thrift/concurrency/Mutex.h
Xinclude/thrift/concurrency/PlatformThreadFactory.h
Xinclude/thrift/concurrency/PosixThreadFactory.h
Xinclude/thrift/concurrency/StdMonitor.cpp
Xinclude/thrift/concurrency/StdMutex.cpp
Xinclude/thrift/concurrency/StdThreadFactory.cpp
Xinclude/thrift/concurrency/StdThreadFactory.h
Xinclude/thrift/concurrency/Thread.h
Xinclude/thrift/concurrency/ThreadManager.h
Xinclude/thrift/concurrency/TimerManager.h
Xinclude/thrift/concurrency/Util.h
Xinclude/thrift/config.h
Xinclude/thrift/cxxfunctional.h
Xinclude/thrift/processor/PeekProcessor.h
Xinclude/thrift/processor/StatsProcessor.h
Xinclude/thrift/processor/TMultiplexedProcessor.h
Xinclude/thrift/protocol/TBase64Utils.h
Xinclude/thrift/protocol/TBinaryProtocol.h
Xinclude/thrift/protocol/TBinaryProtocol.tcc
Xinclude/thrift/protocol/TCompactProtocol.h
Xinclude/thrift/protocol/TCompactProtocol.tcc
Xinclude/thrift/protocol/TDebugProtocol.h
Xinclude/thrift/protocol/TDenseProtocol.h
Xinclude/thrift/protocol/TJSONProtocol.h
Xinclude/thrift/protocol/TMultiplexedProtocol.h
Xinclude/thrift/protocol/TProtocol.h
Xinclude/thrift/protocol/TProtocolDecorator.h
Xinclude/thrift/protocol/TProtocolException.h
Xinclude/thrift/protocol/TProtocolTap.h
Xinclude/thrift/protocol/TVirtualProtocol.h
Xinclude/thrift/qt/TQIODeviceTransport.h
Xinclude/thrift/qt/TQTcpServer.h
Xinclude/thrift/server/TNonblockingServer.h
Xinclude/thrift/server/TServer.h
Xinclude/thrift/server/TSimpleServer.h
Xinclude/thrift/server/TThreadPoolServer.h
Xinclude/thrift/server/TThreadedServer.h
Xinclude/thrift/thrift-config.h
Xinclude/thrift/transport/PlatformSocket.h
Xinclude/thrift/transport/TBufferTransports.h
Xinclude/thrift/transport/TFDTransport.h
Xinclude/thrift/transport/TFileTransport.h
Xinclude/thrift/transport/THttpClient.h
Xinclude/thrift/transport/THttpServer.h
Xinclude/thrift/transport/THttpTransport.h
Xinclude/thrift/transport/TPipe.h
Xinclude/thrift/transport/TPipeServer.h
Xinclude/thrift/transport/TSSLServerSocket.h
Xinclude/thrift/transport/TSSLSocket.h
Xinclude/thrift/transport/TServerSocket.h
Xinclude/thrift/transport/TServerTransport.h
Xinclude/thrift/transport/TShortReadTransport.h
Xinclude/thrift/transport/TSimpleFileTransport.h
Xinclude/thrift/transport/TSocket.h
Xinclude/thrift/transport/TSocketPool.h
Xinclude/thrift/transport/TTransport.h
Xinclude/thrift/transport/TTransportException.h
Xinclude/thrift/transport/TTransportUtils.h
Xinclude/thrift/transport/TVirtualTransport.h
Xinclude/thrift/transport/TZlibTransport.h
Xlib/libthrift-0.9.1.so
Xlib/libthrift.a
Xlib/libthrift.la
Xlib/libthrift.so
Xlib/libthrift.so.0
Xlib/libthriftnb-%%PORTVERSION%%.so
Xlib/libthriftnb.a
Xlib/libthriftnb.la
Xlib/libthriftnb.so
Xlib/libthriftnb.so.0
X%%QT4%%lib/libthriftqt-%%PORTVERSION%%.so
X%%QT4%%lib/libthriftqt.a
X%%QT4%%lib/libthriftqt.la
X%%QT4%%lib/libthriftqt.so
X%%QT4%%lib/libthriftqt.so.0
Xlib/libthriftz-0.9.1.so
Xlib/libthriftz.a
Xlib/libthriftz.la
Xlib/libthriftz.so
Xlib/libthriftz.so.0
Xlibdata/pkgconfig/thrift-nb.pc
X%%QT4%%libdata/pkgconfig/thrift-qt.pc
Xlibdata/pkgconfig/thrift-z.pc
Xlibdata/pkgconfig/thrift.pc
X@dirrm include/thrift/transport
X@dirrm include/thrift/server
X@dirrm include/thrift/qt
X@dirrm include/thrift/protocol
X@dirrm include/thrift/processor
X@dirrm include/thrift/concurrency
X@dirrm include/thrift/async
X@dirrm include/thrift
b289268a6f22faf504da64336b5c3f7c
echo c - thrift-cpp/files
mkdir -p thrift-cpp/files > /dev/null 2>&1
echo x - thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc
sed 's/^X//' >thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc << '81eee5119b0eb1dad109d2e8e9a76d6e'
X--- ./lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc.orig	2013-08-15 18:04:29.000000000 +0400
X+++ ./lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc	2013-10-16 01:15:53.000000000 +0400
X@@ -23,7 +23,7 @@
X #include <thrift/protocol/TBinaryProtocol.h>
X 
X #include <limits>
X-
X+#include <netinet/in.h>
X 
X namespace apache { namespace thrift { namespace protocol {
X 
81eee5119b0eb1dad109d2e8e9a76d6e
echo x - thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h
sed 's/^X//' >thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h << 'a5b4d43bc5160400c917fac22ede7764'
X--- ./lib/cpp/src/thrift/server/TNonblockingServer.h.orig	2013-08-15 18:04:29.000000000 +0400
X+++ ./lib/cpp/src/thrift/server/TNonblockingServer.h	2013-10-16 01:15:53.000000000 +0400
X@@ -38,7 +38,8 @@
X #include <unistd.h>
X #endif
X #include <event.h>
X-
X+#include <sys/types.h>
X+#include <sys/socket.h>
X 
X 
X namespace apache { namespace thrift { namespace server {
a5b4d43bc5160400c917fac22ede7764
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Nov 9 03:41:32 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183060 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183060: commit references a PR
Date: Sat,  9 Nov 2013 15:11:59 +0000 (UTC)

 Author: wg
 Date: Sat Nov  9 15:11:49 2013
 New Revision: 333297
 URL: http://svnweb.freebsd.org/changeset/ports/333297
 
 Log:
   devel/thrift-cpp: C++ interface to Thrift
   
   WWW: http://thrift.apache.org/
   
   PR:		ports/183060
   Submitted by:	Valery Komarov <komarov valerka.net>
 
 Added:
   head/devel/thrift-cpp/
   head/devel/thrift-cpp/Makefile   (contents, props changed)
   head/devel/thrift-cpp/files/
   head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc   (contents, props changed)
   head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h   (contents, props changed)
   head/devel/thrift-cpp/pkg-descr   (contents, props changed)
   head/devel/thrift-cpp/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Sat Nov  9 15:09:13 2013	(r333296)
 +++ head/devel/Makefile	Sat Nov  9 15:11:49 2013	(r333297)
 @@ -4431,6 +4431,7 @@
      SUBDIR += tex-kpathsea
      SUBDIR += tex-web2c
      SUBDIR += thrift
 +    SUBDIR += thrift-cpp
      SUBDIR += thunar-vcs-plugin
      SUBDIR += tide
      SUBDIR += tig
 
 Added: head/devel/thrift-cpp/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/thrift-cpp/Makefile	Sat Nov  9 15:11:49 2013	(r333297)
 @@ -0,0 +1,77 @@
 +# Created by: Valery Komarov <komarov@valerka.net>
 +# $FreeBSD$
 +
 +PORTNAME=	thrift
 +PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
 +PORTEPOCH=	1
 +CATEGORIES=	devel
 +
 +MAINTAINER=	komarov@valerka.net
 +COMMENT=	C++ interface to Thrift
 +
 +PKGNAMESUFFIX=	-cpp
 +
 +MASTER_SITES=		APACHE
 +MASTER_SITE_SUBDIR=	thrift/${PORTVERSION}
 +DISTNAME=		thrift-${PORTVERSION}
 +DISTINFO_FILE=		${.CURDIR}/../thrift/distinfo
 +
 +LIB_DEPENDS=	libboost_system.so:${PORTSDIR}/devel/boost-libs \
 +		libevent-1.4.so:${PORTSDIR}/devel/libevent
 +
 +BUILDIR=		${WRKDIR}/${DISTNAME}/lib/cpp
 +
 +USE_AUTOTOOLS=	autoconf autoheader:env aclocal automake libtool
 +ACLOCAL_ARGS=	-I${WRKSRC}/aclocal
 +AUTOMAKE_ARGS=	--foreign --add-missing --copy
 +
 +USES=			pkgconfig gmake compiler
 +GNU_CONFIGURE=		yes
 +USE_LDCONFIG=		yes
 +MAKE_JOBS_UNSAFE=	yes
 +PLIST_SUB=		PORTVERSION="${THRIFT_PORTVERSION}"
 +
 +OPTIONS_DEFINE=		QT4
 +QT4_CONFIGURE_WITH=	qt4
 +
 +OPTIONS_SUB=		yes
 +
 +CONFIGURE_ARGS+=        \
 +		--without-c_glib \
 +		--with-cpp \
 +		--without-csharp \
 +		--without-erlang \
 +		--without-haskell \
 +		--without-java \
 +		--without-perl \
 +		--without-php \
 +		--without-php_extension \
 +		--without-python \
 +		--without-ruby
 +
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.pre.mk>
 +
 +.if ${COMPILER_TYPE} == clang
 +USE_CXXSTD=	c++11
 +.endif
 +
 +.if ${PORT_OPTIONS:MQT4}
 +USE_QT4=		network moc_build qmake_build rcc_build uic_build
 +.endif
 +
 +post-patch:
 +	@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/cpp/Makefile.am
 +
 +post-install:
 +	@${LN} -sf ${PREFIX}/lib/libthrift-${PORTVERSION}.so ${PREFIX}/lib/libthrift.so.0
 +	@${LN} -sf ${PREFIX}/lib/libthriftnb-${PORTVERSION}.so ${PREFIX}/lib/libthriftnb.so.0
 +	@${LN} -sf ${PREFIX}/lib/libthriftz-${PORTVERSION}.so ${PREFIX}/lib/libthriftz.so.0
 +.if ${PORT_OPTIONS:MQT4}
 +	@${LN} -sf ${PREFIX}/lib/libthriftqt-${PORTVERSION}.so ${PREFIX}/lib/libthriftqt.so.0
 +.endif
 +
 +.include "../thrift/bsd.thrift.mk"
 +.include <bsd.port.mk>
 
 Added: head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__protocol__TBinaryProtocol.tcc	Sat Nov  9 15:11:49 2013	(r333297)
 @@ -0,0 +1,11 @@
 +--- ./lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc.orig	2013-08-15 18:04:29.000000000 +0400
 ++++ ./lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc	2013-10-16 01:15:53.000000000 +0400
 +@@ -23,7 +23,7 @@
 + #include <thrift/protocol/TBinaryProtocol.h>
 + 
 + #include <limits>
 +-
 ++#include <netinet/in.h>
 + 
 + namespace apache { namespace thrift { namespace protocol {
 + 
 
 Added: head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/thrift-cpp/files/patch-lib__cpp__src__thrift__server__TNonblockingServer.h	Sat Nov  9 15:11:49 2013	(r333297)
 @@ -0,0 +1,12 @@
 +--- ./lib/cpp/src/thrift/server/TNonblockingServer.h.orig	2013-08-15 18:04:29.000000000 +0400
 ++++ ./lib/cpp/src/thrift/server/TNonblockingServer.h	2013-10-16 01:15:53.000000000 +0400
 +@@ -38,7 +38,8 @@
 + #include <unistd.h>
 + #endif
 + #include <event.h>
 +-
 ++#include <sys/types.h>
 ++#include <sys/socket.h>
 + 
 + 
 + namespace apache { namespace thrift { namespace server {
 
 Added: head/devel/thrift-cpp/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/thrift-cpp/pkg-descr	Sat Nov  9 15:11:49 2013	(r333297)
 @@ -0,0 +1,3 @@
 +C++ interface to Thrift.
 +
 +WWW: http://thrift.apache.org/
 
 Added: head/devel/thrift-cpp/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/thrift-cpp/pkg-plist	Sat Nov  9 15:11:49 2013	(r333297)
 @@ -0,0 +1,109 @@
 +include/thrift/TApplicationException.h
 +include/thrift/TDispatchProcessor.h
 +include/thrift/TLogging.h
 +include/thrift/TProcessor.h
 +include/thrift/TReflectionLocal.h
 +include/thrift/Thrift.h
 +include/thrift/async/TAsyncBufferProcessor.h
 +include/thrift/async/TAsyncChannel.h
 +include/thrift/async/TAsyncDispatchProcessor.h
 +include/thrift/async/TAsyncProcessor.h
 +include/thrift/async/TAsyncProtocolProcessor.h
 +include/thrift/async/TEvhttpClientChannel.h
 +include/thrift/async/TEvhttpServer.h
 +include/thrift/concurrency/BoostThreadFactory.h
 +include/thrift/concurrency/Exception.h
 +include/thrift/concurrency/FunctionRunner.h
 +include/thrift/concurrency/Monitor.h
 +include/thrift/concurrency/Mutex.h
 +include/thrift/concurrency/PlatformThreadFactory.h
 +include/thrift/concurrency/PosixThreadFactory.h
 +include/thrift/concurrency/StdMonitor.cpp
 +include/thrift/concurrency/StdMutex.cpp
 +include/thrift/concurrency/StdThreadFactory.cpp
 +include/thrift/concurrency/StdThreadFactory.h
 +include/thrift/concurrency/Thread.h
 +include/thrift/concurrency/ThreadManager.h
 +include/thrift/concurrency/TimerManager.h
 +include/thrift/concurrency/Util.h
 +include/thrift/config.h
 +include/thrift/cxxfunctional.h
 +include/thrift/processor/PeekProcessor.h
 +include/thrift/processor/StatsProcessor.h
 +include/thrift/processor/TMultiplexedProcessor.h
 +include/thrift/protocol/TBase64Utils.h
 +include/thrift/protocol/TBinaryProtocol.h
 +include/thrift/protocol/TBinaryProtocol.tcc
 +include/thrift/protocol/TCompactProtocol.h
 +include/thrift/protocol/TCompactProtocol.tcc
 +include/thrift/protocol/TDebugProtocol.h
 +include/thrift/protocol/TDenseProtocol.h
 +include/thrift/protocol/TJSONProtocol.h
 +include/thrift/protocol/TMultiplexedProtocol.h
 +include/thrift/protocol/TProtocol.h
 +include/thrift/protocol/TProtocolDecorator.h
 +include/thrift/protocol/TProtocolException.h
 +include/thrift/protocol/TProtocolTap.h
 +include/thrift/protocol/TVirtualProtocol.h
 +include/thrift/qt/TQIODeviceTransport.h
 +include/thrift/qt/TQTcpServer.h
 +include/thrift/server/TNonblockingServer.h
 +include/thrift/server/TServer.h
 +include/thrift/server/TSimpleServer.h
 +include/thrift/server/TThreadPoolServer.h
 +include/thrift/server/TThreadedServer.h
 +include/thrift/thrift-config.h
 +include/thrift/transport/PlatformSocket.h
 +include/thrift/transport/TBufferTransports.h
 +include/thrift/transport/TFDTransport.h
 +include/thrift/transport/TFileTransport.h
 +include/thrift/transport/THttpClient.h
 +include/thrift/transport/THttpServer.h
 +include/thrift/transport/THttpTransport.h
 +include/thrift/transport/TPipe.h
 +include/thrift/transport/TPipeServer.h
 +include/thrift/transport/TSSLServerSocket.h
 +include/thrift/transport/TSSLSocket.h
 +include/thrift/transport/TServerSocket.h
 +include/thrift/transport/TServerTransport.h
 +include/thrift/transport/TShortReadTransport.h
 +include/thrift/transport/TSimpleFileTransport.h
 +include/thrift/transport/TSocket.h
 +include/thrift/transport/TSocketPool.h
 +include/thrift/transport/TTransport.h
 +include/thrift/transport/TTransportException.h
 +include/thrift/transport/TTransportUtils.h
 +include/thrift/transport/TVirtualTransport.h
 +include/thrift/transport/TZlibTransport.h
 +lib/libthrift-0.9.1.so
 +lib/libthrift.a
 +lib/libthrift.la
 +lib/libthrift.so
 +lib/libthrift.so.0
 +lib/libthriftnb-%%PORTVERSION%%.so
 +lib/libthriftnb.a
 +lib/libthriftnb.la
 +lib/libthriftnb.so
 +lib/libthriftnb.so.0
 +%%QT4%%lib/libthriftqt-%%PORTVERSION%%.so
 +%%QT4%%lib/libthriftqt.a
 +%%QT4%%lib/libthriftqt.la
 +%%QT4%%lib/libthriftqt.so
 +%%QT4%%lib/libthriftqt.so.0
 +lib/libthriftz-0.9.1.so
 +lib/libthriftz.a
 +lib/libthriftz.la
 +lib/libthriftz.so
 +lib/libthriftz.so.0
 +libdata/pkgconfig/thrift-nb.pc
 +%%QT4%%libdata/pkgconfig/thrift-qt.pc
 +libdata/pkgconfig/thrift-z.pc
 +libdata/pkgconfig/thrift.pc
 +@dirrm include/thrift/transport
 +@dirrm include/thrift/server
 +@dirrm include/thrift/qt
 +@dirrm include/thrift/protocol
 +@dirrm include/thrift/processor
 +@dirrm include/thrift/concurrency
 +@dirrm include/thrift/async
 +@dirrm include/thrift
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Sat Nov 9 15:32:35 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183060 
>Unformatted:
