Bug 106532 - [patch] editors/vim Language support
Summary: [patch] editors/vim Language support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-09 14:30 UTC by Jose G. Juanino
Modified: 2006-12-12 03:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.29 KB, patch)
2006-12-09 14:30 UTC, Jose G. Juanino
no flags Details | Diff
patch-lang2.txt (1.35 KB, patch)
2006-12-09 15:39 UTC, Jose G. Juanino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose G. Juanino 2006-12-09 14:30:20 UTC
Hi

I send a patch in order to support in vim the several languages contained in vim-7.0-lang.tar.gz

Do the following to apply the patch:

$ cd /usr/ports/editors/vim
$ patch -p1 < patch-lang.diff

Regards

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-09 14:30:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer
Comment 2 Jose G. Juanino 2006-12-09 15:39:01 UTC
Sorry, I forgot the SIZE in distinfo.

I attach again the patch.

Regards
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-12 03:36:48 UTC
obrien      2006-12-12 03:36:41 UTC

  FreeBSD ports repository

  Modified files:
    editors/vim          Makefile distinfo 
  Log:
  If "WITH_LANG" is defined, install the several languages contained in
  Vim "lang" distribution.
  
  PR:             106532
  Submitted by:   Jose G. Juanino <jjuanino@gmail.com>
  
  Revision  Changes    Path
  1.289     +14 -0     ports/editors/vim/Makefile
  1.168     +3 -0      ports/editors/vim/distinfo
_______________________________________________
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"
Comment 4 David E. O'Brien freebsd_committer freebsd_triage 2006-12-12 03:36:52 UTC
State Changed
From-To: open->closed

Committed.  Thanks.