Commit Graph

62 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
Jérôme Duval
dde992823c boost: Declare compat versions on devel libs. 2021-03-01 21:04:41 +01:00
Alexander von Gluck IV
cd5e8fd289 boost-1.70: Fix cmake reported static file location 2021-02-04 12:30:45 -06:00
Alexander von Gluck IV
7339d11c20 boost: Add a small fix to 1.70 for our older gcc 2021-02-03 10:37:08 -06:00
Alexander von Gluck IV
61c2051ca5 boost: add 1.70 version; 1.69 patches apply cleanly
* Added missing libiconv dependency per haikuporter checks
* Patches will need reworked soon big source changes by 1.75
2021-02-03 08:17:26 -06:00
Adrien Destugues
02033538e7 Fix issues founds by package builder. 2020-08-03 22:57:23 +02:00
miqlas
a6511a2b6b Boost: add recipe for version 1.69.0 (#3523) 2019-01-02 14:23:06 +01:00
Jerome Duval
51ee6bc944 code style.
remove old patches.
2018-08-14 10:42:32 +02:00
Jerome Duval
cbf29c6eb9 boost: update HOMEPAGE. 2018-08-09 10:41:28 +02:00
fbrosson
fa76bedb0e boost-1.57.0: fix typo in patchset. Thanks @phoudoin! Closes #2529 2018-05-02 21:51:43 +00:00
Adrien Destugues
a61fee9f15 boost166: fix provides 2018-03-25 13:28:22 +02:00
miqlas
3f5f273600 Boost: version boost (#2178) 2018-02-13 19:29:16 -05:00
Sergei Reznikov
7fb97a5ece boost: enable secondary arch 2017-12-18 22:55:46 +03:00
Michael Lotz
ae951ae783 boost: Bump revisions forgotten in previous commit. 2017-12-03 21:34:06 +01:00
Michael Lotz
97771f91ae boost: Declare compat versions on provided libs.
This ensures that a dependency like lib:libboost_x >= 1.63.0 will not
be fulfilled with the boost165 package for example, which contains
version specific library names that will not work for software built
against other versions.
2017-12-03 21:19:31 +01:00
Jerome Duval
5c6ea810ce boost: _BSD_SOURCE is the correct define.
Thanks miqlas.
2017-10-14 13:59:23 +02:00
Jerome Duval
ae6d8c6a13 boost165: use wait4 from libbsd. 2017-10-14 12:51:00 +02:00
Jerome Duval
291fc126e5 boost: add recipe for version 1.65.1. 2017-09-15 22:57:18 +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
miqlas
0fd0aa812a Boost: bump version (#1364) 2017-05-27 11:28:07 +02:00
Jerome Duval
a92684ac4a x86: enable some recipes which build OK. 2017-04-28 23:44:49 +02:00
Jérôme Duval
218dfd4205 boost: add recipe for version 1.63.0.
* single runtime package.
2016-12-31 14:21:45 +01:00
Adrien Destugues
fe3d2bc9de boost: update to 1.57.0.
This version builds with gcc5.
2016-08-28 22:34:40 +02:00
Augustin Cavalier
1f4293e134 Get rid of gcc_syslibs REQUIREs. 2015-08-04 15:45:00 -04:00
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier
55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Adrien Destugues
5c30a9084b boost,qt: bump revision for ICU 55.1 update. 2015-04-26 11:02:46 +02:00
Chirayu Desai
68c66e8e76 Bump boost revision for updated packages 2014-12-15 17:25:25 +00:00
Chirayu Desai
7491065b73 Let boost use cmd:sed, to fix build 2014-12-15 17:25:17 +00: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
Jerome Duval
0796b881e4 Revert parts of d0ef852764. 2014-09-22 22:30:13 +00:00
Jerome Duval
d0ef852764 freetype: fixed pkg-config and libtool files.
to use package links as described by Ingo.
* added devel packages requirements for libpng, zlib, bzip2
2014-09-22 22:20:35 +00:00
Adrien Destugues
919bdb6b8a boost: fix requires. 2014-09-19 08:59:33 +02:00
Jérôme Duval
08b2143412 remove x86_64 from SECONDARY_ARCHITECTURES 2014-08-20 22:00:01 +02:00
François Revol
7f43d1d403 boost: bump REVISION, forgot when fixing PROVIDES_devel
Anyone fancy spending some hours rebuilding it?
2014-07-30 18:39:28 +02:00
François Revol
112943aee9 boost: Fix PROVIDES_devel 2014-07-16 12:44:08 +02:00
Oliver Tappe
80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Adrien Destugues
2f093b8389 boost: fix boost_filesystem for locale support.
Needed to get vcmi working, will help with anything using
boost_filesystem.
2014-01-27 20:42:44 +01:00
Adrien Destugues
2252a35cb9 Boost: add test rule to recipe.
The testsuite locks up in some threads/monitors tests.
2014-01-19 19:02:23 +01:00
Adrien Destugues
e035f6fc18 VCMI: get it to build.
Fix boost to not try using XSI shared memory as we don't support that.
Fix VCMI to link to libnetwork where it uses it.

Now failing at install because there is no 'make install'. Will write a
manual copy of relevant files to the package later.
2014-01-07 23:18:12 +01:00
noryb009
29263bda29 Rewrap dev-libs DESCRIPTIONs 2014-01-02 16:40:56 -05:00
Chris Roberts
af174e27ca Make boost into a usable recipe ...
since apparently it wasn't tested when being merged

* Fixed the _devel package so that it actually contains devel stuff
  (in particular the static libs and shared lib symlinks)

* Fixed all of the REQUIRES/PROVIDES entries

* Enable ICU support

* Enable parallel building

There should probably be a _doc package and we might want to split the
_devel package with a separate package for each of the libs.
2013-12-29 01:17:00 -07:00
Scott McCreary
b21e942c26 Fixed formatting of boost recipe and merged patches into one patchset 2013-12-22 14:17:31 -08:00
Scott McCreary
ae98463e1b Remove old boost recipes and patches 2013-12-22 09:31:41 -08:00
Adrián Arroyo Calle
ba7b6295bd Changed architectures 2013-12-20 21:07:30 +00:00
Adrián Arroyo Calle
67d6b061f1 Removed comments 2013-12-20 18:38:59 +00:00
Adrián Arroyo Calle
62cbcc8576 Boost installation 2013-12-19 06:49:26 +00:00
Adrián Arroyo Calle
6374b32d8e Coroutine library 2013-12-19 06:19:24 +00:00
Adrián Arroyo Calle
93aa86c4d3 Pacthed finished 2013-12-19 06:12:30 +00:00