#26140 closed update (fixed)
editors/vim Update to version 7.3.3
Reported by: | jjahson@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | haspatch | Cc: | |
Port: | vim |
Description
Vim 7.3 is alrady released and I was waiting for macports to update. But it seems that there is some delay, so I decided to create my own local Portfile. It works at least in default configuration (without variants).
Changes
- changed vim to 7.3
- removed -lang and -extra archives (vim now includes them)
- removed libiconv dependency (because vim echoes something like "not need iconv" when being built from sources manually)
- removed gtk1 variant
- updated tcl and python diff files (not tested)
- added python31 variant (not tested).
Attachments (4)
Change History (10)
Changed 14 years ago by jjahson@…
Attachment: | patch-python.diff added |
---|
Changed 14 years ago by jjahson@…
Attachment: | patch-tcl.diff added |
---|
Tcl diff file with fixed line numbers
comment:1 Changed 14 years ago by blb@…
Cc: | raimue@… removed |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to raimue@… |
Port: | vim added |
Priority: | Not set → Normal |
comment:2 Changed 14 years ago by jjahson@…
Just one note - I think that I was wrong removing port:libiconv from dependencies, because I grepped vim source and iconv is undoubtly used in some of files.
Changed 14 years ago by jjahson@…
Attachment: | Portfile.diff added |
---|
Returned libiconv dependency back
comment:4 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed similar patch in r70726.
Note: See
TracTickets for help on using
tickets.
Python diff with fixed line numbers