Bug 183059 - [UPDATE] net/scribe
Summary: [UPDATE] net/scribe
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 15:00 UTC by komarov
Modified: 2013-11-11 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (34.47 KB, patch)
2013-10-17 15:00 UTC, komarov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description komarov 2013-10-17 15:00:00 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-17 15:00:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

scheidell@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-17 15:00:33 UTC
Maintainer of net/scribe,

Please note that PR ports/183059 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183059

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-17 15:00:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2013-10-17 15:03:50 UTC
Responsible Changed
From-To: scheidell->freebsd-ports-bugs

I no longer have commit bit
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 14:23:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-11-09 15:28:28 UTC
Author: wg
Date: Sat Nov  9 15:28:21 2013
New Revision: 333302
URL: http://svnweb.freebsd.org/changeset/ports/333302

Log:
  net/scribe: catch up with thirft update
  
  PR:		ports/183059
  Submitted by:	Valery Komarov <komarov valerka.net>
  Approved by:	maintainer (timeout)

Modified:
  head/net/scribe/Makefile

Modified: head/net/scribe/Makefile
==============================================================================
--- head/net/scribe/Makefile	Sat Nov  9 15:27:25 2013	(r333301)
+++ head/net/scribe/Makefile	Sat Nov  9 15:28:21 2013	(r333302)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribe
 DISTVERSION=	2.2.2012.01.07
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/facebook/scribe/tarball/${GITVERSION}/
 DISTNAME=	facebook-scribe-${GITVERSION}
@@ -11,10 +11,11 @@ DISTNAME=	facebook-scribe-${GITVERSION}
 MAINTAINER=	jnlin@csie.nctu.edu.tw
 COMMENT=	Aggregating log data streamed in real time
 
-BUILD_DEPENDS=	fb303>0:${PORTSDIR}/devel/fb303
+BUILD_DEPENDS=	fb303>0:${PORTSDIR}/devel/fb303 \
+		thrift:${PORTSDIR}/devel/thrift
 LIB_DEPENDS=	libboost_system.so:${PORTSDIR}/devel/boost-libs \
 		libevent.so:${PORTSDIR}/devel/libevent \
-		libthrift.so:${PORTSDIR}/devel/thrift
+		libthrift.so:${PORTSDIR}/devel/thrift-cpp
 RUN_DEPENDS=	p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Thrift>0:${PORTSDIR}/devel/p5-Thrift \
 		${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-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"
Comment 7 William Grzybowski 2013-11-09 15:28:57 UTC
Hi,

I could not apply the patch, so I just changed the lib and build
depends to catch up with thrift changes.

-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 8 William Grzybowski freebsd_committer freebsd_triage 2013-11-09 15:29:13 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!
Comment 9 komarov 2013-11-11 13:10:15 UTC
Try build this port on FreeBSD 10, and you will see errors with stdlib.
On FreeBSD 10 you must use -std=c++11
Comment 10 William Grzybowski 2013-11-11 13:13:39 UTC
I misunderstood what I said.

Your patch does not apply cleanly because there was an uypdate
meanwhile, thats why I did not apply it completely.

On Mon, Nov 11, 2013 at 11:10 AM,  <komarov@valerka.net> wrote:
> Try build this port on FreeBSD 10, and you will see errors with stdlib.
> On FreeBSD 10 you must use -std=c++11



-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil