Commit Graph

1105 Commits

Author SHA1 Message Date
Colin Finck
3a355dc741
[BUILDTOOLCHAIN] Extract with bunzip2 and tar instead of "tar xjf" due to https://github.com/msys2/MSYS2-packages/issues/1548 2019-08-18 13:14:56 +02:00
Colin Finck
b00712aad8
Add a patch we're going to need for a successful MinGW build of ninja v1.9.0. 2019-08-18 12:04:56 +02:00
Pierre Schweitzer
b96a3ceb44
[ROSBE-UNIX] Bump Ninja & CMake release
Feel free to test here: https://www.heisspiter.net/~Pierre/RosBE-Unix-2.2.tar.bz2
2019-04-28 14:56:30 +02:00
Pierre Schweitzer
63b5b0cc48
[ROSBE-UNIX] Don't display misleading information if pkg-config is missing
Patch by Jyrki Jaakkola

ROSBE-93
2019-04-27 15:14:22 +02:00
Pierre Schweitzer
b07fef4e13
[ROSBE-UNIX] Fix missing fi 2019-04-27 15:10:11 +02:00
Pierre Schweitzer
8b26f07c6b
[ROSBE-UNIX] Look for find, bzip2 and tar
ROSBE-82
2019-04-27 15:09:21 +02:00
Pierre Schweitzer
48bc4831ee
[ROSBE-UNIX] Add initial work towards 2.2 release 2019-04-27 14:55:52 +02:00
Colin Finck
16bc984fda
Revert "Check for "pkg-config" too, because it is used to find zlib and not guaranteed to be available."
This reverts commit 2ebb075d4b, because we already check for pkg-config in a more proper way since 0f8c9bac3e (SVN r2255).
2018-09-18 19:51:25 +02:00
Colin Finck
c5de2692ee
Update README files. 2018-08-21 12:05:53 +02:00
Colin Finck
2ebb075d4b
Check for "pkg-config" too, because it is used to find zlib and not guaranteed to be available. 2018-08-21 12:00:07 +02:00
Colin Finck
c67d61dcd9
Remove old Buildtoolchain versions from Git and only keep a single "latest" one.
We used to ship multiple GCC versions with RosBE and therefore needed multiple scripts, but these times are long gone.
2018-08-21 11:55:49 +02:00
Colin Finck
d1c09dc235 Remove last remainder of "make" in the RosBE Builder script. 2018-08-21 11:44:39 +02:00
Dennis Luxen
5d9afaa437 Remove make from toolchain as CMake is used 2018-08-20 18:52:49 +02:00
Dennis Luxen
f072e3b198 MakePackage.sh: support svn as well as git repos (#4)
* MakePackage.sh: support git repos and drop svn support
2018-06-28 18:54:47 +02:00
Colin Finck
a8c5da4981 [ROSBE-UNIX] Update README.odt based on latest README changes. 2018-06-28 10:12:22 +02:00
Dennis Luxen
9cf1bb87d9 Replace #!/bin/bash with #!/usr/bin/env bash (#3)
This PR pulls the location of `bash` from the environment and makes any workarounds for systems like FreeBSD unnecessary that put the `bash` in a different directory.
2018-06-28 10:06:56 +02:00
Daniel Reimer
5c651a0491 Preparation for RosBE 2.1.6 for Windows (#1)
- HTTP -> HTTPS in updater script
- Fix Updater script by granting access rights for it. ROSBE-129
- Remove sSVN and it's SVN binaries being useless now.
- Update changelog showing the binary updates.
- Update Copyright header year -> 2018
- 2.1.5 -> 2.1.6
2018-01-28 20:08:38 +01:00
Daniel Reimer
37e471df8a [ROSBE]
Updated changelog last time.

svn path=/trunk/RosBE/; revision=2348
2017-08-06 17:07:00 +00:00
Daniel Reimer
cea3ca7271 [ROSBE]
Some fixes for spaces not breaking everything. Still CMAKE seems to dislike it.
Change name back to just ReactOS Build Environment before the honoring sounds like sarasm. + HAXX to make the uninstaller remove the old one.

svn path=/trunk/RosBE/; revision=2338
2017-04-22 13:00:55 +00:00
Daniel Reimer
2d3e0a8ca9 [ROSBE]
Some preparations for a lil bugfix release. Revert Setup only gaining user rights due to cons weigh way more than the one pro.

svn path=/trunk/RosBE/; revision=2337
2017-04-22 11:25:57 +00:00
Daniel Reimer
76a48f5f5f [ROSBE]
Add RequestExecutionLevel user
ROSBE-114

svn path=/trunk/RosBE/; revision=2336
2017-04-22 08:25:27 +00:00
Daniel Reimer
294676c120 [ROSBE]
Try to make it user's decision if he uses %PATH% or not.
ROSBE-97

svn path=/trunk/RosBE/; revision=2334
2017-03-14 21:07:26 +00:00
Daniel Reimer
cdbd73149e [ROSBE]
Prepare a Fix Build of RosBE called v2.1.4
ROSBE-84 ROSBE-88 ROSBE-89 ROSBE-96 ROSBE-105

svn path=/trunk/RosBE/; revision=2333
2017-03-13 12:58:32 +00:00
Daniel Reimer
67993ef599 [ROSBE]
Fix clean command removing what it should + fix log cleanup, too.
ROSBE-105 #resolve #comment Fixed, thx for reporting. ^^

svn path=/trunk/RosBE/; revision=2332
2017-03-13 12:01:43 +00:00
Daniel Reimer
80220fcc9e [ROSBE]
Remove useless check only causing trouble if you build a branch from somewhere else.

svn path=/trunk/RosBE/; revision=2331
2017-03-05 16:33:42 +00:00
Daniel Reimer
cf5bcbfbd8 [ROSBE]
Prepare a bugfix release for RosBE. No need for a *nix update in that case.

svn path=/trunk/RosBE/; revision=2278
2016-08-21 17:46:34 +00:00
Daniel Reimer
4c838bb042 [ROSBE]
update readme + add some missing spaces to nsi file.

svn path=/trunk/RosBE/; revision=2277
2016-08-21 17:07:32 +00:00
Daniel Reimer
408dfa4670 [ROSBE]
Correct SSVN when RosBE installation directory includes a space by Roel Messiant
ROSBE-96 #resolve #comment added, thx for fixing ^^

svn path=/trunk/RosBE/; revision=2276
2016-08-21 16:58:10 +00:00
Daniel Reimer
41995d2b9d Experimental certificate update for Windows XP needed to at least have recent certs for access to ReactOS servers. YET UNTESTED!
ROSBE-84

svn path=/trunk/RosBE/; revision=2263
2016-04-15 16:35:59 +00:00
Daniel Reimer
83fadc2fb5 Preparation work for a bugfix release of RosBE Windows. (ONLY WINDOWS, so no need to do any Unix work that time, Pierre ^^)
ROSBE-84
ROSBE-88
ROSBE-89

svn path=/trunk/RosBE/; revision=2262
2016-04-10 08:30:42 +00:00
Daniel Reimer
944df74b3e [ROSBE]
zh-TW resource of the config tool of the Windows version has incorrect encoding by Alvin Wong
ROSBE-60 #resolve #comment Committed, thx ^^

svn path=/trunk/RosBE/; revision=2257
2015-12-02 21:42:00 +00:00
Colin Finck
0f8c9bac3e [ROSBE-UNIX]
Before we can check for libraries, we actually need pkg-config installed. A plain minimal Linux installation may not contain it.
Skip this part again for OS X.

svn path=/trunk/RosBE/; revision=2255
2015-11-28 20:20:10 +00:00
Pierre Schweitzer
62ad1c1b33 [ROSBE-UNIX]
Update links.

ROSBE-73 #resolve #comment Fixed with r2247. Thanks!

svn path=/trunk/RosBE/; revision=2247
2015-10-11 10:10:58 +00:00
Pierre Schweitzer
c5f9dad0b8 [ROSBE-UNIX]
A corrective upload for 2.1.2 just has been performed.

ROSBE-68 patch was incorrectly applied and thus wasn't fixed in 2.1.2
Additionnaly, regarding ROSBE-72 has been added.

Regarding ROSBE-72, no extra efforts will be done for corrective upload for 2.1.2. Debian Stretch is a non released OS and its support with have to wait for 2.1.3 (or any later release) if it has been released in the meantime.

Sorry for the caused inconvenience regarding the broken upload of 2.1.2.

svn path=/trunk/RosBE/; revision=2245
2015-09-09 21:32:02 +00:00
Pierre Schweitzer
a122cbfd92 [ROSBE-UNIX]
Release the RosBE-Unix 2.1.2.

Compared to 2.1.1, it comes with bugfixes, ninja 1.6.0 and CMake 3.2.1-ReactOS.
Uploads will follow when possible.

It gets released nearly a month after the RosBE-Windows release, thanks to the wonderful communication and coordination effort which is made regarding RosBE

svn path=/trunk/RosBE/; revision=2244
2015-09-08 15:13:30 +00:00
Pierre Schweitzer
16fc64539d [ROSBE-UNIX]
FreeBSD `uname -m` returns amd64 for proc architecture

svn path=/trunk/RosBE/; revision=2243
2015-09-08 12:50:39 +00:00
Pierre Schweitzer
ee4c4b1395 [ROSBE-UNIX]
Disable symbols stripping on MacOSX:
- find syntax is wrong (but could be fixed though)
- stripping doesn't work

ROSBE-35 #resolve #comment Fixed with r2093 and r2242

svn path=/trunk/RosBE/; revision=2242
2015-09-08 08:30:31 +00:00
Pierre Schweitzer
e67f2857e8 [ROSBE-UNIX]
Fix GCC 4.7 build with GCC 5+.

ROSBE-68 #resolve #comment Patch will be incorporated in the next release. Thanks!

svn path=/trunk/RosBE/; revision=2241
2015-09-07 21:58:15 +00:00
Pierre Schweitzer
67cf19f8f7 [ROSBE-UNIX]
Enable plugins when building GCC & binutils

ROSBE-57 #resolve #comment Fixed with r2240

svn path=/trunk/RosBE/; revision=2240
2015-09-07 21:34:08 +00:00
Daniel Reimer
c529e8fa6a [ROSBE]
Revert back to msys diff command
Update changelog

svn path=/trunk/RosBE/; revision=2239
2015-09-07 21:22:03 +00:00
Pierre Schweitzer
00d39f3e06 [ROSBE-UNIX]
Query desktop directory if possible.
Otherwise default to $HOME/Desktop

ROSBE-50 #resolve #comment Fixed with r2238

svn path=/trunk/RosBE/; revision=2238
2015-09-07 21:11:52 +00:00
Pierre Schweitzer
d331a3b4a2 [ROSBE-UNIX]
Add Python in the RosBE dependencies.

ROSBE-66 #resolve #comment Fixed with r2237

svn path=/trunk/RosBE/; revision=2237
2015-09-07 20:57:51 +00:00
Daniel Reimer
f964c7900c [ROSBE]
Update ChangeLog.txt
Fix NSIS bug which breaks NSIS 3 support + add last few subversion files not worth to skip anymore.

svn path=/trunk/RosBE/; revision=2236
2015-09-07 20:44:41 +00:00
Daniel Reimer
02751d31b6 [ROSBE]
Improved Icons for RosBE-Windows by Jared Smudde
ROSBE-71 #resolve #comment Committed, thx ^^

svn path=/trunk/RosBE/; revision=2235
2015-09-06 21:02:18 +00:00
Daniel Reimer
1db09c92c5 [ROSBE]
Translation updates by Adam Stachowicz 
ROSBE-69 #resolve #comment Committed, thx ^^

svn path=/trunk/RosBE/; revision=2229
2015-08-27 18:20:07 +00:00
Daniel Reimer
0f21aeca5e [ROSBE]
Several fixes for PS sSVN and Update command.

svn path=/trunk/RosBE/; revision=2228
2015-08-26 20:20:14 +00:00
Daniel Reimer
8d81750858 [ROSBE]
Fixes for setup routine.

svn path=/trunk/RosBE/; revision=2227
2015-08-26 19:01:30 +00:00
Daniel Reimer
4c0ab518ab This was a short living version... Bugfix release in the works... ^^
svn path=/trunk/RosBE/; revision=2226
2015-08-25 19:28:25 +00:00
Daniel Reimer
1f742cc51d First try to detect the MSVC version automatically. Ugly like hell... but this is batch ^^ Right now it uses the newest MSVC found ONLY!
svn path=/trunk/RosBE/; revision=2225
2015-08-17 13:56:02 +00:00
Daniel Reimer
621d340351 [ROSBE]
Update ChangeLog.txt
Cosmetical fix. If no MSVC is used, don't try to read the registry key to get the install dir of it.

svn path=/trunk/RosBE/; revision=2224
2015-08-17 13:11:42 +00:00