Commit Graph

594 Commits

Author SHA1 Message Date
fbrosson
a35af0e398 cppcheck: bump to 1.85. 2018-10-30 06:43:00 +00:00
Gerasim Troeglazov
6e5ab82d86 KDevelop: explicit lrelease version dependency 2018-10-13 19:24:18 +10:00
Gerasim Troeglazov
a629a9d961 KDevelop: bump version 2018-10-13 19:02:24 +10:00
fbrosson
689cc2054b dev-util/astyle: drop commandSuffix, simplify PROVIDES.
Also reorder sections, without any changes.
2018-09-28 02:59:41 +00:00
Jerome Duval
e4d7930dea cmocka: cmocka.h is used by third parties.
simply include stdint.h.
2018-09-26 13:40:18 +02:00
Jerome Duval
84223227b8 cmocka: add another missing include. 2018-09-26 12:12:35 +02:00
Jerome Duval
1fc87f0f16 cmocka: include missing stdint.h. 2018-09-26 11:27:16 +02:00
Jérôme Duval
866d31a901 cmocka: assume uintptr_t already defined. 2018-09-26 11:12:47 +02:00
Jerome Duval
bdb0fcbd78 code style. 2018-09-25 10:21:17 +02:00
Jérôme Duval
c0a24c5974 intltool: remove old recipe. 2018-09-24 14:51:57 +02:00
fbrosson
2e5e9b5bcd netsurf-buildsystem: add SOURCE_FILENAME. 2018-09-23 09:18:49 +00:00
fbrosson
c9646ff913 netsurf-buildsystem: bump to 1.7, HOMEPAGE & SOURCE_URI -> https. 2018-09-23 09:18:48 +00:00
miqlas
4be906fe2c Cmocka: new recipe (#3110)
* Cmocka: new recipe

* INCLUDE fix
2018-09-22 16:04:36 -04:00
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