Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 12:52:57 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174325: [patch] editors/joe: unneeded @dirrmtry in plist
Message-ID:  <201212101252.qBACqvRu029455@red.freebsd.org>
Resent-Message-ID: <201212101300.qBAD00ns071164@freefall.freebsd.org>

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

>Number:         174325
>Category:       ports
>Synopsis:       [patch] editors/joe: unneeded @dirrmtry in plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 10 13:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
Building editors/joe in poudriere with pkg support in "testport" mode will fail.  That is because nothing is installed at %%DATADIR%%/doc so the directory never gets created.
>How-To-Repeat:
Build editors/joe in poudriere in testport mode.
>Fix:
--- pkg-plist.orig	2012-10-29 14:02:44.000000000 +0100
+++ pkg-plist	2012-12-02 09:18:34.000000000 +0100
@@ -80,7 +80,6 @@
 @dirrmtry man/ru/man1
 @dirrmtry man/ru
 @dirrmtry %%DATADIR%%/charmaps
-@dirrmtry %%DATADIR%%/doc
 @dirrmtry %%DATADIR%%/lang
 @dirrmtry %%DATADIR%%/syntax
 @dirrmtry %%DATADIR%%

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



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