Commit graph

121362 commits

Author SHA1 Message Date
q66 2ce3f29d79 shellcheck: rebuild for libffi-3.3 2020-03-25 15:19:28 +01:00
q66 0d93585a4a hoogle: rebuild for libffi-3.3 2020-03-25 15:19:27 +01:00
q66 5fbe184a11 hlint: rebuild for libffi-3.3 2020-03-25 15:19:27 +01:00
q66 7324b05136 hledger: rebuild for libffi-3.3 2020-03-25 15:19:27 +01:00
q66 f34b162564 git-mediate: rebuild for libffi-3.3 2020-03-25 15:19:27 +01:00
q66 48598fa1c6 git-annex: rebuild for libffi-3.3 2020-03-25 15:19:27 +01:00
q66 7844252fa2 debug-me: rebuild for libffi-3.3 2020-03-25 15:19:27 +01:00
q66 d038b66e09 darcs: rebuild for libffi-3.3 2020-03-25 15:19:26 +01:00
q66 d4239f5354 cgrep: rebuild for libffi-3.3 2020-03-25 15:19:26 +01:00
q66 1f2a84f690 pandoc: rebuild for libffi-3.3 2020-03-25 15:19:26 +01:00
q66 f97ce37e31 stack: rebuild for libffi-3.3 2020-03-25 15:19:26 +01:00
q66 3e76063cb1 ghc-bin: fix musl distfile path 2020-03-25 15:16:47 +01:00
Jürgen Buchmüller 9967cb6d16 qbittorrent: update to 4.2.2 2020-03-25 14:55:35 +01:00
John cccf819476 ffmpeg: add zimg build option 2020-03-25 13:43:55 +01:00
Jan Christian Grünhage b04f0fe7e2 tarpaulin: update to 0.11.1. 2020-03-25 12:28:02 +00:00
human 8cfd797614 xwmfs: update to 0.84. 2020-03-25 12:26:58 +00:00
Piraty 843e6c5b01 flatbuffers: update to 1.12.0. 2020-03-25 10:53:13 +01:00
Jürgen Buchmüller d87f4aeee2 ghc-bin: fix x86_64-musl w/ new binary
The distfile should perhaps be copied to Void's regular distfiles
directory. This is just to fix ghc-bin and ghc build asap.
2020-03-25 09:43:11 +01:00
Jürgen Buchmüller 054084f9a2 Revert "ruby: break again until dependencies are built"
This reverts commit c11d3a8d08.
2020-03-25 05:24:42 +01:00
q66 7366d05394 stack: fix build (again)
Seems like we'll have to go through this kind of ordeal every time
stack needs to be rebuilt for some reason...
2020-03-25 05:22:54 +01:00
Jürgen Buchmüller d1c7b4354f gobject-introspection: fix another bug
Install the tests files in /usr/share/gobject-introspection-1.0/tests
and not above in /usr/share/gobject-introspection-1.0.
2020-03-25 02:22:15 +01:00
q66 05341ac107 libffi: adopt 2020-03-25 02:13:32 +01:00
Jürgen Buchmüller 43be630059 gobject-introspection: really fix tests install
Do what the tests/meson.build would have done. It is not run when
cross compiling, thus copy the files listed there to their target
directory usr/share/gobject-introspection-1.0/tests, omitting the
subdirectories where they come from.
2020-03-25 01:08:47 +01:00
Jürgen Buchmüller 088380d350 Revert "cjs: fix cross build"
This reverts commit 570928df0e.

Fix it on the side of gobject-introspection.
2020-03-25 00:46:59 +01:00
Jürgen Buchmüller a12be2cfc1 Revert "cjs: Test for existence of gitestmacros.h"
This reverts commit 21e253f2d1.
2020-03-25 00:46:47 +01:00
Jürgen Buchmüller f93fcd070a Revert "python3-gobject: fix cross"
This reverts commit daf9a7e51b.

