| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 08:50:47
7.3.669_1
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
24 Apr 2013 18:10:32
7.3.669_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
16 Apr 2013 16:04:14
7.3.669_1
|
eadler  |
vim has sufficiently improved the security of its modeline processing.
The FreeBSD Security Team no longer feels that the warning to disable
modeline support is needed.
Discussed with: delphij, des
With Hat: secteam-ports
Feature safe: yes |
05 Apr 2013 08:23:44
7.3.669_1
|
bapt  |
Fix conversion to optionsng breaking multibyte support
Reported by: Sergey V. Dyatko via irc
Tested by: Sergey V. Dyatko via irc
Approved by: portmgr (implicit) |
02 Apr 2013 10:22:08
7.3.669_1
|
bapt  |
Prevent NLS addition to PLIST_SUB to hide previous additions
Approved by: portmgr (implicit) |
20 Mar 2013 23:57:00
7.3.669
|
bapt  |
Convert to new options framework:
rename GNOME2 -> GNOME to fits what is defined in global options descriptions
remove X11_ONLY and consider that if X11 is selected and no UI is selected you
are in X11_ONLY mode
remove LANG option which wasn't used anyway
do not try to dirrmtry directory if NLS isn't checked
use RADIO option to do the magic checking of different toolkit
bsd.port.pre.mk and bsd.port.post.mk are not needed anymore so I just removed
them
PR: ports/176684
Submitted by: bapt
Reviewed by: miwi
Approved by: maintainer timeout (14 days) |
29 Jan 2013 17:18:40
7.3.669
|
obrien  |
Update conflicts and avoid duplication. |
28 Sep 2012 23:29:03
7.3.669
|
obrien  |
Update to Vim 7.3 patchlevel 669. |
12 Sep 2012 15:40:27
7.3.632
|
obrien  |
Remove limitation on unthreaded version of Tcl.
PR: 171158
Submitted by: gahr |
17 Aug 2012 16:12:49
7.3.632
|
obrien  |
Fix GNU configure problem with building "WITH_GNOME2".
Submitted by: dougb
Reported by: David Demelier <demelier.david@gmail.com> |
17 Aug 2012 16:08:14
7.3.632
|
obrien  |
Update to Vim 7.3 patchlevel 632. |
15 Jun 2012 16:47:35
7.3.556_1
|
obrien  |
Update to Vim 7.3 patchlevel 556. |
05 Jun 2012 17:04:00
7.3.538_1
|
obrien  |
Update to Vim 7.3 patchlevel 538. |
05 Jun 2012 02:09:47
7.3.515_1
|
obrien  |
Correct CONFLICTS for vim-lite slave port. |
01 Jun 2012 05:26:28
7.3.515_1
|
dinoex  |
- update png to 1.5.10 |
31 May 2012 22:00:28
7.3.515
|
crees  |
Stop trying to autodetect GETTEXT-- it doesn't work properly anyway and causes
more problems than it solves.
PR: ports/168492
PR: ports/166202 (a fix for the consequences of)
Approved by: maintainer timeout on previous commit that this is to fix,
so this is implicit |
28 May 2012 22:04:54
7.3.515
|
adamw  |
Fix gnome2 support. Two bugs prevented the GNOME2 config options from
being acknowledged.
[1] A check was made for WITH_GNOME, instead of WITH_GNOME2
[2] A check explicitly ignored the WITH_GNOME2 option unless that
variable was set to "1" or "yes", despite bsd.options.mk specifically
setting it to "true"
PR: ports/164129
Approved by: maintainer timeout (4.5 months) |
28 May 2012 18:57:07
7.3.515
|
crees  |
Respect WITHOUT_NLS properly
PR: ports/166202
Submitted by: Mel Flynn <rflynn@acsalaska.net>
Approved by: maintainer timeout (obrien, 6w) |
07 May 2012 21:19:07
7.3.515
|
obrien  |
Update to Vim 7.3 patchlevel 515. |
24 Apr 2012 17:44:43
7.3.502
|
obrien  |
Update version 7.3 to patchlevel 502. |
25 Mar 2012 23:16:25
7.3.480
|
miwi  |
- Update to Vim 7.3 patchlevel 480.
Approved by: maintainer timeout
Feature safe: yes |
24 Oct 2011 09:11:38
7.3.121
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
20 Jun 2011 17:40:32
7.3.121
|
obrien  |
Minor style change. |
20 Jun 2011 17:38:00
7.3.121
|
obrien  |
Include bsd.port.options.mk.
PR: 157845
Submitted by: Eir Nym <eirnym@gmail.com> |
18 Jun 2011 14:37:19
7.3.121
|
pav  |
- MAKE_JOBS_UNSAFE:
FATAL: can't create objects/py_config.o: No such file or directory
Reported by: pointyhat |
28 Feb 2011 18:07:35
7.3.121
|
obrien  |
Update to Vim 7.3 patchlevel 121. |
14 Dec 2010 21:50:47
7.3.81
|
obrien  |
Update to Vim 7.3 patchlevel 81. |
08 Dec 2010 10:02:20
7.3.75
|
obrien  |
Update to Vim 7.3 patchlevel 75. |
24 Nov 2010 22:02:00
7.3.62
|
obrien  |
Complete gtk1->gtk2(gnome2) transition.
PR: 151421
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> |
22 Nov 2010 19:22:55
7.3.62
|
obrien  |
+ Add additional non-GUI guards to WANT_GNOME.
+ Invert LITE logic to bring it to the top to make easier to see the
configuration and improve readability.
+ Indent embedded logic to make easier to read. |
22 Nov 2010 15:02:48
7.3.62
|
obrien  |
Update to Vim 7.3 patchlevel 62. |
09 Nov 2010 19:27:02
7.3.50
|
obrien  |
Update to Vim 7.3 patchlevel 50. |
04 Nov 2010 06:50:40
7.3.48
|
obrien  |
Update to Vim 7.3 patchlevel 48. |
31 Oct 2010 21:17:21
7.3.47
|
obrien  |
Update to Vim 7.3 patchlevel 47. |
21 Oct 2010 01:11:50
7.3.32
|
obrien  |
Add LUA. |
21 Oct 2010 01:07:00
7.3.32
|
obrien  |
Update to Vim 7.3 patchlevel 32. |
21 Oct 2010 00:57:53
7.3.29
|
obrien  |
Autoconf will use libintl.so if it is installed on the system and cause
Vim to be linked against gettext without recording the gettext dependency.
Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr> |
21 Oct 2010 00:23:32
7.3.29
|
obrien  |
Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.
PR: 151468
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> |
20 Oct 2010 01:19:01
7.3.29
|
obrien  |
Update to Vim 7.3 patchlevel 29. |
15 Oct 2010 06:58:06
7.3.28
|
obrien  |
Update to Vim 7.3 patchlevel 28. |
12 Oct 2010 20:03:06
7.3.21
|
obrien  |
Do not install icons by default. The destination directories aren't
"owned" by Vim and this causes trouble packaging depending on Vim
flavor chosen. |
12 Oct 2010 19:32:19
7.3.21
|
obrien  |
Backout rev. 1.49. The icon handling is too sensitive to what other packages
one has installed. |
11 Oct 2010 06:53:35
7.3.21
|
obrien  |
Update to Vim 7.3 patchlevel 21. |
07 Oct 2010 15:28:22
7.3.19
|
obrien  |
Enable LUA for the default Portmgr package build. |
07 Oct 2010 15:04:57
7.3.19
|
obrien  |
Backout accidental change. |
07 Oct 2010 15:03:49
7.3.19
|
obrien  |
Vim now has a file that has escaped share/vim/ |
06 Oct 2010 18:49:30
7.3.19
|
obrien  |
The stock dependencies are now fixed. |
06 Oct 2010 06:58:45
7.3.19
|
obrien  |
Update to Vim 7.3 patchlevel 19.
WITH_LANG is now "on by default" as the lang files are now part of the base
Vim tarball.
The most notable additions since 7.2:
+ Persistent undo and undo for reload
+ Blowfish encryption, encryption of the swap file
+ Conceal text
+ Lua interface
+ Python 3 interface |
05 Oct 2010 18:13:39
7.2.446
|
obrien  |
Change the default GUI from gtk1 to gtk2. |
02 Oct 2010 01:55:08
7.2.446
|
obrien  |
Simply the checking output. |
19 Sep 2010 00:30:49
7.2.446
|
obrien  |
Obey BSD's 'STRIP= ' setting.
PR: 150689
Submitted by: swell.k@gmail.com |
18 Sep 2010 23:26:57
7.2.446
|
obrien  |
Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.
PR: 150687
Submitted by: swell.k@gmail.com |
18 Sep 2010 22:40:36
7.2.446
|
obrien  |
Look for libiconv in ${LOCALBASE}.
PR: 150690
Submitted by: swell.k@gmail.com |
18 Sep 2010 09:48:07
7.2.446
|
pav  |
- Hotfix this high-profile port so it does not install into /
PR: ports/150649
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: portmgr hat |
17 Sep 2010 00:46:45
7.2.446
|
obrien  |
Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel.
This deals with the misspelling of "./auto/osdef.h" in some of the
.o dependencies - which is what caused the race condition needing
MAKE_JOBS_UNSAFE=yes. |
09 Sep 2010 06:06:28
7.2.446
|
obrien  |
Update to Vim 7.2 patchlevel 466. |
13 Apr 2010 03:49:55
7.2.411
|
obrien  |
Update to Vim 7.2 patchlevel 411. |
23 Jan 2010 13:01:35
7.2.344
|
obrien  |
Update to Vim 7.2 patchlevel 344. |
29 Dec 2009 08:46:57
7.2.323
|
obrien  |
Add support for "X11_ONLY" - which disables all GUI toolkit variants, but
does have support for the X11 cut buffer, etc... (patch reworked by me)
PR: 140646
Submitted by: Merijn Verstraaten <merijn@inconsistent.nl> |
29 Dec 2009 03:10:26
7.2.323
|
obrien  |
Update to Vim 7.2 patchlevel 322. |
17 Nov 2009 17:17:12
7.2.299
|
obrien  |
Update to Vim 7.2 patchlevel 299. |
29 Jul 2009 20:19:43
7.2.239
|
wxs  |
Chase patch rename so that it passes "make checksum" |
29 Jul 2009 07:40:23
7.2.239
|
obrien  |
Change name of diked patch. |
29 Jul 2009 06:27:28
7.2.239
|
obrien  |
Update to Vim 7.2 patchlevel 239. |
14 Jul 2009 17:00:11
7.2.209
|
skv  |
Fix fetching famous^Wannoying patchfile 7.2.041%.
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 |
07 Jul 2009 06:48:54
7.2.209
|
mm  |
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+ |
23 Jun 2009 12:51:57
7.2.209
|
flz  |
Damage control, backout latest changes and let fetch timeout.
Sorry for the mess.
Pointyhat to: self |
23 Jun 2009 12:32:43
7.2.209
|
flz  |
Also update distinfo. |
23 Jun 2009 12:25:31
7.2.209
|
flz  |
Fix fetching.
PR: ports/135699
Submitted by: Radim Kolar |
17 Jun 2009 14:50:27
7.2.209
|
obrien  |
Update to Vim 7.2 patchlevel 209. |
19 May 2009 14:56:57
7.2.171
|
obrien  |
Update to Vim 7.2 patchlevel 171.
(there is an issue with patch 173 that holds back updating past PL 171) |
06 May 2009 06:01:19
7.2.166_1
|
obrien  |
I had a WITH_GNOME where I should have had a USE_GNOME.
PR: 133949
Submitted by: Justin Hibbits <jrh29@alumni.cwru.edu> |
06 May 2009 05:08:08
7.2.166
|
obrien  |
Update to Vim 7.2 patchlevel 166. |
28 Apr 2009 21:36:08
7.2.132
|
pgollucci  |
- Mark MAKE_JOBS_UNSAFE= yes
Approved by: pav (via irc on #bsdports)
Tested on: RideCharge TB, and P6 TB |
08 Mar 2009 09:27:24
7.2.132
|
obrien  |
Update to Vim 7.2 patchlevel 132. |
23 Feb 2009 14:46:38
7.2.106
|
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
11 Feb 2009 17:29:11
7.2.106
|
obrien  |
Update to Vim 7.2 patchlevel 106. |
11 Dec 2008 18:06:19
7.2.69
|
obrien  |
Update to Vim 7.2 patchlevel 69. |
07 Nov 2008 16:31:11
7.2.29
|
obrien  |
Update to Vim 7.2 patchlevel 29. |
11 Sep 2008 17:12:13
7.2.14
|
obrien  |
Update vim-7.2.tar.bz2 checksums.
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) |
04 Sep 2008 16:59:05
7.2.9
|
obrien  |
Update to Vim 7.2 patchlevel 9. |
25 Aug 2008 15:34:09
7.2.6
|
obrien  |
Update Vim to version 7.2 (and patchlevel 6 at that). |
04 Aug 2008 21:30:25
7.1.330  |
miwi  |
- Unbreak and fix build
PR: 125747 (based on)
Reported by: many
Submitted by: Martin Neubauer <m.ne@gmx.net>
No response from: maintainer (obrien, 14 days) |
04 Aug 2008 18:51:07
7.1.330  |
erwin  |
Mark BROKEN: does not build |
17 Jul 2008 17:32:32
7.1.330  |
obrien  |
Update to Vim 7.1 patchlevel 330. |
24 Jun 2008 15:23:31
7.1.315  |
obrien  |
Add gvimtutor to the mix.
PR: 124890
Submitted by: Daniel Austin MBCS <freebsd-sparc64@dan.me.uk> |
16 Jun 2008 14:07:26
7.1.315  |
obrien  |
Update to Vim 7.1 patchlevel 315. |
06 Jun 2008 14:33:40
7.1.293_2  |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
05 Jun 2008 13:11:09
7.1.293_1  |
obrien  |
Add TCL support and translations options.
PR: 123662
Submitted by: Dima Panov <fluffy@fluffy.khv.ru> |
01 May 2008 15:37:57
7.1.293_1  |
obrien  |
If one wanted to build a GUI-less, one got stuck with GNOME1 anyway.
So add the "X11" knob so 'WITHOUT_X11' will properly get set.
PR: 123257, 123272
Reported by: Mel <mel@rachie.is-a-geek.net> |
01 May 2008 15:34:08
7.1.293_1  |
obrien  |
Update to Vim 7.1 patchlevel 293. |
19 Apr 2008 17:56:05
7.1.282_1  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
19 Mar 2008 14:20:38
7.1.282  |
obrien  |
Update to Vim 7.1 patchlevel 282. |
31 Jan 2008 07:53:24
7.1.242  |
obrien  |
Update to Vim 7.1 patchlevel 242. |
07 Jan 2008 07:35:01
7.1.211  |
obrien  |
Be more precautionary in cleaning out patch turds.
Submitted by: "Mikhail T." <mi+metlife@aldan.algebra.com> |
07 Jan 2008 07:27:23
7.1.211  |
obrien  |
Add patches 126 and 186.
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> |
07 Jan 2008 06:46:55
7.1.211  |
obrien  |
Update to Vim 7.1 patchlevel 211. |
07 Jan 2008 06:34:55
7.1.201  |
obrien  |
Update to Vim 7.1 patchlevel 201. |
19 Dec 2007 16:30:28
7.1.175  |
obrien  |
Re-enable WITH_TCL.
+ 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 |
19 Dec 2007 16:20:02
7.1.175  |
obrien  |
Add a "show-options" target.
Submitted by: sorry, I cannot remember who I was discussing with that led me to
add this |