0
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Adrien Destugues a304039ebf check: use cmd:awk instead of cmd:gawk
There is nothing here that depends on specifically the GNU implementation of awk.
So just use the more generic requirement.
2020-10-27 15:14:38 +01:00
Jerome Duval 582ea634f2 check: bump version. 2019-11-29 22:20:53 +01:00
fbrosson 1bb514718f
check: bump to 0.12.0, bring back 0.10.0 for x86_gcc2. (#2238)
0.10.0 is the last release that works on x86_gcc2 primary arch.
2018-02-21 19:00:17 +00:00
fbrosson d044dea9d2
check: unsplit check_common. (#2055)
This is required because check 0.11.0 no longer builds on x86_gcc2
primary arch, so the arch-independent check_common could not be
built on x86_gcc2, hence preventing the installation of check_x86.
2018-01-12 00:13:43 +00:00
Sergei Reznikov a1d20f2b79 libcheck: mark as broken on gcc2 2017-12-19 11:17:25 +03:00
Jerome Duval 2b42a4ae8a check: bump version. 2017-09-21 20:22:14 +02:00
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
fbrosson 6b1d1cee6d check: fix PROVIDES for secondary arch & improve pkg splitting. (#594)
* 0.9.13, 0.9.14 and 0.10.0 were missing a cmd:gawk in REQUIRES.
* Fixed 2nd arch for 0.10.0 and improved the package splitting.
* Switch 0.9.13 and 0.9.14 to the same layout as 0.10.0.
2016-05-13 14:46:30 -04:00
fbrosson 7746bb1be1 check: add recipe for version 0.10.0. 2016-03-12 03:04:24 +00:00
DarkmatterVale 0699b604dc Update libraries to be gcc4 compatible 2015-12-22 09:03:04 +00:00
Augustin Cavalier f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Jérôme Duval ba7a929582 fixPkgconfig doesn't need an argument. 2014-09-03 16:57:14 +02:00
Jerome Duval 36e2c0ed6d netsurf: build on x86 and x86_64
* fix dependencies and build system
* check doesn't build correctly with haikuporter on x86_64 beause
of a Python bug (hard link extraction in tar files)
2014-08-30 19:57:59 +00:00
Adrien Destugues c0145ad305 Add recipe for libcheck. 2014-06-08 22:55:22 +02:00