osdir.com
mailing list archive F.A.Q. -since 2001!



Subject: ports/164704: [PATCH] net/scribe: [SUMMARIZE
CHANGES] - msg#00060

List: freebsd-ports-bugs

Mail Archive Navigation:
by Date: Prev Next Date Index by Thread: Prev Next Thread Index


>Number: 164704
>Category: ports
>Synopsis: [PATCH] net/scribe: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 02 08:20:10 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
Fix the problem of Log::Scribe::Dispatch error

Removed file(s):
- files/patch-global_header.mk

Port maintainer (jnlin@xxxxxxxxxxxxxxxx) is cc'd.

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

--- scribe-2.2.2011.07.27_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/scribe/Makefile
/nfs/home/10.4.1.1/vol/home/admin/stephon/ports/net/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/ports/net/scribe/Makefile
2012-01-24 11:24:50.000000000 +0800
@@ -6,6 +6,7 @@

PORTNAME= scribe
DISTVERSION= 2.2.2011.07.27
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://github.com/facebook/scribe/tarball/${GITVERSION}/
DISTNAME= facebook-scribe-${GITVERSION}
@@ -21,7 +22,7 @@
p5-Thrift>0:${PORTSDIR}/devel/p5-Thrift \

${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift

-GITVERSION= 6600084
+GITVERSION= 63e4824
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/${DISTNAME}

@@ -37,12 +38,12 @@
USE_PYTHON= yes
USE_RC_SUBR= ${PORTNAME}

-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} -R ${WRKSRC}/src/gen-perl/ ${PREFIX}/${SITE_PERL_REL}
+ ${CP} -R ${WRKSRC}/gen-perl/ ${PREFIX}/${SITE_PERL_REL}
${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR}

