Commit Graph

76 Commits

Author SHA1 Message Date
Alexpux
c9d594da8b msys2-runtime: Update to git SHA [24660a8] 2015-01-11 21:07:50 +03:00
Ray Donnelly
056ddd2dc9 crosstool-ng: Refresh patches 2015-01-08 20:59:24 +00:00
Alexpux
7e293fc9b5 msys2-runtime: Update to git SHA [0bee699] 2014-12-19 14:09:30 +03:00
Alexpux
9d7bd92add msy2-runtime: Update to git SHA [9bd5a78] 2014-11-27 07:04:24 +03:00
Alexpux
1b40c5b34f msys2-runtime: Update to git SHA [8211578] 2014-11-21 07:01:22 +03:00
Alexpux
99bff4f511 msys2-runtime: update to git SHA [fbf8a84] 2014-11-14 00:32:43 +03:00
Alexpux
c39ca0933c msys2-runtime: Update to latest. Don't provide RPC headers. They will be in librpc 2014-11-07 07:08:36 +03:00
Alexpux
29881c9e5c msys2-runtime: Update to git SHA [77f8ff8] 2014-11-04 18:28:38 +03:00
Alexpux
c1477429d6 msys2-runtime: Update to latest. 2014-10-27 07:35:02 +03:00
Alexpux
2026d5e5c3 msys2-runtime: Update to latest git. 2014-10-26 22:23:34 +03:00
Alexpux
fd0d81792d msys2-runtime: Update to git SHA [9a7320c] 2014-10-18 23:26:56 +04:00
Alexpux
b23222e0f6 msys2-runtime: Apply all patches to sources. 2014-10-04 20:48:40 +04:00
Ray Donnelly
33c76dea71 msys2-runtime: Tidier PKGBUILD 2014-10-03 11:47:39 +01:00
Alexpux
2fd342c5ad msys2-runtime: Enable all patches 2014-10-03 07:40:40 +04:00
Ray Donnelly
175489d513 msys2-runtime: Fix and enable my patches
Also tidied up the names of all patches

Please don't delete the commented out stuff at the bottom
as it's useful to test things out
2014-10-03 00:58:11 +01:00
Alexpux
4ffba3c24e msys2-runtime: Fix issue described at https://github.com/Alexpux/MSYS2-packages/issues/72 2014-10-02 20:28:42 +04:00
Ray Donnelly
52faa0ef5c msys2-runtime: Add dependencies + new WIP patch 2014-10-02 00:31:09 +01:00
Alexpux
ba2595d1dd msys2-runtime: Convert only first part of string argument that have spaces. 2014-10-01 22:37:37 +04:00
Alexpux
663f59cd4f msys2-runtime: Stop trying convert any quoted strings. Not convert strings containing "@" 2014-10-01 12:53:12 +04:00
Ray Donnelly
ae83bac254 msys2-runtime: New mount table sorting (WIP) 2014-09-21 18:46:14 +01:00
Alexpux
8859a3ab59 msys2-runtime: Fix converting arguments like -DCMAKE_INSTALL_PREFIX:PATH 2014-09-21 13:43:59 +04:00
Alexpux
4bd32e0aa4 msys2-runtime: Fix handling Windows path list when converting. 2014-09-19 09:10:10 +04:00
Alexpux
64126f1d73 msys2-runtime: Format path_conv patch to git. 2014-09-17 07:09:02 +04:00
Ray Donnelly
401695808e msys2-runtime: Disable new patch until it works 2014-09-07 22:30:48 +01:00
Ray Donnelly
338b4454d8 msys2-runtime: Add new patch for path_conv
Use whichever mount gives the longest result.  This change
is because argv[0] of MSYS2 programs was /bin/foo.exe when
it should be /usr/bin/foo.exe and this caused all sorts of
issues with relocation (as e.g. PREFIX is /usr and that is
expected to be found as the prefix of argv[0]).

