aboutsummaryrefslogtreecommitdiff
path: root/editors/vim
Commit message (Collapse)AuthorAgeFilesLines
* Embelish show-options output.David E. O'Brien2013-09-251-0/+3
| | | | Notes: svn path=/head/; revision=328318
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-4/+2
| | | | Notes: svn path=/head/; revision=327459
* Update Vim 7.3 to patchlevel 1314.David E. O'Brien2013-07-122-2/+78
| | | | Notes: svn path=/head/; revision=322817
* Catch up with how we install Lua.David E. O'Brien2013-07-122-7/+31
| | | | | | | PR: 180367 Notes: svn path=/head/; revision=322816
* Remove useless "libsysinfo" CONFLICTS statement.David E. O'Brien2013-07-121-1/+2
| | | | | | | (it needed to be "libsysinfo*" to have any effect) Notes: svn path=/head/; revision=322814
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=322620
* Cleanup BADPATCHES layout.David E. O'Brien2013-07-021-31/+1
| | | | Notes: svn path=/head/; revision=322183
* /usr/bin/patch has a bug in that it undercounts hunks containing NULDavid E. O'Brien2013-07-022-34/+868
| | | | | | | | | | | | | | | | | characters when reading from stdin. This results in "unexpected end of file in patch" errors. This caused patch 7.3.225 to not apply, which set off a huge cascade such that 400+ patches would not apply. Work around this by overriding do-patch to use 'patch -i <PATCH_FILE>'. /usr/bin/patch still has another nasty bug in that it silently misapplies hunks containing NUL character(s). But in Vim's case, the NUL's are in test files that the port does not use. Notes: svn path=/head/; revision=322182
* Update to patchlevel 1276.David E. O'Brien2013-07-012-5/+35
| | | | Notes: svn path=/head/; revision=322148
* Make vim-lite sane again by defaultBaptiste Daroussin2013-07-011-4/+5
| | | | | | | | | Always include bsd.port.options.mk which is necessary for properly handling of DOCS/NLS _even_ without options Remove specific default for PACKAGE_BUILDING settings which are not needed Keep maintianer preference for not having options at all by default. Notes: svn path=/head/; revision=322114
* Many of the BADPATCHES do apply. Some "just apply", others needed tweaks:David E. O'Brien2013-06-303-7/+48
| | | | | | | | | | | | | | * patch 7.3.122 applies, but caused a pre-configure build error. Follow the "Solution" instructions in the patch and start applying patch 7.3.122. * Manually doing the 's/newwin/new_wp/g' of patch 7.3.400, allows patch 7.3.603 to apply. Unfortunately, no other additional patches apply due to patch 7.3.603 applying. * patch 7.3.674 does apply fine, but needed files/patch-configure adjusted. Notes: svn path=/head/; revision=322086
* Update the personality of the port.David E. O'Brien2013-06-292-16/+40
| | | | Notes: svn path=/head/; revision=322016
* - Unbreak build when devel/libsysinfo is installedMartin Wilke2013-05-252-10/+1
| | | | | | | | | PR: 173476 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=319054
* - Update to patchlevel 1014Martin Wilke2013-05-252-4/+453
| | | | | | | | | | | | - Fix Athena dependency [1] Requested by: many PR: 177597 [1] Submitted by: scf@ [1] Notes: svn path=/head/; revision=319052
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* vim has sufficiently improved the security of its modeline processing.Eitan Adler2013-04-162-9/+0
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=315831
* Fix conversion to optionsng breaking multibyte supportBaptiste Daroussin2013-04-051-2/+2
| | | | | | | | | Reported by: Sergey V. Dyatko via irc Tested by: Sergey V. Dyatko via irc Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315730
* Prevent NLS addition to PLIST_SUB to hide previous additionsBaptiste Daroussin2013-04-021-3/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315666
* Convert to new options framework:Baptiste Daroussin2013-03-203-115/+84
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=314778
* Update conflicts and avoid duplication.David E. O'Brien2013-01-291-2/+3
| | | | Notes: svn path=/head/; revision=311174
* Update to Vim 7.3 patchlevel 669.David E. O'Brien2012-09-282-5/+67
| | | | Notes: svn path=/head/; revision=305016
* Remove limitation on unthreaded version of Tcl.David E. O'Brien2012-09-121-2/+1
| | | | | | | | PR: 171158 Submitted by: gahr Notes: svn path=/head/; revision=304151
* Fix GNU configure problem with building "WITH_GNOME2".David E. O'Brien2012-08-171-1/+1
| | | | | | | | Submitted by: dougb Reported by: David Demelier <demelier.david@gmail.com> Notes: svn path=/head/; revision=302687
* Update to Vim 7.3 patchlevel 632.David E. O'Brien2012-08-173-4/+148
| | | | Notes: svn path=/head/; revision=302686
* Update to Vim 7.3 patchlevel 556.David E. O'Brien2012-06-152-1/+37
| | | | Notes: svn path=/head/; revision=299365
* Update to Vim 7.3 patchlevel 538.David E. O'Brien2012-06-052-2/+46
| | | | Notes: svn path=/head/; revision=298493
* Correct CONFLICTS for vim-lite slave port.David E. O'Brien2012-06-051-0/+4
| | | | Notes: svn path=/head/; revision=298405
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Stop trying to autodetect GETTEXT-- it doesn't work properly anyway and causesChris Rees2012-05-311-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 Notes: svn path=/head/; revision=297910
* Fix gnome2 support. Two bugs prevented the GNOME2 config options fromAdam Weinberger2012-05-281-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) Notes: svn path=/head/; revision=297626
* Respect WITHOUT_NLS properlyChris Rees2012-05-281-2/+5
| | | | | | | | | PR: ports/166202 Submitted by: Mel Flynn <rflynn@acsalaska.net> Approved by: maintainer timeout (obrien, 6w) Notes: svn path=/head/; revision=297615
* Update to Vim 7.3 patchlevel 515.David E. O'Brien2012-05-072-1/+27
| | | | Notes: svn path=/head/; revision=296177
* Update version 7.3 to patchlevel 502.David E. O'Brien2012-04-242-4/+43
| | | | Notes: svn path=/head/; revision=295418
* - Update to Vim 7.3 patchlevel 480.Martin Wilke2012-03-252-5/+701
| | | | | | | | Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=293821
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-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 Notes: svn path=/head/; revision=284239
* Minor style change.David E. O'Brien2011-06-201-2/+2
| | | | Notes: svn path=/head/; revision=275913
* Include bsd.port.options.mk.David E. O'Brien2011-06-201-0/+1
| | | | | | | | PR: 157845 Submitted by: Eir Nym <eirnym@gmail.com> Notes: svn path=/head/; revision=275912
* - MAKE_JOBS_UNSAFE:Pav Lucistnik2011-06-181-1/+1
| | | | | | | | | FATAL: can't create objects/py_config.o: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=275776
* Update to Vim 7.3 patchlevel 121.David E. O'Brien2011-02-282-1/+81
| | | | Notes: svn path=/head/; revision=270006
* Update to Vim 7.3 patchlevel 81.David E. O'Brien2010-12-142-1/+13
| | | | Notes: svn path=/head/; revision=266305
* Update to Vim 7.3 patchlevel 75.David E. O'Brien2010-12-082-1/+27
| | | | Notes: svn path=/head/; revision=265841
* Complete gtk1->gtk2(gnome2) transition.David E. O'Brien2010-11-242-22/+9
| | | | | | | | PR: 151421 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=265111
* + Add additional non-GUI guards to WANT_GNOME.David E. O'Brien2010-11-221-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. Notes: svn path=/head/; revision=264940
* Update to Vim 7.3 patchlevel 62.David E. O'Brien2010-11-222-52/+25
| | | | Notes: svn path=/head/; revision=264928
* Update to Vim 7.3 patchlevel 50.David E. O'Brien2010-11-092-1/+7
| | | | Notes: svn path=/head/; revision=264319
* Update to Vim 7.3 patchlevel 48.David E. O'Brien2010-11-042-1/+4
| | | | Notes: svn path=/head/; revision=264026
* Update to Vim 7.3 patchlevel 47.David E. O'Brien2010-10-312-4/+51
| | | | Notes: svn path=/head/; revision=263856
* Add LUA.David E. O'Brien2010-10-211-0/+1
| | | | Notes: svn path=/head/; revision=263375