Note that "7.2.041%" can not be correct part of http:// URL at all,
because must be encoded as "7.2.041%25". Fetching works only because
file fetched via "ftp://". However this name prevent using local
distfiles cache accessed by http:// protocol, ex.:
MASTER_SITE_OVERRIDE=http://freebsd.mycompany.com/distfiles/vim/
So this file should be removed/renamed ASAP.
PR: ports/136027
Submitted by: johans
Approved by: maintainer timeout
Per http://ftp.vim.org/pub/vim/unix/ the change is due to
"fixed permissions 2008 Sep 6".
PR: 127231
Submitted by: Josh Carroll <josh.carroll@gmail.com>
Also update to patchlevel 14.
Approved by: portmgr (pav)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Patch 7.1.186 is dependent on changes made in patch 7.1.126.
However, 7.1.126 will not apply cleanly to the tree in vim-7.1.tar.bz2,
as the file gui_w48.c is not in that archive. Conversation on the
vim-use list at Google shows Bram Moolenaar made a special version
of patch 126 as '7.1.126ne'.
Submitted by: Derek Tattersall <dlt@mebtel.net>
+ fixed TCL_DEFS processing in patch-configure
+ re-enabled Tcl support (using new bsd.tcl.mk)
+ supports Tcl 80, 82, 83, 84, 85 (WITH_TCL_VER=8x or VIM_WITH_TCL_VER=8x)
+ no support for threaded Tcl yet (because of the way how vim's configure
searches for Tcl, this needs more modifications)
PR: 112347
Submitted by: mm
Vim is a virtually compatible, extreamly enhanced, version of the UNIX
^^^^^^^^^
text editor vi.
PR: ports/108356
Submitted by: Daniel Franke<dfranke@ufl.edu>
Approved by: maintainer timeout