This commit is contained in:
Mid Favila 2021-12-05 00:45:25 +00:00
commit a5637e7da6
11 changed files with 31 additions and 1 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 +1 @@
21.2.5 1
21.2.5+1.1.6 1

View File

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

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