From nobody@FreeBSD.org  Thu Jun 17 03:04:02 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6AD0B1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Jun 2010 03:04:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 598988FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Jun 2010 03:04:02 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5H3428t019449
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Jun 2010 03:04:02 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5H3417O019448;
	Thu, 17 Jun 2010 03:04:01 GMT
	(envelope-from nobody)
Message-Id: <201006170304.o5H3417O019448@www.freebsd.org>
Date: Thu, 17 Jun 2010 03:04:01 GMT
From: Yuri <yuri@tsoft.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ports] maintainer update: devel/google-perftools
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147930
>Category:       ports
>Synopsis:       [ports] maintainer update: devel/google-perftools
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 17 03:10:02 UTC 2010
>Closed-Date:    Tue Jun 29 01:48:14 UTC 2010
>Last-Modified:  Tue Jun 29 02:00:06 UTC 2010
>Originator:     Yuri
>Release:        8.0-STABLE
>Organization:
n/a
>Environment:
>Description:
Fixes the minor issue when shared libraries aren't accounted for in the profile.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN google-perftools.prev/Makefile google-perftools/Makefile
--- google-perftools.prev/Makefile	2010-06-16 19:46:36.000000000 -0700
+++ google-perftools/Makefile	2010-06-16 19:47:03.000000000 -0700
@@ -7,7 +7,7 @@
 
 PORTNAME=	google-perftools
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_LOCAL}
diff -ruN google-perftools.prev/files/patch-pprof google-perftools/files/patch-pprof
--- google-perftools.prev/files/patch-pprof	1969-12-31 16:00:00.000000000 -0800
+++ google-perftools/files/patch-pprof	2010-06-16 19:44:15.000000000 -0700
@@ -0,0 +1,11 @@
+--- src/pprof.orig	2010-06-16 19:42:24.000000000 -0700
++++ src/pprof	2010-06-16 19:43:19.000000000 -0700
+@@ -3369,7 +3369,7 @@
+     my $finish;
+     my $offset;
+     my $lib;
+-    if ($l =~ /^($h)-($h)\s+..x.\s+($h)\s+\S+:\S+\s+\d+\s+(\S+\.(so|dll|dylib|bundle)((\.\d+)+\w*)?)$/i) {
++    if ($l =~ /^($h)-($h)\s+..x.\s+($h)\s+\S+:\S+\s+\d+\s+(\S+\.(so|dll|dylib|bundle)((\.\d+)+\w*)?)\s+[A-Z]+\s+[\-0-9]+$/i) {
+       # Full line from /proc/self/maps.  Example:
+       #   40000000-40015000 r-xp 00000000 03:01 12845071   /lib/ld-2.3.2.so
+       $start = HexExtend($1);


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Tue Jun 29 01:48:14 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147930: commit references a PR
Date: Tue, 29 Jun 2010 01:51:00 +0000 (UTC)

 wen         2010-06-29 01:47:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/google-perftools Makefile 
   Added files:
     devel/google-perftools/files patch-pprof 
   Log:
   - Fixes the minor issue when shared libraries aren't accounted for in the profile.
   
   PR:             ports/147930
   Submitted by:   Yuri <yuri@tsoft.com> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.14      +1 -1      ports/devel/google-perftools/Makefile
   1.1       +12 -0     ports/devel/google-perftools/files/patch-pprof (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
