Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 2010 11:55:21 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144208: [PATCH] misc/help2man Fix plist
Message-ID:  <201002221155.o1MBtLAE099646@www.freebsd.org>
Resent-Message-ID: <201002221200.o1MC0DkH087993@freefall.freebsd.org>

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

>Number:         144208
>Category:       ports
>Synopsis:       [PATCH] misc/help2man Fix plist
>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:   Mon Feb 22 12:00:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD thinkpad.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r204181: Sun Feb 21 15:33:31 PST 2010     rfarmer@thinkpad.predatorlabs.net:/obj/usr/src/sys/THINKPAD  i386
>Description:
In my tinderbox I get a leftover file from this port:

=== Checking filesystem state after all packages deleted
================================================================
list of extra files and directories in / (not present on clean system but present after everything was deinstalled)
 17077        8 -r-xr-xr-x    1 root             wheel                4004 Feb 22 11:20 usr/local/lib/bindtextdomain.so
================================================================
build of /usr/ports/misc/help2man ended at Mon Feb 22 11:20:28 UTC 2010
>How-To-Repeat:

>Fix:
Edit plist (attached)

Patch attached with submission follows:

Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/misc/help2man/pkg-plist,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist
--- pkg-plist	31 Jan 2010 23:29:36 -0000	1.10
+++ pkg-plist	22 Feb 2010 11:52:13 -0000
@@ -1,4 +1,5 @@
 bin/help2man
+lib/bindtextdomain.so
 %%NLS%%share/locale/de/LC_MESSAGES/help2man.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/help2man.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo


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



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