Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 06:40:01 GMT
From:      Yuri <yuri@tsoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182432: [PATCH] port devel/google-perftools update
Message-ID:  <201309270640.r8R6e1dp063064@oldred.freebsd.org>
Resent-Message-ID: <201309270650.r8R6o0mD082469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182432
>Category:       ports
>Synopsis:       [PATCH] port devel/google-perftools update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 27 06:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yuri
>Release:        
>Organization:
n/a
>Environment:
>Description:
Added missing dependency
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: devel/google-perftools/Makefile
===================================================================
--- devel/google-perftools/Makefile	(revision 327443)
+++ devel/google-perftools/Makefile	(working copy)
@@ -7,6 +7,7 @@
 
 PORTNAME=	google-perftools
 PORTVERSION=	1.8.3
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_LOCAL}
@@ -15,6 +16,8 @@
 MAINTAINER=	yuri@tsoft.com
 COMMENT=	Fast, multi-threaded malloc() and nifty performance analysis tools
 
+LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAN1=		pprof.1


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309270640.r8R6e1dp063064>