Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.4.389 02 Aug 2014 05:12:42 |
sunpoet |
- Update to 7.4.389
Changes: https://code.google.com/p/vim/source/list |
7.4.364 14 Jul 2014 17:48:05 |
sunpoet |
- Update to 7.4.364
Changes: https://code.google.com/p/vim/source/list |
7.4.334 23 Jun 2014 17:41:56 |
sunpoet |
- Update to 7.4.334
Changes: https://code.google.com/p/vim/source/list |
7.4.316 31 May 2014 18:11:29 |
sunpoet |
- Update to 7.4.316
- Fix patch: merge patch-configure into patch-src-auto-configure
Changes: https://code.google.com/p/vim/source/list |
7.4.307 25 May 2014 17:26:18 |
sunpoet |
- Update to 7.4.307
Changes: https://code.google.com/p/vim/source/list |
7.4.295 20 May 2014 19:32:39 |
tijl |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
7.4.295 19 May 2014 18:38:16 |
sunpoet |
- Update to 7.4.295
Changes: https://code.google.com/p/vim/source/list |
7.4.281 08 May 2014 03:04:15 |
sunpoet |
- Update to 7.4.281
Changes: https://code.google.com/p/vim/source/list |
7.4.265 26 Apr 2014 18:11:45 |
sunpoet |
- Update to 7.4.265
Changes: https://code.google.com/p/vim/source/list |
7.4.256 25 Apr 2014 19:06:55 |
sunpoet |
- Remove MAKE_JOBS_UNSAFE
PR: ports/188463
Submitted by: Jia-Shiun Li <jiashiun@gmail.com> |
7.4.256 12 Apr 2014 21:20:42 |
sunpoet |
- Update to 7.4.256
Changes: https://code.google.com/p/vim/source/list |
7.4.253 11 Apr 2014 16:59:36 |
sunpoet |
- Update to 7.4.253
- Use GNU patch (devel/patch) instead of /usr/bin/patch
Changes: https://code.google.com/p/vim/source/list |
7.4.240 09 Apr 2014 12:39:25 |
sunpoet |
- Update to 7.4.240
Changes: https://code.google.com/p/vim/source/list |
7.4.229_1 05 Apr 2014 16:38:09 |
sunpoet |
- Use MAKE_CMD
- Cosmetic change |
7.4.229_1 01 Apr 2014 12:31:25 |
sunpoet |
- Update to 7.4.229
- Adjust variables:
- POSTPONED_PATCHES: patch files postponed to apply in post-patch:
- SKIPPED_PATCHES: patch files to be skipped
Changes: https://code.google.com/p/vim/source/list |
7.4.205_1 14 Mar 2014 08:50:01 |
sunpoet |
- Update to 7.4.205
- Use USES=tar:bzip2
Changes: https://code.google.com/p/vim/source/list |
7.4.193_1 10 Mar 2014 19:47:56 |
sunpoet |
- Update to 7.4.193
Changes: https://code.google.com/p/vim/source/list |
7.4.192_1 28 Feb 2014 07:26:34 |
sunpoet |
- Remove conditional PKGNAMESUFFIX
- Bump PORTREVISION |
7.4.192 28 Feb 2014 01:30:03 |
sunpoet |
- Update COMMENT
- Update pkg-descr |
7.4.192 25 Feb 2014 16:50:34 |
sunpoet |
- Update to 7.4.192
- Convert to new options heplper (*_OFF usage)
Changes: https://code.google.com/p/vim/source/list |
7.4.182_1 24 Feb 2014 18:44:16 |
sunpoet |
- Fix lua support
PR: ports/186917
Submitted by: Kenji Rikitake <kenji@k2r.org> |
7.4.182_1 24 Feb 2014 18:39:50 |
sunpoet |
- Add missing dependency for GNOME, GTK2 and X11 options
- Remove outdated configure option
- Fix PLIST
- Bump PORTREVISION for dependency and package change
PR: ports/186921
Submitted by: zeising, Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
7.4.182 20 Feb 2014 14:44:43 |
sunpoet |
- Check for "old" option setting and inform users before build |
7.4.182 20 Feb 2014 14:20:37 |
sunpoet |
- Fix type of option group: it was RADIO but it should be SINGLE now (with the
addition of CONSOLE) |
7.4.182 19 Feb 2014 15:27:58 |
sunpoet |
- Use :group to fetch source and patch from correct URL |
7.4.182 19 Feb 2014 15:22:03 |
sunpoet |
- Fix fetch of BADPATCHES |
7.4.182 18 Feb 2014 22:08:52 |
sunpoet |
- Update to 7.4.182
- Fix fetch of BADPATCHES
- Pet portlint: use += instead of = for PKGNAMESUFFIX
Changes: https://code.google.com/p/vim/source/list |
7.4.169_3 18 Feb 2014 21:43:08 |
sunpoet |
- Fix python detection
- Bump PORTREVISION for package change
PR: ports/185601
Submitted by: Stefan Beke <stefan@beke.info> |
7.4.169_2 18 Feb 2014 21:30:04 |
sunpoet |
- Use USES=iconv unconditionally
- Remove cumbersome do-patch:
- Use do-patch: in bsd.port.mk
- Mark 064, 087 and 147 as BADPATCHES
- 064 does not apply cleanly (in bsd.port.mk way on FreeBSD 9.x or older)
- 087 contains patch for src/ops.c which must be applied after 064
- 147 contains patch for src/version.c which must be applied after 087
- Apply BADPATCHES in post-patch:
- Fix keymap installation for vim-lite
- Install keymap in vim source
- Install vietnamese_viscii.vim correctly
- Do not install GUI binary executables and manpages when GUI options are off
- Allow build with python 3.x
- Merge options to Makefile
- Use PORTDATA
- Convert to new options helper
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use REINPLACE_CMD instead of patch file
- Support STAGEDIR
- Pet portlint
- Cleanup Makefile
- Fix PLIST
- Cosmetic change
- Bump PORTREVISION for dependency and package change |
7.4.169_1 17 Feb 2014 15:45:51 |
gahr |
- Convert to USES=tcl |
7.4.169_1 12 Feb 2014 02:59:58 |
miwi |
- Fix lua support
PR: 185650
184588
Submitted by: Kenji Rikitake <kenji@k2r.org>
Approved by: maintainer timeout |
7.4.169 09 Feb 2014 16:59:16 |
sunpoet |
- Fix manpage installation
PR: ports/186589
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Pointyhat to: miwi |
7.4.169 07 Feb 2014 17:38:18 |
miwi |
- Update to 7.4.169
PR: based on 186120
Approved by: maintainer timeout |
7.4.110_3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
7.4.110_3 10 Jan 2014 16:59:28 |
bapt |
Switch to use lua 5.2
While here change CONFLICTS into CONFLICTS_INSTALL which is what they really are
Bump portrevision |
7.4.110_2 17 Dec 2013 18:37:45 |
bapt |
Fix build after gtk update |
7.4.110_1 06 Dec 2013 23:24:14 |
bapt |
Fix build on head and 11.
Bump portrevision has built on 8 and 9 should not have been built as expected
With hat: portmgr |
7.4.110 02 Dec 2013 19:48:38 |
sunpoet |
- Update to 7.4.110
- While I'm here:
- Remove RELEASE and simplify PATCH_SITES, WRKSRC and _DATADIR
- Simplify Makefile
- Remove contiguous blank lines
Changes: https://code.google.com/p/vim/source/list
PR: ports/183076
Submitted by: Rick van der Zwet <info@rickvanderzwet.nl> |
7.3.1314_1 02 Dec 2013 19:42:02 |
sunpoet |
- Take maintainership |
7.3.1314_1 02 Dec 2013 13:57:22 |
bdrewery |
- Remove WITH_VIM_OPTIONS and respect ports framework
PR: ports/182749
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (based on)
Requested by: many |
7.3.1314 02 Dec 2013 13:47:06 |
bdrewery |
- Reset maintainer due to timeout of 11 open PR, 7 with patches and
no activity since July 2013
With hat: portmgr
Discussed with: portmgr |
7.3.1314 25 Sep 2013 21:16:44 |
obrien |
Embelish show-options output. |
7.3.1314 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
7.3.1314 17 Sep 2013 09:00:42 |
bapt |
Convert to new perl framework |
7.3.1314 12 Jul 2013 06:36:03 |
obrien |
Update Vim 7.3 to patchlevel 1314. |
7.3.1276_1 12 Jul 2013 06:22:46 |
obrien |
Catch up with how we install Lua.
PR: 180367 |
7.3.1276_1 12 Jul 2013 05:12:43 |
obrien |
Remove useless "libsysinfo" CONFLICTS statement.
(it needed to be "libsysinfo*" to have any effect) |
7.3.1276_1 10 Jul 2013 06:49:36 |
bapt |
Convert from USE_MOTIF to USES=motif |
7.3.1276_1 02 Jul 2013 17:03:26 |
obrien |
Cleanup BADPATCHES layout. |
7.3.1276_1 02 Jul 2013 17:02:00 |
obrien |
/usr/bin/patch has a bug in that it undercounts hunks containing NUL
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. |
7.3.1276 01 Jul 2013 22:30:44 |
obrien |
Update to patchlevel 1276. |
7.3.1014_1 01 Jul 2013 05:56:27 |
bapt |
Make vim-lite sane again by default
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. |
7.3.1014_1 30 Jun 2013 14:21:54 |
obrien |
Many of the BADPATCHES do apply. Some "just apply", others needed tweaks:
* 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. |
7.3.1014 29 Jun 2013 00:43:14 |
obrien |
Update the personality of the port. |
7.3.1014 25 May 2013 14:00:33 |
miwi |
- Unbreak build when devel/libsysinfo is installed
PR: 173476
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
Approved by: maintainer timeout |
7.3.1014 25 May 2013 13:52:10 |
miwi |
- Update to patchlevel 1014
- Fix Athena dependency [1]
Requested by: many
PR: 177597 [1]
Submitted by: scf@ [1] |
7.3.669_1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
7.3.669_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
7.3.669_1 16 Apr 2013 16:04:14 |
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 |
7.3.669_1 05 Apr 2013 08:23:44 |
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) |
7.3.669_1 02 Apr 2013 10:22:08 |
bapt |
Prevent NLS addition to PLIST_SUB to hide previous additions
Approved by: portmgr (implicit) |
7.3.669 20 Mar 2013 23:57:00 |
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) |
7.3.669 29 Jan 2013 17:18:40 |
obrien |
Update conflicts and avoid duplication. |
7.3.669 28 Sep 2012 23:29:03 |
obrien |
Update to Vim 7.3 patchlevel 669. |
7.3.632 12 Sep 2012 15:40:27 |
obrien |
Remove limitation on unthreaded version of Tcl.
PR: 171158
Submitted by: gahr |
7.3.632 17 Aug 2012 16:12:49 |
obrien |
Fix GNU configure problem with building "WITH_GNOME2".
Submitted by: dougb
Reported by: David Demelier <demelier.david@gmail.com> |
7.3.632 17 Aug 2012 16:08:14 |
obrien |
Update to Vim 7.3 patchlevel 632. |
7.3.556_1 15 Jun 2012 16:47:35 |
obrien |
Update to Vim 7.3 patchlevel 556. |
7.3.538_1 05 Jun 2012 17:04:00 |
obrien |
Update to Vim 7.3 patchlevel 538. |
7.3.515_1 05 Jun 2012 02:09:47 |
obrien |
Correct CONFLICTS for vim-lite slave port. |
7.3.515_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
7.3.515 31 May 2012 22:00:28 |
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 |
7.3.515 28 May 2012 22:04:54 |
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) |
7.3.515 28 May 2012 18:57:07 |
crees |
Respect WITHOUT_NLS properly
PR: ports/166202
Submitted by: Mel Flynn <rflynn@acsalaska.net>
Approved by: maintainer timeout (obrien, 6w) |
7.3.515 07 May 2012 21:19:07 |
obrien |
Update to Vim 7.3 patchlevel 515. |
7.3.502 24 Apr 2012 17:44:43 |
obrien |
Update version 7.3 to patchlevel 502. |
7.3.480 25 Mar 2012 23:16:25 |
miwi |
- Update to Vim 7.3 patchlevel 480.
Approved by: maintainer timeout
Feature safe: yes |
7.3.121 24 Oct 2011 09:11:38 |
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 |
7.3.121 20 Jun 2011 17:40:32 |
obrien |
Minor style change. |
7.3.121 20 Jun 2011 17:38:00 |
obrien |
Include bsd.port.options.mk.
PR: 157845
Submitted by: Eir Nym <eirnym@gmail.com> |
7.3.121 18 Jun 2011 14:37:19 |
pav |
- MAKE_JOBS_UNSAFE:
FATAL: can't create objects/py_config.o: No such file or directory
Reported by: pointyhat |
7.3.121 28 Feb 2011 18:07:35 |
obrien |
Update to Vim 7.3 patchlevel 121. |
7.3.81 14 Dec 2010 21:50:47 |
obrien |
Update to Vim 7.3 patchlevel 81. |
7.3.75 08 Dec 2010 10:02:20 |
obrien |
Update to Vim 7.3 patchlevel 75. |
7.3.62 24 Nov 2010 22:02:00 |
obrien |
Complete gtk1->gtk2(gnome2) transition.
PR: 151421
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> |
7.3.62 22 Nov 2010 19:22:55 |
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. |
7.3.62 22 Nov 2010 15:02:48 |
obrien |
Update to Vim 7.3 patchlevel 62. |
7.3.50 09 Nov 2010 19:27:02 |
obrien |
Update to Vim 7.3 patchlevel 50. |
7.3.48 04 Nov 2010 06:50:40 |
obrien |
Update to Vim 7.3 patchlevel 48. |
7.3.47 31 Oct 2010 21:17:21 |
obrien |
Update to Vim 7.3 patchlevel 47. |
7.3.32 21 Oct 2010 01:11:50 |
obrien |
Add LUA. |
7.3.32 21 Oct 2010 01:07:00 |
obrien |
Update to Vim 7.3 patchlevel 32. |
7.3.29 21 Oct 2010 00:57:53 |
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> |
7.3.29 21 Oct 2010 00:23:32 |
obrien |
Allow one to use WITHOUT_GUI as a synonym for WITHOUT_X11.
PR: 151468
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> |
7.3.29 20 Oct 2010 01:19:01 |
obrien |
Update to Vim 7.3 patchlevel 29. |
7.3.28 15 Oct 2010 06:58:06 |
obrien |
Update to Vim 7.3 patchlevel 28. |
7.3.21 12 Oct 2010 20:03:06 |
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. |
7.3.21 12 Oct 2010 19:32:19 |
obrien |
Backout rev. 1.49. The icon handling is too sensitive to what other packages
one has installed. |
7.3.21 11 Oct 2010 06:53:35 |
obrien |
Update to Vim 7.3 patchlevel 21. |
7.3.19 07 Oct 2010 15:28:22 |
obrien |
Enable LUA for the default Portmgr package build. |