Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Dec 2004 16:13:38 +0100 (CET)
From:      Simon Barner <barner@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74818: devel/valgrind: fix plist
Message-ID:  <20041207151338.4D98FC0F9@zi025.glhnet.mhn.de>
Resent-Message-ID: <200412071520.iB7FKIBK067153@freefall.freebsd.org>

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

>Number:         74818
>Category:       ports
>Synopsis:       devel/valgrind: fix plist
>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:   Tue Dec 07 15:20:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
FreeBSD zi025.glhnet.mhn.de 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov  5 02:17:53 CET 2004     root@zi025.glhnet.mhn.de:/usr/obj/usr/src/sys/KISTE  i386

>Description:

Optionaly remove $PREFIX/libdata/pkgconfig. Don't know, if this is correct,
but the directory is listed as superflous at:

http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html

Please also apply this patch to devel/valgrind-snapshot!

>How-To-Repeat:

n/a

>Fix:

--- valgrind.patch begins here ---
--- pkg-plist.orig	Mon Dec  6 17:26:44 2004
+++ pkg-plist	Mon Dec  6 17:28:27 2004
@@ -52,3 +52,4 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/valgrind
 @dirrm include/valgrind
+@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
--- valgrind.patch ends here ---

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



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