From swell.k@gmail.com  Sat Sep 18 00:50:45 2010
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 11C49106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2010 00:50:45 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54])
	by mx1.freebsd.org (Postfix) with ESMTP id C07658FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2010 00:50:44 +0000 (UTC)
Received: by ywt2 with SMTP id 2so1122312ywt.13
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Sep 2010 17:50:44 -0700 (PDT)
Received: by 10.101.69.5 with SMTP id w5mr1104743ank.8.1284771044021;
        Fri, 17 Sep 2010 17:50:44 -0700 (PDT)
Received: from localhost (tor-exit-proxy4-readme.formlessnetworking.net [208.53.142.40])
        by mx.google.com with ESMTPS id n7sm7032017ane.1.2010.09.17.17.50.42
        (version=SSLv3 cipher=RC4-MD5);
        Fri, 17 Sep 2010 17:50:43 -0700 (PDT)
Message-Id: <86y6azdgit.fsf@gmail.com>
Date: Sat, 18 Sep 2010 04:47:22 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] editors/vim: add @dirrmtry for dirs not in MTREE_FILE

>Number:         150687
>Category:       ports
>Synopsis:       [patch] editors/vim: add @dirrmtry for dirs not in MTREE_FILE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 01:00:20 UTC 2010
>Closed-Date:    Sat Sep 18 23:27:32 UTC 2010
>Last-Modified:  Sat Sep 18 23:30:01 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->obrien 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 18 01:00:29 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150687 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Sat Sep 18 23:27:04 UTC 2010 
State-Changed-Why:  
Committed pkg-plist patch, and added 'make ckmtree'.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150687 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150687: commit references a PR
Date: Sat, 18 Sep 2010 23:27:02 +0000 (UTC)

 obrien      2010-09-18 23:26:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/vim          Makefile pkg-plist 
   Log:
   Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.
   
   PR:             150687
   Submitted by:   swell.k@gmail.com
   
   Revision  Changes    Path
   1.360     +3 -0      ports/editors/vim/Makefile
   1.48      +7 -1      ports/editors/vim/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
