| Port details on branch 2026Q1 |
- vim Improved version of the vi editor (console flavor)
- 9.2.0078 editors
=0 9.2.0078Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2026-02-28 04:09:06
- Last Update: 2026-02-28 04:07:08
- Commit Hash: 8013246
- License: VIM
- WWW:
- https://www.vim.org/
- https://github.com/vim/vim
- Description:
- Vim is a highly configurable text editor built to enable efficient text editing.
It is an improved version of the vi editor distributed with most UNIX systems.
Vim is often called a "programmer's editor," and so useful for programming that
many consider it an entire IDE. It's not just for programmers, though. Vim is
perfect for all kinds of text editing, from composing email to editing
configuration files.
FreeBSD has the following Vim packages:
* vim: Console-only Vim (vim binary) with all runtime files
* vim-gtk3, -gtk2, -motif: Console Vim plus a GUI (gvim binary)
* vim-x11: Console Vim only, with xclipboard support
* vim-tiny: Vim binary only, with no runtime files. Not useful for most people;
intended for minimal (ex. jail) installations
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- vim-gtk2
- vim-gtk3
- vim-motif
- vim-x11
- vim-tiny
- To install the port:
- cd /usr/ports/editors/vim/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/vim
- pkg install vim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vim
- Package flavors (<flavor>: <package>)
- console: vim
- gtk2: vim-gtk2
- gtk3: vim-gtk3
- motif: vim-motif
- x11: vim-x11
- tiny: vim-tiny
- distinfo:
- TIMESTAMP = 1772250113
SHA256 (vim-vim-v9.2.0078_GH0.tar.gz) = 031e56ccc745fd2db2464dbde1e232cde6ec45251a6f7253ef34deca7faed887
SIZE (vim-vim-v9.2.0078_GH0.tar.gz) = 19754609
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- gettext-runtime>=0.26 : devel/gettext-runtime
- gettext-tools>=0.26 : devel/gettext-tools
- Runtime dependencies:
-
- xxd : sysutils/xxd
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vim-9.2.0078:
MAKE_JOBS=off: Enable parallel build
NLS=on: Native Language Support
XTERM_SAVE=off: Restore xterm screen after exit
XXD=on: Install xxd hexdumper
====> Optional language bindings
LUA=off: Lua scripting language support
PERL=off: Perl scripting language support
RUBY=off: Ruby bindings or support
SCHEME=off: MzScheme (Racket) bindings
TCL=off: Tcl scripting language support
====> Options available for the single CTAGS: you have to select exactly one of them
CTAGS_BASE=on: Use system ctags
CTAGS_EXUBERANT=off: Use exctags instead of ctags
CTAGS_UNIVERSAL=off: Use uctags instead of ctags
===> Use 'make config' to modify these settings
- Options name:
- editors_vim
- USES:
- cpe iconv ncurses pkgconfig shebangfix python:build gettext
- pkg-message:
- ERROR
- WARNING: The FreshPorts parser failed. ucl_tool failed. Please report this.
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
9.2.0078 28 Feb 2026 04:07:08
    |
Adam Weinberger (adamw)  |
editors/vim: Update to 9.2.0073, multiple security fixes
While the minor has bumped, and much has changed from 9.1 to 9.2,
we've been incrementally adopting the patches so it's not "new" to us,
per se. All the gory details are at:
https://github.com/vim/vim/blob/master/runtime/doc/version9.txt
This commit adds patches for six security issues:
patch 9.2.0073: [security]: possible command injection using netrw
Problem: [security]: Insufficient validation of hostname and port in
netrw URIs allows command injection via shell metacharacters
(ehdgks0627, un3xploitable).
Solution: Implement stricter RFC1123 hostname and IP validation.
Use shellescape() for the provided hostname and port.(Only the first 15 lines of the commit message are shown above ) |
9.1.2148 28 Feb 2026 04:07:07
    |
Adam Weinberger (adamw)  |
editors/vim: Update to 9.1.2148
Security: https://github.com/vim/vim/security/advisories/GHSA-9w5c-hwr9-hc68
(cherry picked from commit 9d7bf94e2d65982f9bba2596ac130a3eb2e27f4d) |
9.1.2144 28 Feb 2026 04:07:07
    |
Adam Weinberger (adamw)  |
editors/vim: Update to 9.1.2144
(cherry picked from commit d90beef8ba7aaa17e4a5e3a0b397cec37e7651e9) |
9.1.2125 28 Feb 2026 04:07:07
    |
Adam Weinberger (adamw)  |
editors/vim: Update to 9.1.2125
(cherry picked from commit 0792d2d89293eb9551809294f67b27c4c67bb7b6) |