/net-im/tik/

='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim
Commit message (Collapse)AuthorAgeFilesLines
* Update to Vim 7.3 patchlevel 556.obrien2012-06-162-1/+37
|
* Update to Vim 7.3 patchlevel 538.obrien2012-06-062-2/+46
|
* Correct CONFLICTS for vim-lite slave port.obrien2012-06-051-0/+4
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Stop trying to autodetect GETTEXT-- it doesn't work properly anyway and causescrees2012-06-011-1/+1
| | | | | | | | | 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
* Fix gnome2 support. Two bugs prevented the GNOME2 config options fromadamw2012-05-291-4/+1
| | | | | | | | | | | | 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)
* Respect WITHOUT_NLS properlycrees2012-05-291-2/+5
| | | | | | PR: ports/166202 Submitted by: Mel Flynn <rflynn@acsalaska.net> Approved by: maintainer timeout (obrien, 6w)
* Update to Vim 7.3 patchlevel 515.obrien2012-05-082-1/+27
|
* Update version 7.3 to patchlevel 502.obrien2012-04-252-4/+43
|
* - Update to Vim 7.3 patchlevel 480.miwi2012-03-262-5/+701
| | | | | Approved by: maintainer timeout Feature safe: yes
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+0
| | | | | | | | | | | | | | | | 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
* Minor style change.obrien2011-06-211-2/+2
|
* Include bsd.port.options.mk.obrien2011-06-211-0/+1
| | | | | PR: 157845 Submitted by: Eir Nym <eirnym@gmail.com>
* - MAKE_JOBS_UNSAFE:pav2011-06-181-1/+1
| | | | | | FATAL: can't create objects/py_config.o: No such file or directory Reported by: pointyhat
* Update to Vim 7.3 patchlevel 121.obrien2011-03-012-1/+81
|
* Update to Vim 7.3 patchlevel 81.obrien2010-12-152-1/+13
|
* Update to Vim 7.3 patchlevel 75.obrien2010-12-082-1/+27
|
* Complete gtk1->gtk2(gnome2) transition.obrien2010-11-252-22/+9
| | | | | PR: 151421 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
* + Add additional non-GUI guards to WANT_GNOME.obrien2010-11-231-31/+30
| | | | | | + 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.
* Update to Vim 7.3 patchlevel 62.obrien2010-11-222-52/+25
|
* Update to Vim 7.3 patchlevel 50.obrien2010-11-102-1/+7
|
* Update to Vim 7.3 patchlevel 48.obrien2010-11-042-1/+4
|
* Update to Vim 7.3 patchlevel 47.obrien2010-11-012-4/+51
|
* Add LUA.obrien2010-10-211-0/+1
|
* Update to Vim 7.3 patchlevel 32.obrien2010-10-212-1/+10
|
* Autoconf will use libintl.so if it is installed on the system and causeobrien2010-10-211-0/+3
| | | | | | Vim to be linked against gettext without recording the gettext dependency. Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr>
* Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.obrien2010-10-211-1/+1
| | | | | PR: 151468 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
* Update to Vim 7.3 patchlevel 29.obrien2010-10-202-1/+4
|
* Update to Vim 7.3 patchlevel 28.obrien2010-10-152-1/+22
|
* Do not install icons by default. The destination directories aren'tobrien2010-10-131-0/+5
| | | | | "owned" by Vim and this causes trouble packaging depending on Vim flavor chosen.
* Backout rev. 1.49. The icon handling is too sensitive to what other packagesobrien2010-10-131-1/+0
| | | | one has installed.
* Update to Vim 7.3 patchlevel 21.obrien2010-10-112-1/+7
|
* Enable LUA for the default Portmgr package build.obrien2010-10-071-1/+1
|
* Backout accidental change.obrien2010-10-071-1/+0
|
* Vim now has a file that has escaped share/vim/obrien2010-10-072-0/+2
|
* The stock dependencies are now fixed.obrien2010-10-071-3/+0
|
* Update to Vim 7.3 patchlevel 19.obrien2010-10-063-1253/+85
| | | | | | | | | | | | 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
* Change the default GUI from gtk1 to gtk2.obrien2010-10-062-6/+15
|
* Simply the checking output.obrien2010-10-021-1/+2
|
* Obey BSD's 'STRIP= ' setting.obrien2010-09-191-0/+3
| | | | | PR: 150689 Submitted by: swell.k@gmail.com
* Make 'mtree -f $(make -V MTREE_FILE) -p $PREFIX' clean.obrien2010-09-192-0/+9
| | | | | PR: 150687 Submitted by: swell.k@gmail.com
* Look for libiconv in ${LOCALBASE}.obrien2010-09-191-1/+1
| | | | | PR: 150690 Submitted by: swell.k@gmail.com
* - Hotfix this high-profile port so it does not install into /pav2010-09-181-1/+1
| | | | | | PR: ports/150649 Submitted by: Anonymous <swell.k@gmail.com> Approved by: portmgr hat
* Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel.obrien2010-09-171-1/+7
| | | | | | 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.
* Update to Vim 7.2 patchlevel 466.obrien2010-09-092-1/+106
|
* Update to Vim 7.2 patchlevel 411.obrien2010-04-132-2/+167
|
* Update to Vim 7.2 patchlevel 344.obrien2010-01-232-2/+62
|
* Add support for "X11_ONLY" - which disables all GUI toolkit variants, butobrien2009-12-292-19/+22
| | | | | | | does have support for the X11 cut buffer, etc... (patch reworked by me) PR: 140646 Submitted by: Merijn Verstraaten <merijn@inconsistent.nl>
* Update to Vim 7.2 patchlevel 322.obrien2009-12-292-2/+65
|
* Update to Vim 7.2 patchlevel 299.obrien2009-11-182-3/+168
|
* Chase patch rename so that it passes "make checksum"wxs2009-07-301-3/+3
|
* Change name of diked patch.obrien2009-07-291-1/+1
|
* Update to Vim 7.2 patchlevel 239.obrien2009-07-292-2/+80
|
* Fix fetching famous^Wannoying patchfile 7.2.041%.skv2009-07-151-2/+2
| | | | | | | | | | | | | | | 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
* - Prepare for lang/tcl80 and x11-toolkits/tk80 removalmm2009-07-071-1/+1
| | | | - Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
* Damage control, backout latest changes and let fetch timeout.flz2009-06-232-3/+4
| | | | | | Sorry for the mess. Pointyhat to: self
* Also update distinfo.flz2009-06-231-3/+3
|
* Fix fetching.flz2009-06-231-1/+0
| | | | | PR: ports/135699 Submitted by: Radim Kolar
* Update to Vim 7.2 patchlevel 209.obrien2009-06-172-6/+123
|
* Update to Vim 7.2 patchlevel 171.obrien2009-05-192-9/+18
| | | | (there is an issue with patch 173 that holds back updating past PL 171)
* I had a WITH_GNOME where I should have had a USE_GNOME.obrien2009-05-061-2/+2
| | | | | PR: 133949 Submitted by: Justin Hibbits <jrh29@alumni.cwru.edu>
* Update to Vim 7.2 patchlevel 166.obrien2009-05-062-4/+105
|
* - Mark MAKE_JOBS_UNSAFE= yespgollucci2009-04-291-0/+2
| | | | | Approved by: pav (via irc on #bsdports) Tested on: RideCharge TB, and P6 TB
* Update to Vim 7.2 patchlevel 132.obrien2009-03-082-2/+80
|
* - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1
| | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
* Update to Vim 7.2 patchlevel 106.obrien2009-02-122-15/+93
|
* Update to Vim 7.2 patchlevel 69.obrien2008-12-122-2/+122
|
* Update to Vim 7.2 patchlevel 29.obrien2008-11-082-2/+44
|
* Update vim-7.2.tar.bz2 checksums.obrien2008-09-122-4/+19
| | | | | | | | | | | 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)
* Update to Vim 7.2 patchlevel 9.obrien2008-09-052-4/+28
|
* Update Vim to version 7.2 (and patchlevel 6 at that).obrien2008-08-254-964/+26
|
* - Unbreak and fix buildmiwi2008-08-052-2/+31
| | | | | | | PR: 125747 (based on) Reported by: many Submitted by: Martin Neubauer <m.ne@gmx.net> No response from: maintainer (obrien, 14 days)
* Mark BROKEN: does not builderwin2008-08-051-0/+2
|
* Update to Vim 7.1 patchlevel 330.obrien2008-07-182-2/+44
|
* Add gvimtutor to the mix.obrien2008-06-242-0/+3
| | | | | PR: 124890 Submitted by: Daniel Austin MBCS <freebsd-sparc64@dan.me.uk>
* Update to Vim 7.1 patchlevel 315.obrien2008-06-162-5/+71
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* Add TCL support and translations options.obrien2008-06-051-0/+2
| | | | | PR: 123662 Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
* If one wanted to build a GUI-less, one got stuck with GNOME1 anyway.obrien2008-05-011-0/+1
| | | | | | | So add the "X11" knob so 'WITHOUT_X11' will properly get set. PR: 123257, 123272 Reported by: Mel <mel@rachie.is-a-geek.net>
* Update to Vim 7.1 patchlevel 293.obrien2008-05-012-3/+33
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+8
| | | | | | | | | | | | | | | - 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)
* Update to Vim 7.1 patchlevel 282.obrien2008-03-192-2/+110
|
* Update to Vim 7.1 patchlevel 242.obrien2008-01-312-1/+97
|
* Be more precautionary in cleaning out patch turds.obrien2008-01-071-1/+1
| | | | Submitted by: "Mikhail T." <mi+metlife@aldan.algebra.com>
* Add patches 126 and 186.obrien2008-01-072-1/+8
| | | | | | | | | | 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>
* Update to Vim 7.1 patchlevel 211.obrien2008-01-072-2/+29
|
* Update to Vim 7.1 patchlevel 201.obrien2008-01-072-2/+74
|
* Re-enable WITH_TCL.obrien2007-12-202-9/+8
| | | | | | | | | | | + 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
* Add a "show-options" target.obrien2007-12-201-0/+3
| | | | Submitted by: sorry, I cannot remember who I was discussing with that led me to add this
* Enable WITH_LANG for "PACKAGE_BUILDING".obrien2007-12-191-0/+1
|
* Update to Vim 7.1 patchlevel 175.obrien2007-12-192-3/+84
|
* Fix building vim-lite with "WITH_VIM_OPTIONS=yes".obrien2007-11-151-1/+1
| | | | | | PR: ports/117982 Submitted by: cokane Approved by: portmgr(pav)
* Note conflicts with vim6 (and vim-lite).obrien2007-11-151-0/+1
| | | | | | PR: 108369 Submitted by: alex<azen@izb.net> Approved by: portmgr(pav)
* Move around the package-building options to make other ones easier to see,obrien2007-10-261-14/+19
| | | | and conditionalize WANT_PERL & WANT_GNOME.
* Update to Vim 7.1 patchlevel 145.obrien2007-10-262-3/+76
|
* Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.linimon2007-09-301-0/+1
| | | | Approved by: maintainer
* Fix missing vim*lang.obrien2007-09-262-0/+5
| | | | PR: 110410
* Typo in vim package descriptionedwin2007-09-251-1/+1
| | | | | | | | | | 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
* Update to Vim 7.1 patchlevel 116.obrien2007-09-212-10/+49
|
* If 'WITH_OPTIONS' or 'WITH_VIM_OPTIONS' is defined, then offer the userobrien2007-09-162-0/+14
| | | | | | a set of selectable OPTIONS for building this port. Maybe I can set a trend of WITH_OPTIONS / WITH_<PORTNAME>_OPTIONS
* Update to Vim 7.1 patchlevel 100.obrien2007-09-122-2/+41
|
* Update to Vim 7.1 patchlevel 87.obrien2007-08-222-5/+50
|
* Update to Vim 7.1 patchlevel 68.obrien2007-08-142-2/+41
|
* Update to Vim 7.1 patchlevel 55.obrien2007-08-082-2/+47
|
* - Update to 7.1 patchset 39miwi2007-07-282-1/+64
| | | | | Approved by: Approved by: maintainer timeout (security, 1 day), simon (secteam) Security: http://www.vuxml.org/freebsd/1ed03222-3c65-11dc-b3d3-0016179b2dd5.html
* Update to Vim 7.1 patchlevel 18.obrien2007-06-292-1/+19
|
* Update to Vim 7.1 patchlevel 12.obrien2007-06-272-661/+37
| | | | | | This is a bug-fix release, there are no fancy new features. A few new syntax files, filetype plugins, and indent files were added. Along with additional tutor and keymap translations.
* Update to Vim 7.0 patchlevel 241.obrien2007-06-222-4/+49
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to Vim 7.0 patchlevel 224.obrien2007-04-182-2/+29
|
* Update to Vim 7.0 patchlevel 214.obrien2007-03-112-6/+99
|
* Fix bug rev 1.292 introduced to Gvim - Escape the pipe in the menu files.obrien2007-01-091-2/+2
| | | | | | PR: 107524 Submitted by: Ricardo Nabinger Sanchez<rnsanchez@wait4.org> Patch submitted by: James Seward <james@jamesoff.net>
* Catch up with Exuberant ctags binary name change.obrien2007-01-031-4/+14
| | | | To use Exuberant ctags vs. /usr/bin/ctags build 'WITH_EXUBERANT_CTAGS'.
* - FreeBSD's ctags has no -R option.stas2007-01-031-1/+7
| | | | Approved by: maintainer timeout (4 months)
* Update to Vim 7.0 patchlevel 178.obrien2006-12-142-11/+26
|
* Fix 'make -DWITH_LANG makesum'.obrien2006-12-141-4/+5
|
* If "WITH_LANG" is defined, install the several languages contained inobrien2006-12-122-0/+17
| | | | | | | Vim "lang" distribution. PR: 106532 Submitted by: Jose G. Juanino <jjuanino@gmail.com>
* Catch up with rev 1.287 and take TCL support out of the "PACKAGE_BUILDING"obrien2006-12-121-1/+1
| | | | configuration.
* Mark WITH_TCL BROKEN: does not compilekris2006-12-101-0/+4
|
* Trim trailing whitesapce.obrien2006-11-261-3/+3
|
* Update to Vim 7.0 patchlevel 168.obrien2006-11-262-3/+216
|
* Update to Vim 7.0 patchlevel 94.obrien2006-09-102-1/+19
|
* Add "WITH_XTERM_SAVE" knob to enable Vim's 'restorescreen' option.obrien2006-09-101-0/+5
| | | | | | | | See also: :help 'rs' :help xterm-save-screen Submitted by: David Thompson <dat1965@yahoo.com>
* Update to Vim 7.0 patchlevel 88.obrien2006-09-062-2/+65
|
* Update to Vim 7.0 patchlevel 66.obrien2006-08-242-2/+74
|
* Unmark broken on 4.x. There have been 2 user reports that it builds fine onlinimon2006-08-011-4/+0
| | | | | 4.x; further, it has started breaking on 5.x on pointyhat. This now seems to be pointyhat-specific.
* Mark as broken on 4.X: fails to compile. 4.X users are recommended to staylinimon2006-07-191-0/+4
| | | | | | | with the previous version which was repocopied to editors/vim6. Hat: portmgr Approved by: maintainer
* Update to Vim 7.0 patchlevel 39.obrien2006-07-172-1/+13
|
* Upgrade the Vim port to version 7.0, patchlevel 35.obrien2006-06-276-86/+165
| | | | | | At PL35 it is now well stable and appropriate as a production editor. MANLANG support taken from PR 98979, submitted by Roman Bogorodskiy <novel@freebsd.org>.
* Remove USE_REINPLACE from all categories starting with Eedwin2006-05-071-1/+0
|
* Update to Vim 6.4 patchlevel 9.obrien2006-05-072-3/+12
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* [Try to] Look for dependcancies in ${LOCALBASE}.obrien2005-12-291-1/+1
|
* Update to Vim 6.4 patchlevel 6obrien2005-12-292-8/+24
|