0
0
Fork 0
Commit Graph

39 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
Fredrik Holmqvist 49462680fc Added arm arm64 riscv64 for pkgconfig recipe 2021-08-27 20:50:18 +02:00
waddlesplash cf3f5c36ec
pkgconfig: Bump revision for rebuild. 2020-06-05 11:11:41 -04:00
François Revol 2c95bf707c Enable m68k for the base packages
This is needed to build the source packages to use in the bootstrap image.
2020-02-04 22:44:39 +01:00
Jerome Duval 650ea9b9e1 Reapply "Enable sparc for the base packages".
This reverts commit 99901b49ee.
2019-04-30 19:51:33 +02:00
Jerome Duval 99901b49ee Revert "Enable sparc for the base packages"
This reverts commit ab5bcc9b3b.
2019-04-10 11:10:56 +02:00
PulkoMandy ab5bcc9b3b Enable sparc for the base packages
This is needed to build the source packages to use in the bootstrap
image.
2019-04-08 22:03:29 +02:00
Jerome Duval a1820d4e57 pkgconfig: missed bump revision after time_t change. 2017-08-26 14:49:55 +02:00
Jerome Duval 6298ae18f3 pkgconfig: also search /system/data/pkgconfig.
for arch independent files.
2017-06-04 22:14:02 +02:00
Jerome Duval 4cb4c82cd1 pkgconfig: add recipe for version 0.29.2. 2017-03-21 23:46:21 +01:00
fbrosson 7705be9cb1 pkgconfig: fix 0.27.1, 0.28 and 0.29, add 0.29.1. (#511)
* Add recipe for version 0.29.1.
* Use the runConfigure wrapper.
* Use exact copy of the patchset for 0.29 as there are no offset
  mismatches.

For 0.27.1:
* Call configure wuth "--with-pc-path" instead of "--with-pc_path".

For 0.28:
* Several changes to make it build and look almost like 0.29.1.

For 0.29:
* Switch to runConfigure in order to prevent pkg-config on secondary
  arch from shadowing that of the primary arch.

For 0.27.1, 0.28, 0.29 and 0.29.1:
* Fix COPYRIGHT.
* Update HOMEPAGE and SOURCE_URI to avoid "301 Moved Permanently".
2016-04-14 07:19:59 +02:00
Jerome Duval defeb512c0 pkgconfig: glib part was missing in patch 2015-11-29 21:17:58 +00:00
Jerome Duval e0c5f79319 pkgconfig: bump version.
* seems to work OK, tested on libidl.
2015-11-29 16:41:23 +00:00
Humdinger 4a6f4a8774 More recipe cosmetics.
Mainly inproved SUMMARY/DESCRIPTION and re-ordering of blocks.
2015-08-25 17:44:40 +02:00
Kostadin Damyanov 3e0dd2696c De-lint recipes. 2015-08-04 08:25:40 +03: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
Oliver Tappe 80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Oliver Tappe ba743fa244 Add missing commands required for building. 2014-03-05 21:49:40 +00:00
noryb009 f4b61c7fd6 Rewrap dev-util DESCRIPTIONs 2014-01-02 16:40:56 -05:00
François Revol 451d3654ee pkg-config: Allow secondary arch builds
Since it hardcodes the search paths inside the binary, either
we must make a secondary arch build of it for _x86 ports,
either we could export a patched PKG_CONFIG_LIBDIR from
haikuporter 's environment... but this seems to work anyway.
2013-12-11 09:39:31 +01:00
François Revol 72ac1f84c6 Convert some remaining bep syntax to shell syntax 2013-12-07 02:00:02 +01:00
Scott McCreary d715cae92c Bump pkgconfig-0.27.1 to revision 2 2013-11-11 00:20:52 -08:00
Scott McCreary fdfa8f4e24 Update paths in pkgconfig recipe. 2013-11-11 00:20:30 -08:00
Oliver Tappe 80d36572c0 Cleanup fallout from cherry-picks (renaming .bep to .recipe). 2013-09-17 01:14:53 +02:00
Alexander von Gluck IV 36e1819c3c pkgconfig: Add 0.28, fix build (tested on gcc4)
(cherry picked from commit 7bea1e79b9)
2013-09-17 01:06:22 +02:00
Oliver Tappe 8ec70f6e92 Add x86_64 as supported architecture to ports required by Haiku. 2013-09-02 11:51:26 +02:00
Ingo Weinhold d3fff39e6e Declare most recipes stable on x86 2013-08-17 09:40:03 +02:00
Oliver Tappe 39a646a289 Adjust recipes to separation of buildhost and target packages 2013-08-05 00:14:47 +02:00
Ingo Weinhold fe182f8451 pkgconfig: remove old non-recipes and patches 2013-06-11 16:57:42 +02:00
Ingo Weinhold 2af394537a pkgconfig: add recipe for 0.27.1 2013-06-11 16:56:49 +02:00
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe 94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Scott McCreary 9cda145a19 Patch to fix issue with pkgconfig underquoted condition in pkg.m4, this fixes #396. 2010-09-07 20:35:11 +00:00
Scott McCreary 519d7ba8a4 Update pkgconfig to 0.25, this required a minor patch to build on gcc2. 2010-08-05 03:00:19 +00:00
Chris Roberts 19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Scott McCreary 47f36b4d77 This patch adds the MD5 checksums to all of the .bep files. 2009-11-29 22:44:23 +00:00
Scott McCreary 09537a46ec Initial .OptionalPackageDescription files for many of the Haiku Optional Packages, and a few license files. 2009-11-23 08:02:43 +00:00
Scott McCreary 58a5069258 Initial .bep files for pkgconfig and libvorbis, moved libvorbis patches into patches folder. 2009-10-18 21:47:10 +00:00