diff -ruN --exclude=CVS /usr/ports/net/scribe/distinfo
/nfs/home/10.4.1.1/vol/home/admin/stephon/ports/net/scribe/distinfo
--- /usr/ports/net/scribe/distinfo 2012-01-12 17:25:04.000000000 +0800
+++ /nfs/home/10.4.1.1/vol/home/admin/stephon/ports/net/scribe/distinfo
2012-01-23 21:12:00.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (facebook-scribe-6600084.tar.gz) =
a10b7d360bc2946d50d30b4e8e8fd0b1ba8338a45ac040b2373435d9d7ab21f5
-SIZE (facebook-scribe-6600084.tar.gz) = 97096
+SHA256 (facebook-scribe-63e4824.tar.gz) =
e4fd56649e35b8ff508d8f915cd29bd15b888c301043a7d930acf83b9ee5aa2f
+SIZE (facebook-scribe-63e4824.tar.gz) = 97107
diff -ruN --exclude=CVS /usr/ports/net/scribe/files/patch-global_header.mk
/nfs/home/10.4.1.1/vol/home/admin/stephon/ports/net/scribe/files/patch-global_header.mk
--- /usr/ports/net/scribe/files/patch-global_header.mk 2012-01-12
17:25:04.000000000 +0800
+++
/nfs/home/10.4.1.1/vol/home/admin/stephon/ports/net/scribe/files/patch-global_header.mk
1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- ./global_header.mk.orig 2011-06-27 09:59:22.000000000 +0400
-+++ ./global_header.mk 2011-10-19 18:00:32.000000000 +0400
-@@ -4,7 +4,7 @@
- #endef
-
- define thrift_template
--XTARGET := $(shell perl -e '@val = split("\/","$(2)"); $$last =
pop(@val);split("\\.",$$last);print "$(1)/"."gen-cpp/"."@_[0]"."_types.cpp\n"' )
-+XTARGET := $(shell perl -e '@val = split("\/","$(2)");$$last =
pop(@val);@fields = split("\\.",$$last);print
"$(1)/gen-cpp/@fields[0]_types.cpp\n"')
-
- ifneq ($$(XBUILT_SOURCES),)
- XBUILT_SOURCES := $$(XBUILT_SOURCES) $$(XTARGET)
diff -ruN --exclude=CVS /usr/ports/net/scribe/pkg-plist
/nfs/home/10.4.1.1/vol/home/admin/stephon/ports/net/scribe/pkg-plist
--- /usr/ports/net/scribe/pkg-plist 2012-01-12 17:25:04.000000000 +0800
+++ /nfs/home/10.4.1.1/vol/home/admin/stephon/ports/net/scribe/pkg-plist
2012-01-24 11:24:20.000000000 +0800
@@ -1,7 +1,6 @@
bin/scribed
lib/libdynamicbucketupdater.a
lib/libscribe.a
-%%SITE_PERL%%/Scribe/Thrift/BucketStoreMapping.pm
%%SITE_PERL%%/Scribe/Thrift/Constants.pm
%%SITE_PERL%%/Scribe/Thrift/Types.pm
%%SITE_PERL%%/Scribe/Thrift/scribe.pm
--- scribe-2.2.2011.07.27_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@xxxxxxxxxxx"

Thread at a glance:

Previous Message by Date:

Re: ports/164703: [Update]archivers/hs-zlib: update to 0.5.3.2

Synopsis: [Update]archivers/hs-zlib: update to 0.5.3.2 Responsible-Changed-From-To: freebsd-ports-bugs->haskell Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 2 07:30:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164703 _______________________________________________ freebsd-ports-bugs@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@xxxxxxxxxxx"

Next Message by Date:

Re: ports/164704: [PATCH] net/scribe: [SUMMARIZE CHANGES]

Synopsis: [PATCH] net/scribe: [SUMMARIZE CHANGES] State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 2 08:20:23 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164704 _______________________________________________ freebsd-ports-bugs@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@xxxxxxxxxxx"

Previous Message by Thread:

ports/164703: [Update]archivers/hs-zlib: update to 0.5.3.2

>Number: 164703 >Category: ports >Synopsis: [Update]archivers/hs-zlib: update to 0.5.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 02 07:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: wen >Release: FreeBSD-10.0 >Organization: FreeBSD >Environment: >Description: update to 0.5.3.2 >How-To-Repeat: >Fix: diff -urN hs-zlib.orig/Makefile hs-zlib/Makefile --- hs-zlib.orig/Makefile 2012-02-02 15:23:05.000000000 +0800 +++ hs-zlib/Makefile 2012-02-01 10:27:01.000000000 +0800 @@ -5,8 +5,7 @@ # $FreeBSD: ports/archivers/hs-zlib/Makefile,v 1.9 2011/05/26 00:50:52 ashish Exp $ PORTNAME= zlib -PORTVERSION= 0.5.3.1 -PORTREVISION= 1 +PORTVERSION= 0.5.3.2 CATEGORIES= archivers haskell MAINTAINER= haskell@xxxxxxxxxxx diff -urN hs-zlib.orig/distinfo hs-zlib/distinfo --- hs-zlib.orig/distinfo 2012-02-02 15:23:05.000000000 +0800 +++ hs-zlib/distinfo 2012-02-01 10:27:04.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (cabal/zlib-0.5.3.1.tar.gz) = 382a16d09d47ba9c742d552b80cf3902c81556fc69a8d6983af98b47263545c2 -SIZE (cabal/zlib-0.5.3.1.tar.gz) = 125087 +SHA256 (cabal/zlib-0.5.3.2.tar.gz) = 180903261949c4cdd82d489c1b7533249e156f9eef4eee4e7b171ebe52c9bda8 +SIZE (cabal/zlib-0.5.3.2.tar.gz) = 125922 diff -urN hs-zlib.orig/files/patch-Codec-Compression-Zlib-Stream.hsc hs-zlib/files/patch-Codec-Compression-Zlib-Stream.hsc --- hs-zlib.orig/files/patch-Codec-Compression-Zlib-Stream.hsc 1970-01-01 08:00:00.000000000 +0800 +++ hs-zlib/files/patch-Codec-Compression-Zlib-Stream.hsc 2012-02-02 15:08:52.000000000 +0800 @@ -0,0 +1,11 @@ +--- Codec/Compression/Zlib/Stream.hsc.orig 2012-02-02 14:42:47.000000000 +0800 ++++ Codec/Compression/Zlib/Stream.hsc 2012-02-02 14:43:24.000000000 +0800 +@@ -83,7 +83,7 @@ + ( Word8, Ptr, nullPtr, plusPtr, peekByteOff, pokeByteOff, mallocBytes + , ForeignPtr, FinalizerPtr, newForeignPtr_, addForeignPtrFinalizer + , withForeignPtr, touchForeignPtr ) +-#if MIN_VERSION_base(4,4,0) ++#if 0 + import Foreign.ForeignPtr.Unsafe ( unsafeForeignPtrToPtr ) + import System.IO.Unsafe ( unsafePerformIO ) + #else >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-ports-bugs@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@xxxxxxxxxxx"

Next Message by Thread:

Re: ports/164704: [PATCH] net/scribe: [SUMMARIZE CHANGES]

Synopsis: [PATCH] net/scribe: [SUMMARIZE CHANGES] State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 2 08:20:23 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=164704 _______________________________________________ freebsd-ports-bugs@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@xxxxxxxxxxx"
blog comments powered by Disqus

Home | News | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz is too!