For example, from cmd.exe:

"C:\msys64\usr\bin\g++.exe -print-prog-name=cc1plus"

.. gave:

"cc1plus"

.. before this patch, when it should have given:

"/usr/lib/gcc/x86_64-pc-msys/4.8.2/cc1plus.exe"
2014-09-05 21:36:18 +01:00
Alexpux
ba166d7248 msys2-runtime: Update to latest git. 2014-09-01 20:49:16 +04:00
Alexpux
04baea46a9 msys2-runtime: Update to latest. 2014-08-24 00:37:47 +04:00
Alexpux
c0d32b11f1 msys2-runtime: Update to latest 2014-08-09 23:45:50 +04:00
Alexpux
b642240d18 msys2-runtime: Update to latest 2014-07-17 21:03:30 +04:00
Alexpux
d1223f11ff msys2-runtime: Update to latest. 2014-07-15 22:48:02 +04:00
Alexpux
6a1b09c39d msys2-runtime: Update to latest. Switching to new files layout. Now all MSYS2 stuff will be in real /usr folder. 2014-06-17 08:15:36 +04:00
Alexpux
44f93a8d53 msys2-runtime: Update to rev.16025 2014-05-22 11:48:14 +04:00
Alexpux
91b63a1e37 msys2-runtime: Update to latest. 2014-05-05 21:27:47 +04:00
Alexpux
18a8d1e794 msys2-runtime: Update to latest. 2014-05-01 00:05:02 +04:00
Alexpux
34ac3cdf22 Fix format in PKGBUILD's 2014-04-28 09:52:34 +04:00
Juergen Pfeifer
ef8aff438f Fix msys2-runtime-devel packaging to follow symlinks 2014-04-12 10:55:08 +02:00
Alexpux
8b0f1cc551 msys2-runtime: Update to latest 2014-04-09 13:45:30 +04:00
Alexpux
6e947c2f47 msys2-runtime: Update experimental patch. 2014-03-25 20:46:17 +04:00
Alexpux
6ac29f7a63 msys2-runtime: Add contributors for new code. 2014-03-23 13:21:55 +04:00
Ray Donnelly
045abf3ff0 msys2-runtime: fix dodgy logic in patch conversion space calculation 2014-03-22 17:07:09 +00:00
Ray Donnelly
cfe22453ef msys2-runtime: build as release again 2014-03-22 00:53:01 +00:00
Ray Donnelly
1bfc5dfd52 msys2-runtime: path patch fixes
Fixes for 0003-Add-msys2_path_conv.patch:
Early out case fixed, n3, n4, n5 access beyond string fixed

Added back 0004-Fix-cygwin-path_conv-of-root.patch:
It was dropped by mistake in an earlier commit
2014-03-22 00:50:59 +00:00
Ray Donnelly
669c709f2f msys2-runtime: put OPTIM (-O0) stuff back in 2014-03-21 18:21:25 +00:00
Alexpux
dfa9420198 msys2-runtime: Update PKGBUILD 2014-03-21 22:04:00 +04:00
Alexpux
2be2693322 msys2-runtime: Update experimental patch 2014-03-21 21:31:47 +04:00
Ray Donnelly
c560737d42 msys2-runtime: Add patch to fix conversion of "/" path
.. so that the result ends with a "/" too, e.g. "C:/msys64/"
2014-03-20 22:55:47 +00:00
Alexpux
0e0f3f7ba3 msys2-runtime: Update experimental patch 2014-03-20 21:51:10 +04:00
Alexpux
6c50b7a15c msys2-runtime: Update experimental patch 2014-03-20 15:25:31 +04:00
Alexpux
972bfe504f msys2-runtime: Update to latest. 2014-03-19 13:37:17 +04:00
Alexpux
cdbd3168b3 msys2-runtime: Fix escapes for license header. Fix variable definition in experimental patch. 2014-03-19 11:09:48 +04:00