Add dzen to mbase.

This commit is contained in:
Mid Favila 2021-11-07 20:17:59 +00:00
parent f70b85b0b0
commit 3e14d870d1
19 changed files with 49 additions and 0 deletions

0
mbase/dzen-git Normal file
View File

11
ports/guile/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-error-on-warning \
--disable-static
make
make DESTDIR="$1" install

13
ports/guile/build~ Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-dependency-tracking \
--disable-static
# --enable-jit=yes \
# --enable-cross-guesses=conservative \
make
make DESTDIR="$1" install

1
ports/guile/checksums Normal file
View File

@ -0,0 +1 @@
000fc43c1b0a5cfbd85b67e01afd58e847bd1f279e3439bb7db37282b0459f56

6
ports/guile/depends Normal file
View File

@ -0,0 +1,6 @@
boehm-gc
libffi
libgmp
libunistring
ncurses
readline

1
ports/guile/sources Normal file
View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/guile/guile-3.0.6.tar.gz

1
ports/guile/sources~ Normal file
View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/guile/guile-3.0.7.tar.gz

1
ports/guile/version Normal file
View File

@ -0,0 +1 @@
3.0.6 1

1
ports/guile/version~ Normal file
View File

@ -0,0 +1 @@
3.0.7 1

5
ports/liburlmatch-git/build Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh -e
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
git+https://github.com/clbr/urlmatch

View File

@ -0,0 +1 @@
git 1

5
ports/physfs-git/build Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh -e
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make DESTDIR="$1" install

1
ports/physfs-git/sources Normal file
View File

@ -0,0 +1 @@
git+https://github.com/icculus/physfs

1
ports/physfs-git/version Normal file
View File

@ -0,0 +1 @@
git 1