From stephon@aqua.pixnet.net  Wed Jan 18 09:09:35 2012
Return-Path: <stephon@aqua.pixnet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8D2081065678
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2012 09:09:35 +0000 (UTC)
	(envelope-from stephon@aqua.pixnet.net)
Received: from epaper.pixnet.net (srvnat.pixnet.tw [60.199.247.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 5DC8A8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2012 09:09:34 +0000 (UTC)
Message-Id: <201201180909.q0I99WkG069896@aqua>
Date: Wed, 18 Jan 2012 17:09:32 +0800 (CST)
From: Stephon Chen <stephon@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jnlin@csie.nctu.edu.tw
Subject: [PATCH] net/scribe: fix missing perl module compilation
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jnlin@csie.nctu.edu.tw

>Number:         164274
>Category:       ports
>Synopsis:       [PATCH] net/scribe: fix missing perl module compilation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 09:10:09 UTC 2012
>Closed-Date:    Tue Jan 24 04:01:57 UTC 2012
>Last-Modified:  Tue Jan 24 04:01:57 UTC 2012
>Originator:     Stephon Chen
>Release:        FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
PIXNET
>Environment:
System: FreeBSD aqua 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011
>Description:
[DESCRIBE CHANGES]

Port maintainer (jnlin@csie.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- scribe-2.2.2012.01.18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/scribe/Makefile /nfs/home/10.4.1.1/vol/home/admin/stephon/tmp/scribe/Makefile
--- /usr/ports/net/scribe/Makefile	2012-01-12 17:25:04.000000000 +0800
+++ /nfs/home/10.4.1.1/vol/home/admin/stephon/tmp/scribe/Makefile	2012-01-18 17:07:16.328544000 +0800
@@ -5,7 +5,7 @@
 #
 
 PORTNAME=	scribe
-DISTVERSION=	2.2.2011.07.27
+DISTVERSION=	2.2.2012.01.18
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/facebook/scribe/tarball/${GITVERSION}/
 DISTNAME=	facebook-scribe-${GITVERSION}
@@ -40,8 +40,12 @@
 post-patch:
 	${REINPLACE_CMD} -e 's|/usr/local/scribe|${LOCALBASE}/etc|' ${WRKSRC}/src/env_default.h
 
+post-build:
+	${LOCALBASE}/bin/thrift -o ${WRKSRC} -I ${LOCALBASE}/share --gen "perl" ${WRKSRC}/if/scribe.thrift
+
 post-install:
 	${MKDIR} ${PREFIX}/${SITE_PERL_REL}/Scribe/Thrift
+	${CP} ${WRKSRC}/gen-perl/Scribe/Thrift/*.pm ${PREFIX}/${SITE_PERL_REL}/Scribe/Thrift
 	${CP} -R ${WRKSRC}/src/gen-perl/ ${PREFIX}/${SITE_PERL_REL}
 	${MKDIR} ${EXAMPLESDIR}
 	${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR}
--- scribe-2.2.2012.01.18.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jan 18 09:10:20 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jnlin@csie.nctu.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164274: [PATCH] net/scribe: fix missing perl module compilation
Date: Wed, 18 Jan 2012 09:10:18 UT

 Maintainer of net/scribe,
 
 Please note that PR ports/164274 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/164274
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Stephon Chen <stephon@gmail.com>
To: bug-followup@freebsd.org, Stephon Chen <stephon@gmail.com>
Cc:  
Subject: Re: ports/164274: [PATCH] net/scribe: fix missing perl module compilation
Date: Tue, 24 Jan 2012 11:31:19 +0800

 --00151744136c03b77a04b73dc9f6
 Content-Type: text/plain; charset=UTF-8
 
 Dear Committer
 
 Because of the problem of capability of p5-Log-Dispatch-Scirbe.
 I would send a new PR to resolve this issue.
 This PR should be closed as invalid.
 
 Sorry for bothering you.
 
 Sincerely Yours
 --
 Stephon, Bo-Chong Chen
 
 On Wed, Jan 18, 2012 at 17:10, <edwin@freebsd.org> wrote:
 
 > Synopsis: [PATCH] net/scribe: fix missing perl module compilation
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: edwin
 > State-Changed-When: Wed Jan 18 09:10:20 UTC 2012
 > State-Changed-Why:
 > Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=164274
 >
 
 --00151744136c03b77a04b73dc9f6
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 Dear Committer<div><br></div><div>Because of the problem of capability of p=
 5-Log-Dispatch-Scirbe.</div><div>I would send a new PR to resolve this issu=
 e.</div><div>This PR should be closed as invalid.</div><div><br></div><div>
 
 Sorry for bothering you.</div><div><br></div><div>Sincerely Yours<br clear=
 =3D"all">--<br>Stephon, Bo-Chong Chen<br><br><div class=3D"gmail_quote">On =
 Wed, Jan 18, 2012 at 17:10,  <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin@=
 freebsd.org">edwin@freebsd.org</a>&gt;</span> wrote:<br>
 
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex"><div class=3D"im">Synopsis: [PATCH] net/scri=
 be: fix missing perl module compilation<br>
 <br>
 </div>State-Changed-From-To: open-&gt;feedback<br>
 State-Changed-By: edwin<br>
 State-Changed-When: Wed Jan 18 09:10:20 UTC 2012<br>
 State-Changed-Why:<br>
 Awaiting maintainers feedback (via the GNATS Auto Assign Tool)<br>
 <br>
 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3D164274" target=3D"_=
 blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3D164274</a><br>
 </blockquote></div><br></div>
 
 --00151744136c03b77a04b73dc9f6--
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Jan 24 04:01:41 UTC 2012 
State-Changed-Why:  
Closed at submitter's request. 

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