Fix it on the side of gobject-introspection.
2020-03-25 00:46:13 +01:00
Jürgen Buchmüller ab864165f3 gobject-introspection: install tests for cross
When cross building gobject-introspection the directory
/usr/share/gobject-introspection-1.0/tests is not installed.
Copy it there from ${wrksrc}/tests in the post_install() stage.
2020-03-25 00:44:21 +01:00
Jürgen Buchmüller daf9a7e51b python3-gobject: fix cross
The cross-built gobject-introspection does not contain the
/usr/share/gobject-introspection-1.0/tests directory.
If it's missing, copy from the host and always remove
it after install to be safe.
2020-03-25 00:23:52 +01:00
q66 bc74fec9e0 openjdk7-bootstrap: rebuild for libffi-3.3 2020-03-25 00:03:37 +01:00
Andrea Brancaleoni 2c4663a9c5 kubernetes: update to 1.17.4. 2020-03-24 23:41:34 +01:00
Andrea Brancaleoni 67ce52dc6d terragrunt: update to 0.23.2. 2020-03-24 23:41:34 +01:00
Andrea Brancaleoni 2f34845685 wine: orphaned 2020-03-24 23:32:48 +01:00
Andrea Brancaleoni 305ff80538 hugo: update to 0.68.3. 2020-03-24 23:13:45 +01:00
Jürgen Buchmüller 0885302f80 micropython: Needs musl-legacy-compat for *-musl 2020-03-24 19:44:01 +01:00
Jürgen Buchmüller 8bc5db5017 libffi: fix mips{,el}-musl build (soft float) 2020-03-24 19:39:43 +01:00
Jürgen Buchmüller 21e253f2d1 cjs: Test for existence of gitestmacros.h 2020-03-24 19:05:48 +01:00
Jürgen Buchmüller 570928df0e cjs: fix cross build
The cross-built gobject-introspection does not contain the
/usr/share/gobject-introspection-1.0/tests directory.
If it's missing, copy from the host and always remove
it after install to be safe.
2020-03-24 18:59:35 +01:00
Jürgen Buchmüller 208683cd3d beignet: fix musl build
Use cl_uint instead of uint which is not a standard type w/ musl libc.
2020-03-24 18:32:57 +01:00
Juan RP 622acc6d6c
beignet: broken on musl currently. 2020-03-24 18:29:45 +01:00
Jürgen Buchmüller eb77e4a4ee openjdk9-bootstrap: temporarily add make to host
This should get make built before trying to build openjdk9-bootstrap
with the seemingly broken make-4.3.
2020-03-24 17:44:06 +01:00
q66 423d111b6b make: re-add necessary patches 2020-03-24 17:24:16 +01:00
Benjamín Albiñana 3acb790da6 croc: update to 8.0.4. 2020-03-24 16:23:07 +00:00
bra1nwave 6338b500d2 gallery-dl: update to 1.13.2. 2020-03-24 16:22:35 +00:00
Karl Nilsson d11f1cd9ad python3-trimesh: update to 3.6.15. 2020-03-24 16:22:07 +00:00
Jürgen Buchmüller 957af6e656 base-chroot: revbump to downgrade make 2020-03-24 17:19:37 +01:00
bra1nwave 7ee125bd31 phoronix-test-suite: update to 9.4.1. 2020-03-24 16:18:17 +00:00
Cameron Nemo 43ccc9d88a Minder: update to 1.7.1 2020-03-24 16:17:22 +00:00
Jürgen Buchmüller 3b5f65357a make: Add comment to not upgrade to 4.3 w/o testing 2020-03-24 17:14:13 +01:00
Piraty be1fec8cad youtube-dl: update to 2020.03.24. 2020-03-24 17:11:43 +01:00
Jürgen Buchmüller a9be92cc34 Revert "openjdk9-bootstrap: temporarily broken"
This reverts commit ed508c7176.

Downgrading make to 4.2.1 fixes the build.
2020-03-24 17:09:52 +01:00