From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 22 08:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 067E4106566C for ; Fri, 22 May 2009 08:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D98D78FC13 for ; Fri, 22 May 2009 08:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4M8A1v7087506 for ; Fri, 22 May 2009 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4M8A1bG087503; Fri, 22 May 2009 08:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 22 May 2009 08:10:01 GMT Resent-Message-Id: <200905220810.n4M8A1bG087503@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99723106566C for ; Fri, 22 May 2009 08:05:46 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6CBCD8FC0A for ; Fri, 22 May 2009 08:05:45 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 382F97E81B; Fri, 22 May 2009 16:05:44 +0800 (CST) Message-Id: <20090522080544.382F97E81B@colo-p.gslin.org> Date: Fri, 22 May 2009 16:05:44 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: yuri@tsoft.com, gslin@gslin.org Subject: ports/134847: [PATCH] devel/google-perftools: Fix portlint warning X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 08:10:02 -0000 >Number: 134847 >Category: ports >Synopsis: [PATCH] devel/google-perftools: Fix portlint warning >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: Fri May 22 08:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009 >Description: - Use MAN1 instead of pkg-plist. - Use standard DOCSDIR instead of version-suffix directory. - Use USE_LDCONFIG to ask ports system to reload. Port maintainer (yuri@tsoft.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- google-perftools-1.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/google-perftools/Makefile /home/staff/gslin/work/ports/google-perftools/Makefile --- /usr/ports/devel/google-perftools/Makefile 2009-01-13 08:03:20.000000000 +0800 +++ /home/staff/gslin/work/ports/google-perftools/Makefile 2009-05-22 16:03:20.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= google-perftools PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} @@ -16,8 +17,9 @@ COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools GNU_CONFIGURE= yes +USE_LDCONFIG= yes -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} +MAN1= pprof.1 post-patch: .if defined(NOPORTDOCS) diff -ruN --exclude=CVS /usr/ports/devel/google-perftools/pkg-plist /home/staff/gslin/work/ports/google-perftools/pkg-plist --- /usr/ports/devel/google-perftools/pkg-plist 2009-01-13 08:03:20.000000000 +0800 +++ /home/staff/gslin/work/ports/google-perftools/pkg-plist 2009-05-22 16:01:54.000000000 +0800 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/pprof include/google/heap-checker.h include/google/heap-profiler.h @@ -18,7 +19,6 @@ lib/libtcmalloc_minimal.la lib/libtcmalloc_minimal.so lib/libtcmalloc_minimal.so.0 -man/man1/pprof.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog --- google-perftools-1.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: