Commit Graph

581 Commits

Author SHA1 Message Date
fbrosson
77ffe16207 mdds: bump to 1.4.2, switch SOURCE_URI to https.
Also drop unneeded SOURCE_DIR.
2018-09-17 08:17:37 +00:00
Jérôme Duval
b9058a849e ccache: switch to https. 2018-09-14 12:36:51 +02:00
Jerome Duval
f280ba3bd9 abi_compliance_checker: fix HOMEPAGE. 2018-09-13 09:50:44 +02:00
Jerome Duval
884b29fa4f ninja: update HOMEPAGE. 2018-09-12 10:22:33 +02:00
Schrijvers Luc
0a5c4fcccf hxtools, bump version (#2924) 2018-09-08 14:44:54 -04:00
Jerome Duval
3b10cbdba8 fix missing $secondaryArchSuffix
clean up.
2018-09-05 07:37:48 +02:00
Jerome Duval
bd33cc2cbd code style. 2018-09-03 11:10:08 +02:00
Augustin Cavalier
985c28d7c7 gdb: Add almost-working recipe and patchset for 8.1 (!!!).
Reworking the Haiku backend from 6.3 (2004) to 8.1 (2018) surprisingly
only took a few hours to get it to compile ... but then it crashes when
attempting to start inferiors with a use-after free that I spent over
three hours debugging and got nowhere.

It seems that somehow, an event object that is created, deleted, and otherwise
managed entirely by the Haiku patches is somehow deleted between waits?!
The guarded heap was of not much help here, it obviously caught the UAF
before the regular heap did, but couldn't even say where it had been freed,
only where it had been allocated; and the allocation location looked
completely wrong also. So, this is very close, but it doesn't work just yet.

It would sure be nice to have Qt Creator's GDB support (which needs
Python-enabled GDB) working...
2018-09-02 21:25:08 -04:00
Augustin Cavalier
0ee98d9e05 gdb: Fix and enable for x64. 2018-09-02 01:56:03 -04:00
miqlas
2d8dbae7d3 Radare2: bump (#2952)
* Radare2: bump
2018-09-01 20:47:45 +02:00
miqlas
23ef79cc45 Cutter 1.7.1 (#2953) 2018-09-01 14:35:19 -04:00
Sergei Reznikov
01e23ee6bd mdds: bump version 2018-08-29 12:53:34 +03:00
waddlesplash
af0ca1737d posixtestsuite: Disable recipe.
I'm not sure we even want a recipe for this, but at any rate, it seems to set the system time which broke all future builds: https://build.haiku-os.org/buildmaster/master/x86_gcc2/logviewer.html?buildruns/1745/builds/29327.log
2018-08-26 20:28:39 -04:00
miqlas
f393e1f40a cppcheck: revbump
sorry for the noise
2018-08-15 21:56:47 +02:00
miqlas
52625476b4 Fix config dir (#2922) 2018-08-15 15:18:17 -04:00
miqlas
8439c7a60b Silver Searcher: bump, add cram (#2907) 2018-08-13 12:26:42 -04:00
Adrien Destugues
6931b10b8e Add gertty and more of its python dependencies.
Unfortunately it does not manage to connect to Haiku server. Works ok
with OpenOCD's one.
2018-08-12 14:24:04 +02:00
Jerome Duval
0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +02:00
Jerome Duval
f67b534c07 COMMIT/commit => srcGitRev.
* code style.
2018-08-07 08:56:57 +02:00
Jerome Duval
27089da6bd keystone: fix PROVIDES_devel. 2018-08-06 17:01:11 +02:00
Jerome Duval
b055e97827 fastdep: fix PROVIDES. 2018-08-06 17:00:03 +02:00
Jerome Duval
79455a95ac bencode_tools: fix PROVIDES. 2018-08-06 16:58:45 +02:00
Jerome Duval
dedc2c6324 code style. 2018-08-06 15:08:49 +02:00
Leorize
5629059dc1 dev-util/pkgconf: updated to 1.5.3
- Provides compatibility script for gcc2 main architecture
- Fixed bug where packages using autotools fails to build with pkgconf,
  this is done by folding pkg.m4 back to the main package, causing
  pkgconf to directly conflict with pkgconfig
- Folded _pkgconfig subpackage
2018-08-04 19:32:28 +07:00
Jerome Duval
a7bb8e3236 posixtestsuite: code style. 2018-08-03 08:53:21 +02:00
Jerome Duval
c75859afb9 keystone: code style. 2018-08-03 08:51:50 +02:00
Jerome Duval
8f5a395bb7 kdevelop: code style. 2018-08-03 08:50:58 +02:00
Jerome Duval
d57838baef hxtools: code style. 2018-08-03 08:49:39 +02:00
Jerome Duval
72d24ae33d guideml: code style. 2018-08-03 08:48:46 +02:00
Jerome Duval
99b90e0a34 diffstat: code style. 2018-08-03 08:44:49 +02:00
Jerome Duval
2b416a1805 capstone: code style. 2018-08-03 08:44:18 +02:00
Jerome Duval
9b35198101 boost_build: code style. 2018-08-03 08:44:17 +02:00
Schrijvers Luc
3749ec53ac ccache, bump version (#2694) 2018-06-23 22:57:59 -04:00
Schrijvers Luc
9671519a7a cppcheck, bump version (#2712) 2018-06-23 22:52:38 -04:00
fbrosson
42ee7fb799 xdelta: add SOURCE_FILENAME and commandSuffix. 2018-06-16 03:47:49 +00:00
fbrosson
7670a5c580 byacc: bump to 20180609. 2018-06-12 09:24:28 +00:00
fbrosson
8b7091417e cmark: move dev-util/cmark/ to app-text/cmark/ to follow Gentoo. (#2681) 2018-06-12 06:27:18 +00:00
fbrosson
1495c0fe5e cmake: fix build on 2nd arch, fix PROVIDES*, simplify INSTALL.
* Add REPLACES to get rid of the previous revision which had
  "libcmark" (instead of "cmark") in its PROVIDES.
* Move man3/cmark.3 and $libDir/cmake/ to the devel package.
* * Define commandBinDir and friends.
* Add PATCH() to have correct directories in src/CMakeLists.txt.
* Enable on x86 secondary arch.
* Update HOMEPAGE & COPYRIGHT.
2018-06-12 06:07:26 +00:00
fbrosson
47e252d54a cmark: fix installation directories, fix PROVIDES*.
* Add REPLACES to get rid of the previous revision which had
  "libcmark" (instead of "cmark") in its PROVIDES.
* Upstream does not install api_test, so drop its cmd: entry.
* Move man3/cmark.3 to the devel package.
* Define commandBinDir and friends.
* Add PATCH() to have correct directories in src/CMakeLists.txt.
* Enable on x86_64.
* Update HOMEPAGE & COPYRIGHT.
2018-06-11 23:43:07 +00:00
fbrosson
68e88ad2b2 mdds: convert to "any" arch, drop devel subpackage. (#2666) 2018-06-08 10:31:09 +00:00
fbrosson
8f5426557e ragel: Mark as broken on x86_gcc2, drop commandBinDir.
Unlike ragel 6.9, which builds on x86_gcc2 primary arch, 7.0.0.10
BUILD_REQUIRES devel:libcolm which is not available on x86_gcc2.
We therefore need to keep 6.9 for x86_gcc2.

So, in order to allow x86_gcc2 hybrid to be able to activate both
ragel-6.9 and ragel_x86-7.0.0.10, we cannot install cmd:ragel in
$commandBinDir; we need to install it in $binDir.

Minor change: drop the call to autoreconf as it is not needed.
2018-06-06 21:04:46 +00:00
fbrosson
0e0bc69e12 colm: enable on x86, mark as broken on x86_gcc2. 2018-06-06 20:48:37 +00:00
fbrosson
24a9e05925 mdds: "devel:mdds" += "$secondaryArchSuffix" in PROVIDES_devel. 2018-06-06 13:00:49 +00:00
Schrijvers Luc
6d815cbb9c bakefile, bump version (#2609) 2018-06-03 16:04:50 +00:00
fbrosson
17174514d5 byacc: bump to 20180525. (#2635) 2018-06-02 04:24:14 +00:00
Jérôme Duval
55a702f6dd ninja: update HOMEPAGE. 2018-05-30 07:59:12 +02:00
Sergei Reznikov
9ff9742205 lxqt_build_tools: add recipe for version 0.5.0 2018-05-23 13:18:17 +03:00
Schrijvers Luc
60b55878b2 abi_compliance_checker, bump version, fix build (#2594) 2018-05-22 20:01:26 -04:00
Schrijvers Luc
583eb5ab51 acr, bump version (#2595) 2018-05-22 11:24:02 +00:00
fbrosson
bca9c60932 acr: cosmetic changes to have a nicer diff for the next commit. 2018-05-22 11:12:34 +00:00