This commit is contained in:
Mid Favila 2021-12-05 00:45:13 +00:00
parent 2ba90a16dd
commit 3d68dfe6af
32 changed files with 21 additions and 118 deletions

View File

@ -1,4 +1,4 @@
https://www.musl-libc.org/releases/musl-1.2.2.tar.gz
http://www.musl-libc.org/releases/musl-1.2.2.tar.gz
files/cdefs.h
files/queue.h
files/tree.h

View File

@ -1,8 +0,0 @@
#!/bin/sh -e
sed -i s/ncursesw\\/ncurses.h/ncurses.h/ Makefile
make
make DESTDIR="$1" install all
install -Dm 755 tine.1 "$1/usr/share/man/man1/tine.1"

View File

@ -1 +0,0 @@
ncurses

View File

@ -1 +0,0 @@
git+https://github.com/deadpixi/tine

View File

@ -1 +0,0 @@
git 1

View File

@ -1 +1 @@
https://downloads.sourceforge.net/lame/lame-3.100.tar.gz
https://downloads.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz

View File

@ -1,2 +1,2 @@
1f177f44098164b65731c5ded4c928fd58b14f6c9d2087aa0e37bc79bf79e90b
17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab
8e49585fb760d973723dab6435d0c86f7849b8305b1e6d99f475138d896bacbb
4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2

View File

@ -1,2 +1,2 @@
bec44445cf18f49e63971d4f27dc4e90a17b118b852714a1104b621ea30e3507
903cb127a325be141e2f818894ae24230c67b16a525849539271ee037f873b44
01b0366fdfdf6363efc070c2f856f1afa33e7a6546548bada5456ad94a516241

View File

@ -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

View File

@ -1 +1 @@
5.12.0 2
5.14.0 1

View File

@ -1,2 +1,2 @@
4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d
607823034defba6152050e5eb1c4df94b38819ef764291abadd81b620bc2ad88
fa8567fa877982182f2ee09dc138ef8ea466e84c77682c5c4234ded4f951476a

View File

@ -1,2 +1,2 @@
https://x.org/releases/individual/driver/xf86-video-amdgpu-19.1.0.tar.bz2
https://www.x.org/pub/individual/driver/xf86-video-amdgpu-21.0.0.tar.bz2
patches/rootless-amdgpu.patch

View File

@ -1 +1 @@
f1ee7394446d38ef840d4327646421a3b744a7675955b6c29963a9887026c296
be17eba7e65def7219e5932ee9ad91a9f840606f8e63ad042aee2645442b9e70

View File

@ -1 +1,2 @@
https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/archive/846b53dacd96981329bcb9ef348e6acba0b53e94/xf86-video-intel-846b53dacd96981329bcb9ef348e6acba0b53e94.tar.gz
https://anduin.linuxfromscratch.org/BLFS/xf86-video-intel/xf86-video-intel-20210222.tar.xz

View File

View File

@ -1 +1 @@
6dee012788a7ff8a55968dcce4107aadf1a9771994350e8c536e85f4c8c765f7
10af8e8dd6ed0ab1f5caba93c7eb74983fdd9d958edacb6ce8d869ce4cc9373c

View File

@ -1 +1 @@
261b0ffcf2473fe732449963f02ff18b3edfc42a949f7c412d5df800fabb3991
3924fada2cf30811b172c299ad224dcb3957c48f54a58ddc6ce2b1cacda57b58

View File

@ -1 +1 @@
7d2bfe35079b3e70b2c7cf904b0c6173b3e42530e182ead6475cecbfffb90cd8
b85158b24e3dcb0042f029a3ba3b1f504b9a09698d703d1d0f73ee4e118e65ca

View File

@ -1,22 +0,0 @@
#!/bin/sh -e
patch -p1 < mandoc-no-warn.patch
sed -i '/int dummy/d' ./compat_*.c
sed -i 's,"more -s","less",g' main.c
sed -i "s/CC=.*/CC='$CC'/" configure
cat > configure.local <<EOF
PREFIX=/usr
MANDIR=/usr/share/man
LIBDIR=/usr/lib
SBINDIR=/usr/bin
CC="${CC:-cc}"
CFLAGS="$CFLAGS"
LN="ln -sf"
EOF
./configure
make
make -j1 DESTDIR="$1" base-install

View File

@ -1,2 +0,0 @@
8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7 mandoc-1.14.5.tar.gz
eaff34c03d1b6741cf6b24a394c63ad6096e4391578414b9da986294ee817a25 mandoc-no-warn.patch

View File

@ -1 +0,0 @@
zlib

View File

@ -1,13 +0,0 @@
diff --git a/main.c b/main.c
index b91c158..514508a 100644
--- a/main.c
+++ b/main.c
@@ -750,8 +750,6 @@ fs_lookup(const struct manpaths *paths, size_t ipath,
return globres != -1;
found:
- warnx("outdated mandoc.db lacks %s(%s) entry, run %s %s",
- name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
if (res == NULL) {
free(file);
return 1;

View File

@ -1,2 +0,0 @@
https://fossies.org/linux/misc/mandoc-1.14.5.tar.gz
patches/mandoc-no-warn.patch

View File

@ -1 +0,0 @@
1.14.5 4

View File

@ -1,9 +1,9 @@
#!/bin/sh -e
for patch in $(ls patches/*.patch)
do
patch -p1 < $patch
done
#for patch in $(ls patches/*.patch)
#do
# patch -p1 < $patch
#done
./configure \
--prefix=/usr \

View File

@ -1 +1 @@
feb5e6f612a7eebbf915b05128b30db43bc2e867b36fa3976ad0b558d94d992b
cf5c8119cb4560b7dfcffbf88e0544b66deee30bb0f2a2c2b30eec800a8a8c19

View File

@ -0,0 +1 @@
pidgin

View File

@ -1,39 +0,0 @@
#!/bin/sh -e
# Bundle libinih just for xfsprogs
export DESTDIR="$PWD/../libinih"
meson \
-Dprefix=/ \
-Ddefault_library=static \
-Ddistro_install=true \
-Dwith_INIReader=true \
-Dmulti-line_entries=true \
-Dutf-8_bom=true \
-Dinline_comments=true \
-Duse_heap=false \
inih inih/output
ninja -C inih/output
ninja -C inih/output install
export CFLAGS="$CFLAGS -I$PWD/../libinih/include"
export LDFLAGS="$LDFLAGS -L$PWD/../libinih/lib"
# Remove incorrect bash dependency.
sed -i 's/bash/sh/' install-sh
# Explicitly include <signal.h> instead of implicit inclusion.
sed -i '1i#include <signal.h>' include/linux.h
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--disable-gettext
make
make \
DIST_ROOT="$1" \
PKG_ROOT_SBIN_DIR=/usr/bin \
PKG_ROOT_LIB_DIR=/usr/lib \
install

View File

@ -1,2 +0,0 @@
4e142d4babe086adf9016d8c606c805829da08e46389a4433f40346204f90cdb
01b0366fdfdf6363efc070c2f856f1afa33e7a6546548bada5456ad94a516241

View File

@ -1,3 +0,0 @@
linux-headers make
meson make
util-linux

View File

@ -1,2 +0,0 @@
https://fossies.org/linux/misc/xfsprogs-5.13.0.tar.xz
https://github.com/benhoyt/inih/archive/r53.tar.gz inih

View File

@ -1 +0,0 @@
5.11.0 1