This commit is contained in:
Mid Favila 2021-12-05 16:36:21 -04:00
parent 2ba90a16dd
commit c40011f4a9
15 changed files with 36 additions and 6 deletions

10
core-mod/extra/liburcu/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-silent-rules \
--disable-maintainer-mode \
--disable-dependency-tracking
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20

View File

@ -0,0 +1 @@
https://lttng.org/files/urcu/userspace-rcu-latest-0.13.tar.bz2

View File

@ -0,0 +1 @@
0.13 1

View File

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

View File

@ -1 +1 @@
21.2.5 1
21.2.5+1.1.6 1

View File

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

View File

@ -1,3 +1,4 @@
linux-headers make
meson make
liburcu
util-linux

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

10
ports/editline/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr\
--enable-sigstop\
--enable-terminal-bell\
--enable-termcap
make all
make DESTDIR="$1" install

1
ports/editline/checksums Normal file
View File

@ -0,0 +1 @@
781e03b6a935df75d99fb963551e2e9f09a714a8c49fc53280c716c90bf44d26

1
ports/editline/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.gz

1
ports/editline/version Normal file
View File

@ -0,0 +1 @@
1.17.1 1

View File

@ -1,4 +1,7 @@
#!/bin/sh -e
sed 's^/usr/local^/usr^' Makefile make
mv make Makefile
make
make DESTDIR="$1" install