Commit Graph

23112 Commits

Author SHA1 Message Date
Joachim Mairböck
9bae1f2873 imagemagick: install documentation to the proper directory (#8782) 2023-06-03 13:47:55 +02:00
PulkoMandy
89e6843bb2 libwalter: fix 64bit build and various issues 2023-06-03 10:00:51 +02:00
OscarL
e0eb87d29c aquaskk: switch to Python 3. (#8780) 2023-06-02 22:39:32 +02:00
OscarL
3c204908f5 gyp: update to latest version, switch to Python 3.9. (#8779)
Note: The upstream repo was archived in Feb 2023.

Works well enough as to be able to build the only in-tree package that
requires cmd:gyp (aquaskk, albeit that recipe still requires some minor mods).
2023-06-02 22:22:00 +02:00
Schrijvers Luc
91ff2de43f breathe, new python recipe (#8778) 2023-06-02 21:16:54 +02:00
Joachim Mairböck
4e3ab3ad66 imagemagick: bump version (#8777)
fixes CVE-2023-34151, among others
2023-06-02 21:05:01 +02:00
davidkaroly
cae21a382c wireshark: update to 4.0.6 (#8776) 2023-06-02 21:03:04 +02:00
OscarL
d6533d8353 python_imaging: retire recipe. (#8773)
Packages needing PIL should switch to Pillow, instead of relying on
this old, Python 2.x only, package.
2023-06-02 21:02:13 +02:00
OscarL
f80d8499f6 chocolate_doom: recipe cleanups. (#8772)
* Drop usage of Python 2.x.
* Drop python_imaging dependency.
* Drop _x86 suffixes.
* Include basic docs.
* Create _debuginfo package.

Python dependency is optional, needed for generating man pages, for example.

Those weren't included before, and to switch to Python 3, we need to
update to newer versions of chocolate_doom (no new release > 3.0.1 yet),
so just drop that requirement.

"python_imaging" can be replaced by "pillow" (which supports python3),
but it is really only needed to re-create font files, or convert icons.

Neither is strictly needed when building under Haiku.

Instead if providing a _debuginfo package, we might want to just strip
the binaries ("make install-exec-strip").
2023-06-02 21:01:56 +02:00
Schrijvers Luc
aa861754c8 pytest, bump version, add dependencies (#8774) 2023-06-02 12:47:49 +02:00
OscarL
f0ed5c52c9 pywebsocket: retire Python 2.x-only recipe. (#8769)
Upstream repo got archived in 2020, and nothing uses it in-tree.

If needed, a new recipe can be made for "pywebsocket3":
https://github.com/GoogleChromeLabs/pywebsocket3

Or one for the unrelated to original pywebsocket:

https://pypi.org/project/pywebsocket/
2023-06-01 22:44:56 +02:00
Schrijvers Luc
ef2abdb5fb setuptools(_scm), bump version (#8758) 2023-06-01 22:37:31 +02:00
Oscar Lesta
14c211fd8a u_boot: re-enable recipe.
64 bits build now works, let's see if this triggers a rebuild of
the remaining 32 bits needed packages.
2023-06-01 17:44:20 +02:00
Oscar Lesta
6b89ea2aa2 uboot: switch to Python 3.9, add missing PATCHES, mark as broken.
* 64 bits: no package provides: cmd:arm_none_eabi_gcc.
* 32 bits: errors related to:
  * "runtime_loader: Cannot open file libmpfr.so.4"
  * "Kconfig:66: syntax error" and " Kconfig:65: invalid option".

Marking as broken until those get resolved.
2023-06-01 17:44:20 +02:00
Schrijvers Luc
4b4af36017 vttest, bump version (#8771) 2023-06-01 15:14:07 +02:00
PulkoMandy
8f4c61412e arm_none_eabi_binutils: fix provides for secondary arch 2023-05-31 19:50:18 +02:00
PulkoMandy
b5e1e70ee9 arm_none_eabi_*: update with latest versions and enable for all architectures 2023-05-31 19:46:04 +02:00
OscarL
4f21ff61d6 atk: remove obsolete recipes, drop Python 2.x requirement. (#8768)
It only ever needed Python indirectly (via meson).

All recipes requing atk do so by using "libatk_1.0$secondaryArchSuffix".

Passes all tests in TESTS().
2023-05-31 18:39:51 +02:00
OscarL
91e76965e4 blender: Remove commented out references to _python3 packages, no functional changes. (#8765) 2023-05-31 12:18:21 +02:00
Schrijvers Luc
44b49539b2 rizin, use lib:libpython3.9 (#8764) 2023-05-31 11:42:51 +02:00
OscarL
7ffff126e8 opencv: retire recipe for obsoleted 4.5.1 version. (#8763) 2023-05-31 11:36:21 +02:00
Schrijvers Luc
b0a3254ef4 docutils, bump version (#8762) 2023-05-31 08:27:31 +02:00
Schrijvers Luc
bcfb4031bf imagesize, bump version (#8761) 2023-05-31 08:14:17 +02:00
Schrijvers Luc
ada885a25c xorgproto, bump version (#8741) 2023-05-31 07:18:17 +02:00
Schrijvers Luc
422c1200c0 colorama, bump version (#8760) 2023-05-30 15:49:45 +02:00
Schrijvers Luc
985d78492f unicode-cldr, bump version (#8759) 2023-05-30 14:42:26 +02:00
Al Hoang
ca6b7322b6 scdoc: new recipe (#8745)
* scdoc: new recipe

* update per suggestions
2023-05-30 07:27:34 +02:00
Estevan Castilho
bbab831ebf ecl: fix build, update to 21.2.1, drop old versions (#8754)
* ecl: fix build, update to 21.2.1, drop old versions

Parallel building seems to have been fixed in the meantime, so enable
that as well. Note that the make check call doesn't seem to work since
it expects ecl to already be installed on the system, which it doesn't
seem to be by the time haikuporter --test calls TEST.

* Update dev-lisp/ecl/ecl-21.2.1.recipe

Co-authored-by: OscarL <oscar.lesta@gmail.com>
2023-05-29 15:14:39 -04:00
Estevan Castilho
79d6f4c204 sbcl: miscellaneous fixes, test routine (#8753)
Among the changes are fixes for test suite hangs and failures, uiop
misbehavior and a hang on stack overflow.
2023-05-29 15:14:00 -04:00
PulkoMandy
62ff4294ac Renga: update to v1.24 2023-05-29 21:02:48 +02:00
PulkoMandy
358c5a2b64 gloox: update to 1.0.27, remove upstreamed patches 2023-05-29 13:24:40 +02:00
OscarL
4d0a872326 grpc: switch to Python 3.9, drop Python 2.x, fix provides/versions. (#8752)
* Added a missing PROVIDES, and a couple to PROVIDES_devel (both match now).
* Fixed libVersion/libCppVersion/libVersionCppCompat variables.
2023-05-29 10:43:25 +02:00
Schrijvers Luc
87de1d3626 weechat, bump version (#8755) 2023-05-29 09:57:56 +02:00
kenmays
79ec68bbcd cbindgen: bumped to 0.24.3 (#8751)
* cbindgen: bumped to 0.24.3

* Delete cbindgen-0.20.0.recipe

* Update cbindgen-0.24.3.recipe
2023-05-29 09:43:28 +02:00
Schrijvers Luc
3ae4a9558a xapian, bump version (#8750) 2023-05-28 18:47:24 +02:00
Schrijvers Luc
7cf37dcff1 wildmidi, bump version (#8749) 2023-05-28 18:06:09 +02:00
Schrijvers Luc
313328395f xmlsec, bump version (#8747) 2023-05-28 17:57:11 +02:00
PulkoMandy
36ebb28d80 avr_libc: fix REQUIRES, remove old recipe
The binutils and compiler are built with the secondary compiler on x86,
but the commands are still in the main bin directory so we should't
use the secondaryArchSuffix in the REQUIRES.
2023-05-28 17:30:39 +02:00
Schrijvers Luc
b7296af177 xa, bump version (#8748) 2023-05-28 14:36:31 +02:00
Gerasim Troeglazov
cef7126d67 unreal_speccy_portable: update locales from Polyglot 2023-05-28 21:22:18 +10:00
PulkoMandy
9b41f8e108 Set version requirements between avr binutils, gcc and libc
The libc needs to be built with a recent gcc and binutils so that it
enables support for all the devices supported by the compiler.
2023-05-28 12:26:20 +02:00
PulkoMandy
3a9d2f3cca avr_binutils: update to latest binutils release 2023-05-28 12:26:19 +02:00
PulkoMandy
554e10d151 avr_gcc: update to gcc 13.1, remove obsolete patchfile 2023-05-28 12:26:19 +02:00
Ivan Maidanski
d5b7707ff6 boehm_gc: update to 8.2.4 (#8744) 2023-05-28 07:11:37 +02:00
Joachim Mairböck
60b9219280 antlr: bump version (#8743) 2023-05-28 07:10:37 +02:00
augiedoggie
04205725ce pick: add version 4.0.0 (#8746) 2023-05-27 21:52:48 -06:00
Joachim Mairböck
d019546ed4 texlive_core: patch security issue in luatex (#8742)
This fixes CVE-2023-32700.

Change the source URI to the GitHub tag containing the fix.
2023-05-27 22:31:04 +03:00
Schrijvers Luc
d3bc64b552 util_macros, bump version (#8740) 2023-05-27 14:23:06 +02:00
Schrijvers Luc
198ec0632e xorg_sgml_doctools, bump version (#8739) 2023-05-27 13:52:31 +02:00
Schrijvers Luc
8a2416b63f xtrans, bump version (#8738) 2023-05-27 11:24:52 +02:00