From c40011f4a9ec9c7f4c1b6d4db09946d46ad05f7c Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Sun, 5 Dec 2021 16:36:21 -0400 Subject: [PATCH] stuff --- core-mod/extra/liburcu/build | 10 ++++++++++ core-mod/extra/liburcu/checksums | 1 + core-mod/extra/liburcu/sources | 1 + core-mod/extra/liburcu/version | 1 + core-mod/extra/mesa/checksums | 4 ++-- core-mod/extra/mesa/version | 2 +- core-mod/extra/xfsprogs/checksums | 2 +- core-mod/extra/xfsprogs/depends | 1 + core-mod/extra/xfsprogs/sources | 2 +- core-mod/extra/xfsprogs/version | 2 +- ports/editline/build | 10 ++++++++++ ports/editline/checksums | 1 + ports/editline/sources | 1 + ports/editline/version | 1 + ports/musl-compat-git/build | 3 +++ 15 files changed, 36 insertions(+), 6 deletions(-) create mode 100755 core-mod/extra/liburcu/build create mode 100644 core-mod/extra/liburcu/checksums create mode 100644 core-mod/extra/liburcu/sources create mode 100644 core-mod/extra/liburcu/version create mode 100755 ports/editline/build create mode 100644 ports/editline/checksums create mode 100644 ports/editline/sources create mode 100644 ports/editline/version diff --git a/core-mod/extra/liburcu/build b/core-mod/extra/liburcu/build new file mode 100755 index 0000000..8c9a2b5 --- /dev/null +++ b/core-mod/extra/liburcu/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-silent-rules \ + --disable-maintainer-mode \ + --disable-dependency-tracking + +make +make DESTDIR="$1" install diff --git a/core-mod/extra/liburcu/checksums b/core-mod/extra/liburcu/checksums new file mode 100644 index 0000000..0c37d92 --- /dev/null +++ b/core-mod/extra/liburcu/checksums @@ -0,0 +1 @@ +cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20 diff --git a/core-mod/extra/liburcu/sources b/core-mod/extra/liburcu/sources new file mode 100644 index 0000000..e75fb79 --- /dev/null +++ b/core-mod/extra/liburcu/sources @@ -0,0 +1 @@ +https://lttng.org/files/urcu/userspace-rcu-latest-0.13.tar.bz2 diff --git a/core-mod/extra/liburcu/version b/core-mod/extra/liburcu/version new file mode 100644 index 0000000..2b24089 --- /dev/null +++ b/core-mod/extra/liburcu/version @@ -0,0 +1 @@ +0.13 1 diff --git a/core-mod/extra/mesa/checksums b/core-mod/extra/mesa/checksums index 5b20e94..01a8129 100644 --- a/core-mod/extra/mesa/checksums +++ b/core-mod/extra/mesa/checksums @@ -1,2 +1,2 @@ -1f177f44098164b65731c5ded4c928fd58b14f6c9d2087aa0e37bc79bf79e90b -17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab +8e49585fb760d973723dab6435d0c86f7849b8305b1e6d99f475138d896bacbb +4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2 diff --git a/core-mod/extra/mesa/version b/core-mod/extra/mesa/version index 25b8e29..5cbec85 100644 --- a/core-mod/extra/mesa/version +++ b/core-mod/extra/mesa/version @@ -1 +1 @@ -21.2.5 1 +21.2.5+1.1.6 1 diff --git a/core-mod/extra/xfsprogs/checksums b/core-mod/extra/xfsprogs/checksums index 42a5268..457ea7c 100644 --- a/core-mod/extra/xfsprogs/checksums +++ b/core-mod/extra/xfsprogs/checksums @@ -1,2 +1,2 @@ -bec44445cf18f49e63971d4f27dc4e90a17b118b852714a1104b621ea30e3507 +903cb127a325be141e2f818894ae24230c67b16a525849539271ee037f873b44 01b0366fdfdf6363efc070c2f856f1afa33e7a6546548bada5456ad94a516241 diff --git a/core-mod/extra/xfsprogs/depends b/core-mod/extra/xfsprogs/depends index 59e01b6..9310855 100644 --- a/core-mod/extra/xfsprogs/depends +++ b/core-mod/extra/xfsprogs/depends @@ -1,3 +1,4 @@ linux-headers make meson make +liburcu util-linux diff --git a/core-mod/extra/xfsprogs/sources b/core-mod/extra/xfsprogs/sources index 22e214d..bb476ed 100644 --- a/core-mod/extra/xfsprogs/sources +++ b/core-mod/extra/xfsprogs/sources @@ -1,2 +1,2 @@ -https://fossies.org/linux/misc/xfsprogs-5.12.0.tar.xz +https://fossies.org/linux/misc/xfsprogs-5.14.0.tar.xz https://github.com/benhoyt/inih/archive/r53.tar.gz inih diff --git a/core-mod/extra/xfsprogs/version b/core-mod/extra/xfsprogs/version index a79f133..de0fd9f 100644 --- a/core-mod/extra/xfsprogs/version +++ b/core-mod/extra/xfsprogs/version @@ -1 +1 @@ -5.12.0 2 +5.14.0 1 diff --git a/ports/editline/build b/ports/editline/build new file mode 100755 index 0000000..6c7dfcf --- /dev/null +++ b/ports/editline/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr\ + --enable-sigstop\ + --enable-terminal-bell\ + --enable-termcap + +make all +make DESTDIR="$1" install diff --git a/ports/editline/checksums b/ports/editline/checksums new file mode 100644 index 0000000..a8210be --- /dev/null +++ b/ports/editline/checksums @@ -0,0 +1 @@ +781e03b6a935df75d99fb963551e2e9f09a714a8c49fc53280c716c90bf44d26 diff --git a/ports/editline/sources b/ports/editline/sources new file mode 100644 index 0000000..6ee8ec7 --- /dev/null +++ b/ports/editline/sources @@ -0,0 +1 @@ +https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.gz diff --git a/ports/editline/version b/ports/editline/version new file mode 100644 index 0000000..14d73f9 --- /dev/null +++ b/ports/editline/version @@ -0,0 +1 @@ +1.17.1 1 diff --git a/ports/musl-compat-git/build b/ports/musl-compat-git/build index 7de21ee..0c261b5 100755 --- a/ports/musl-compat-git/build +++ b/ports/musl-compat-git/build @@ -1,4 +1,7 @@ #!/bin/sh -e +sed 's^/usr/local^/usr^' Makefile make +mv make Makefile + make make DESTDIR="$1" install