111 Commits

Author SHA1 Message Date
Dirk Stolle
7862fb9603 vim: update to 9.1.1806 2025-09-28 21:47:35 +02:00
Dirk Stolle
e20efdccd1 vim: update to 9.1.1766 2025-09-16 23:54:43 +02:00
Dirk Stolle
6d0ca02630 vim: update to 9.1.1760 2025-09-15 21:32:54 +02:00
Dirk Stolle
ffc9b6c6b5
vim: update to 9.1.1730 (#5608) 2025-09-04 21:49:04 +02:00
Dirk Stolle
38ecd578da
vim: update to 9.1.1623 (#5565) 2025-08-12 08:44:30 +02:00
Dirk Stolle
54b3597dee vim: update to 9.1.1566 2025-07-21 08:55:52 +02:00
Dirk Stolle
4d89ea6f85
vim: update to 9.1.1492 (#5510) 2025-07-12 09:05:34 +02:00
Biswapriyo Nath
308309f4bd vim: update to 9.1.1365 2025-05-05 04:18:27 +00:00
Suyun
4e85b5d93b
vim: update to 9.1.1236 (#5342) 2025-04-20 20:22:29 +02:00
Jeremy Drake
ec7dea445d rebuilds for ruby 3.4 2025-01-26 20:54:06 +01:00
Christoph Reiter
29a6a7c1e3
vim: Update to 9.1.1006 (#5139) 2025-01-16 09:18:16 +01:00
Christoph Reiter
67b5616588 vim: Update to 9.1.0866 2024-12-13 20:22:57 +01:00
Christoph Reiter
beb3ef9ae2 vim: Update to 9.1.0785 2024-10-26 10:46:44 +02:00
Christoph Reiter
0c8b60e3bc vim: Update to 9.1.0740 2024-10-03 09:46:00 +02:00
James Wilkinson
0ab8665c67 vim: update to 9.1.0707 2024-09-02 11:38:57 -04:00
Christoph Reiter
aaf59f0440 vim: Update to 9.1.0648 2024-08-11 10:49:27 +02:00
Suyun114
6e122ff1e8 vim: update to 9.1.0643 2024-07-30 17:05:27 +08:00
Christoph Reiter
4d0405fb29 vim: Update to 9.1.0532 2024-07-09 07:22:40 +02:00
Christoph Reiter
e2ae766566 vim: Update to 9.1.0445 2024-05-31 16:17:44 +02:00
Suyun
09ae9cd85a
vim: Update to 9.1.0380 (#4574) 2024-05-02 05:38:56 +01:00
Suyun
be581e5a66
vim: update to 9.1.0264 2024-04-06 09:54:59 +05:30
Christoph Reiter
19db64a71a More CPEs and anitya IDs 2024-03-27 17:37:54 +01:00
Christoph Reiter
e8f4f9baa3 more CPEs 2024-03-26 09:46:25 +01:00
Christoph Reiter
d587d7b5e0 more CPEs 2024-03-25 11:19:53 +01:00
Christoph Reiter
36921853ac Add some github URLs 2024-01-21 19:56:52 +01:00
Christoph Reiter
fa3ec19a82 vim: Update to 9.1.0000 2024-01-03 08:46:45 +01:00
Christoph Reiter
d03515eeee vim: Update to 9.0.2167 2023-12-23 14:48:31 +01:00
Christoph Reiter
c399da6539 vim: Update to 9.0.2143 2023-12-06 08:14:12 +01:00
Christoph Reiter
0afb6051f0 vim: Update to 9.0.2121 2023-11-24 08:03:55 +01:00
Christoph Reiter
d33d8ec97c vim: Update to 9.0.2112 2023-11-18 17:01:31 +01:00
Christoph Reiter
8302e48c4b vim: Update to 9.0.2070 2023-10-27 17:21:16 +02:00
Christoph Reiter
1986e38f30 vim: Update to 9.0.2043 2023-10-19 09:06:54 +02:00
Christoph Reiter
89f71003c9 vim: Update to 9.0.2002 2023-10-11 20:11:07 +02:00
Christoph Reiter
98a8c1f236 vim: Update to 9.0.1976 2023-10-06 10:47:36 +02:00
Christoph Reiter
4be4693e60 vim: Update to 9.0.1969 2023-10-03 09:14:34 +02:00
Johannes Schindelin
0d29542e8f vim: update to 9.0.1907
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-09-18 11:39:54 +02:00
Johannes Schindelin
9ef2e6e4da vim: avoid calling make install twice
It is unclear from looking at 22f186c9f5 (Add vim package., 2013-11-05)
why its `package` function needed to invoke `make install` twice.

Whatever reason there might have been, it does not look as if it should
be necessary anymore. So let's drop the first one, assuming that the
second invocation would have fixed whatever the first invocation got
wrong.

Incidentally, this patch fixes the build of newer `vim` versions that
would otherwise fail like this:

	[...]
	cd /C/_/vim/pkg/vim/usr/bin; ln -s vim.exe ex
	ln: failed to create symbolic link 'ex': File exists
	make[1]: *** [Makefile:2693: /C/_/vim/pkg/vim/usr/bin/ex] Error 1
	make[1]: Leaving directory '/C/_/vim/src/vim-9.0.1907/src'
	make: *** [Makefile:39: install] Error 2
	==> ERROR: A failure occurred in package().
	    Aborting...

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-09-18 11:34:03 +02:00
Johannes Schindelin
95df2106d5 vim: avoid linking to the perl DLL
The major Perl version is encoded in the file name of the Perl DLL,
which makes it much more desirable to link _dynamically_ to the DLL,
i.e. on demand. Otherwise `vim.exe` would not even start unless Perl is
installed, at the exact expected version.

However, due to a bug, even `--enable-perlinterop=dynamic` would let
`vim.exe` link to the Perl DLL, defeating the purpose of the `dynamic`
part.

This was fixed in the VIM project, via
https://github.com/vim/vim/commit/55460da26c27, and here is a backport
to get this fix into MSYS2.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-09-18 10:35:23 +02:00
Christoph Reiter
537718b473 More things to libxcrypt 2023-07-13 22:43:01 +02:00
Christoph Reiter
c6838a4a7c vim: Update to 9.0.1403 2023-03-13 20:13:09 +01:00
Christoph Reiter
48eeb4ed8f vim: Update to 9.0.1302 2023-02-11 19:40:42 +01:00
Christoph Reiter
08d7d49eda
typo 2023-01-26 12:21:35 +01:00
Christoph Reiter
9652bfd4b9 vim: add some new dependencies
vim links against msys-perl5_36.dll and msys-perl5_36.dll now,
so make that explicit.
2023-01-26 09:38:08 +01:00
Christoph Reiter
25dcfa55fc
vim: reset pkgrel 2023-01-25 09:32:28 +01:00
francesco.corte
220d5a8da5 update vim to v9 2023-01-24 20:52:38 +00:00
Biswapriyo Nath
81ad2d94a2
vim: Add libiconv and libintl dependency for python3/dyn feature
Fixes https://github.com/msys2/MSYS2-packages/issues/3052
2022-06-23 09:11:25 +05:30
Biswapriyo Nath
fb3dffb7c4 vim: update to 8.2.5117
* Rebase accept-crlf.patch file.
* Remove rgb.txt install command.

Fixes https://github.com/msys2/MSYS2-packages/issues/3043
2022-06-18 00:49:06 +05:30
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Biswapriyo Nath
e18c7c8c1c Update packages 2021-11-22 23:22:06 +05:30