36 Commits

Author SHA1 Message Date
Schrijvers Luc
9536461af5 chicken, bump version (#11830) 2025-02-27 06:20:45 +00:00
Joachim Mairböck
ee6e29e2a9 guile: re-enable parallel builds
This reverts ebd006f and should fix #11325 after boehm_gc was fixed.
2024-11-30 12:41:00 +01:00
Joachim Mairböck
ebd006ff0b guile: try to build non-parallel
This hopefully fixes the build on x86.
2024-11-10 17:14:39 +01:00
Joachim Mairböck
2f08415a8f guile: backport some commits from git to fix the 32 bit build 2024-11-10 16:44:29 +01:00
Joachim Mairböck
69c787004e guile: try to fix the build on 32 bit
Force a configure test about malloc to succeed to avoid linking errors about
rpl_malloc etc. (On 64 bit systems, the check succeeds anyway.)
2024-11-09 17:21:03 +01:00
Joachim Mairböck
83601375fb guile 3.0: new version of guile (#10798)
The library can be be installed separately from guile 2.2 (and guile 1).

The old version of the package is renamed to guile2.2, its devel and tools packages conflict with the new version. It can be removed as soon as all dependent packages are moved to 3.0.

Lilypond is still built with guile 2.2, as it is the recommended version for the current stable branch. The unstable version switched to guile 3.0 exclusively, so this is a preparation for that.
2024-08-14 12:00:23 +02:00
Schrijvers Luc
2388e7f499 chicken, remove static library, cleanup (#8199) 2023-03-30 17:11:34 +02:00
Schrijvers Luc
978944a696 guile, remove static libraries, switch SOURCE_URI, fix build (#7624) 2022-12-26 09:07:29 +01:00
Schrijvers Luc
9ed1c63963 chicken, bump version, cleanup (#7430) 2022-11-20 14:47:43 +01:00
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
Joachim Mairböck
001a942222 guile1: add version-less symlinks for the libraries to facilitate dynamically loading (#6128) 2021-08-24 14:17:46 +02:00
Sergei Reznikov
b4f9d8cc23 rebuild packages depending on libffi 2021-08-16 14:12:36 +03:00
Joachim Mairböck
959d9c3611 guile: fix build on 32 bit x86 (#6125)
* guile: fix build on 32 bit x86

* add missing commandSuffix to provides
2021-08-14 09:20:30 +02:00
Joachim Mairböck
c0e2a15b8a guile: move the guile interpreter tools to a 'tools' subpackage like guile1
further changes (for both guile1 and guile2):
 * move man page also to tools as it concerns the interpreter
 * define debuginfo for guile and the other than main libraries
   - note: defining multple debuginfo packages is not possible using the predefined shell scriptlet
 * add/fix compat versions for libraries
2021-08-11 17:50:58 +02:00
Nakaya
9e116e170d chicken: bump version (#5804)
* chicken: bump version

* chicken: delete $jobArgs
2021-05-01 08:38:19 +02:00
Gerasim Troeglazov
04b8a30516 guile: bump for rebuild 2021-02-19 23:28:17 +10:00
mgubi
063a76c54b Package for Guile 1.8.8 (#4811)
* initial release
2020-03-28 13:11:20 +01:00
Sergei Reznikov
affe59d49b guile: reset revision 2020-03-24 12:43:02 +03:00
mgubi
ad98c06a48 guile: bump version (#4821) 2020-03-23 20:19:34 +03:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
miqlas
051bc44820 Guile: bump (#3019) 2018-09-11 16:40:14 -04:00
Jerome Duval
0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +02:00
Jerome Duval
0e95a033bd chicken: code style. 2018-08-03 08:44:17 +02:00
Schrijvers Luc
3149e16765 chicken, bump version, cleanup (#2699) 2018-06-23 22:58:12 -04:00
miqlas
0ac7ea21bb Guile: new recipe (#2367) 2018-03-26 15:48:21 +00:00
Augustin Cavalier
9c69f65aa0 Remove all bep-format recipes for which an actual recipe exists.
Closes #1244.
2017-04-16 14:39:56 -04:00
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04: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
noryb009
991482ea96 Rewrap dev-scheme DESCRIPTIONs 2014-01-02 16:40:56 -05:00
Alexander von Gluck IV
d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Chris Roberts
31db154bb0 WIP chicken recipe
--HG--
extra : rebase_source : 6175d6321952f89b8a4a365dcf9f5c465095e8fb
2013-11-09 12:38:20 -07: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
Chris Roberts
2586a4bc5d Mmmm chicken! All tests pass. 2010-05-22 00:48:41 +00:00