Commit Graph

58 Commits

Author SHA1 Message Date
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
Alexpux
548e1d718c msys2-runtime: Update experimental patch for replacing PATH mangling procedure. All license headers. Fix absolute path to sources. 2014-03-19 10:35:06 +04:00
Ray Donnelly
b148db3dd3 msys2-runtime: debugging improvements
1. Call configure via abs path so that the debug info
filenames contain full paths.

2. export CCWRAP_VERBOSE=1 when building debug for full
compilation commandline output.
2014-03-19 01:46:06 +00:00
Alexpux
41639c6670 msys2-runtime: Some fixes to patch. 2014-03-14 09:29:01 +04:00
Ray Donnelly
7245f76646 msys2-runtime: Add new patch (disabled for now)
.. it doesn't handle PATH lists very well, and also
I need to pass the root folder in with /, not \.
2014-03-14 01:11:28 +00:00
Alexpux
f8458c40b5 msys2-runtime: Sync with Cygwin. Fix patch name. 2014-03-13 12:08:23 +04:00
Ray Donnelly
c9bfd4318c msys2-runtime: Add (unused) experimental revert-mounting.patch 2014-03-10 12:08:16 +00:00
Alexpux
d0623c581e msys2-runtime: Update to latest 2014-03-05 09:49:50 +04:00
Ray Donnelly
b3a06661a3 msys2-runtime: Added some debugging changes
-O0 -DDEBUG and call configure via absolute path.
2014-02-21 10:38:41 +00:00
Alexpux
ade1f9c625 msys2-runtime: Update to latest. 2014-02-10 21:14:39 +04:00
Alexpux
8db8d0bdd0 msys2-runtime: Update to latest. 2014-02-10 10:28:00 +04:00
Ray Donnelly
00973e4878 msys2-runtime: Expand $MSYS error_start processing
.. so that custom commandlines can be passed to
the debugger program using '|' as an argument
delimiter and <program-name> and <process-id>
as special tokens.
2014-02-09 01:57:10 +00:00
Alexpux
a39de71535 msys2-runtime: Update to latest. 2014-02-05 13:16:51 +04:00
Alexpux
bbf630d64d msys2-runtime: Update to latest. 2014-02-03 14:58:11 +04:00
Alexpux
7fd3283783 msys2-runtime: update. 2013-12-10 01:57:20 +04:00
Alexpux
0baad9ff91 msys2-runtime: update version 2013-12-03 08:15:30 +04:00
Alexpux
7e0ad248e2 msys2-runtime: Update. 2013-11-25 12:01:54 +04:00
Alexpux
5d405f3192 msys2-runtime: fix make dependencies. 2013-11-22 09:03:41 +04:00
Alexpux
e044dfb824 msys2-runtime: don’t strip binaries and libraries 2013-11-11 08:58:07 +04:00