Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2010 04:47:22 +0400
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150687: [patch] editors/vim: add @dirrmtry for dirs not in MTREE_FILE
Message-ID:  <86y6azdgit.fsf@gmail.com>
Resent-Message-ID: <201009180100.o8I10KA8001022@freefall.freebsd.org>

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

>Number:         150687
>Category:       ports
>Synopsis:       [patch] editors/vim: add @dirrmtry for dirs not in MTREE_FILE
>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:   Sat Sep 18 01:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
  $ export PKG_DBDIR=$HOME/pkg PREFIX=$HOME/aaa
  $ make instal deinstall
  $ mtree -f $(make -V MTREE_FILE) -p $PREFIX
  man/fr extra
  man/it extra
  man/pl extra
>Fix:
--- a.diff begins here ---
Index: editors/vim/pkg-plist
===================================================================
RCS file: /a/.cvsup/ports/editors/vim/pkg-plist,v
retrieving revision 1.47
diff -u -p -r1.47 pkg-plist
--- editors/vim/pkg-plist	24 Jun 2008 15:23:31 -0000	1.47
+++ editors/vim/pkg-plist	18 Sep 2010 00:42:57 -0000
@@ -20,14 +20,20 @@ bin/gvimdiff
 @comment Insert PLIST.share-vim here
 @comment -=[ begin PLIST.share-vim ]=-
 @comment -=[ end PLIST.share-vim ]=-
+@dirrmtry man/fr/man1
+@dirrmtry man/fr
 @dirrmtry man/fr.ISO8859-1/man1
 @dirrmtry man/fr.ISO8859-1
 @dirrmtry man/fr.UTF-8/man1
 @dirrmtry man/fr.UTF-8
+@dirrmtry man/it/man1
+@dirrmtry man/it
 @dirrmtry man/it.ISO8859-1/man1
 @dirrmtry man/it.ISO8859-1
 @dirrmtry man/it.UTF-8/man1
 @dirrmtry man/it.UTF-8
+@dirrmtry man/pl/man1
+@dirrmtry man/pl
 @dirrmtry man/pl.ISO8859-2/man1
 @dirrmtry man/pl.ISO8859-2
 @dirrmtry man/pl.UTF-8/man1
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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