Bunch of changes, especially to core.
This commit is contained in:
parent
a8d7a5e153
commit
14ce3eddbc
@ -1 +1 @@
|
||||
ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f
|
||||
f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469
|
||||
|
@ -1 +1 @@
|
||||
https://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.gz
|
||||
https://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.xz
|
||||
|
@ -12,7 +12,8 @@ done
|
||||
--prefix=/usr \
|
||||
--without-bash-malloc \
|
||||
--without-installed-readline \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--enable-static-link
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
@ -1,4 +1,3 @@
|
||||
cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
|
||||
ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa
|
||||
15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe
|
||||
22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1
|
||||
@ -7,4 +6,13 @@ cccbb5e9e6763915d232d29c713007a62b06e65126e3dd2d1128a0dc5ef46da5
|
||||
75e17d937de862615c6375def40a7574462210dce88cf741f660e2cc29473d14
|
||||
acfcb8c7e9f73457c0fb12324afb613785e0c9cef3315c9bbab4be702f40393a
|
||||
f22cf3c51a28f084a25aef28950e8777489072628f972b12643b4534a17ed2d1
|
||||
e45cda953ab4b4b4bde6dc34d0d8ca40d1cc502046eb28070c9ebcd47e33c3ee
|
||||
a2c8d7b2704eeceff7b1503b7ad9500ea1cb6e9393faebdb3acd2afdd7aeae2a
|
||||
58191f164934200746f48459a05bca34d1aec1180b08ca2deeee3bb29622027b
|
||||
10f189c8367c4a15c7392e7bf70d0ff6953f78c9b312ed7622303a779273ab98
|
||||
c7acb66df435d284304c16ca83a5265f9edd9368612095b01a733d45c77ed5ad
|
||||
6a4ee0c81b437b96279a792c1efcec4ba56f009195a318083db6b53b096f83d0
|
||||
1b37692ef1f6cc3dcec246773443276066e6b1379868f8c14e01f4dfd4df80f0
|
||||
8899144f76a5db1fb41a89ed881c9f19add95728dd71db324f772ef225c5384f
|
||||
cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
|
||||
4d299f5db33bd0f916ec1309e4568e3842670642cf160f14a3e867eb0feb493e
|
||||
|
@ -1,4 +1,3 @@
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-001
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-002
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-003
|
||||
@ -7,4 +6,13 @@ https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-005
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-006
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-007
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-008
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-009
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-010
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-011
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-012
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-013
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-014
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-015
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-016
|
||||
https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz
|
||||
patches/bash-5.1-parallel_make.patch
|
||||
|
@ -1 +1 @@
|
||||
820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
|
||||
e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
|
||||
|
@ -1 +1 @@
|
||||
https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
|
||||
https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
2.37 1
|
||||
2.38 1
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Parallel builds seem to break bison
|
||||
MAKEFLAGS=-j1
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
|
@ -1 +1 @@
|
||||
2f9b6a580b94577b150a7d5617ad4643a4301a6616ff459307df3e225bcfbf40
|
||||
e40737134bdc08b8ea7d23a2c0a5cd11c04d5be152fe562d3253c1e4a0be6686
|
||||
|
@ -1 +1 @@
|
||||
https://github.com/libexpat/libexpat/releases/download/R_2_4_1/expat-2.4.1.tar.bz2
|
||||
https://github.com/libexpat/libexpat/releases/download/R_2_4_2/expat-2.4.2.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
2.4.1 1
|
||||
2.4.2 1
|
||||
|
@ -1 +1 @@
|
||||
167321f43c148a553f68a0ea7f579821ef3b11c27b8cbe158e4df897e4a5dd57
|
||||
13e532c7b364f7d57e23dfeea3147103150cb90593a57af86c10e4f6e411603f
|
||||
|
@ -1 +1 @@
|
||||
https://astron.com/pub/file/file-5.40.tar.gz
|
||||
https://astron.com/pub/file/file-5.41.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
5.40 1
|
||||
5.41 1
|
||||
|
@ -1,2 +1,2 @@
|
||||
7ad2f7c52468b4596791f94472afc307275ff9bc62bd418f256ef9cd007be0ce
|
||||
f0b19ff39c3c9a5898a219497ababbadab99d8178acc980155c7e1271089b5a0
|
||||
df283917799cb88659a5b33c0a598f04352d61936abcd8a48fe7b64e74950de7
|
||||
|
@ -1,2 +1,2 @@
|
||||
files/unzip
|
||||
https://github.com/libarchive/libarchive/releases/download/v3.5.2/libarchive-3.5.2.tar.xz
|
||||
https://github.com/libarchive/libarchive/releases/download/v3.6.0/libarchive-3.6.0.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
3.5.2 2
|
||||
3.6.0 1
|
||||
|
@ -1,6 +0,0 @@
|
||||
|
||||
bzip2
|
||||
expat
|
||||
gnu-grep make
|
||||
libffi
|
||||
sqlite
|
@ -50,6 +50,6 @@ EOF
|
||||
sed -i 's/<config.h>/"config.h"/' update-mime-database.c
|
||||
|
||||
# shellcheck disable=2046
|
||||
"${CC:-cc}" -o "$1/usr/bin/update-mime-database" \
|
||||
$(pkg-config --libs --cflags glib-2.0 libxml-2.0) \
|
||||
update-mime-database.c
|
||||
#"${CC:-cc}" -o "$1/usr/bin/update-mime-database" \
|
||||
# $(pkg-config --libs --cflags glib-2.0 libxml-2.0) \
|
||||
# update-mime-database.c
|
||||
|
@ -1,5 +1 @@
|
||||
pkgconf
|
||||
glib
|
||||
libxml2
|
||||
xz
|
||||
|
||||
|
@ -12,12 +12,11 @@ sed -i 's@vfs.h>@vfs.h>\n#include <sys/sysmacros.h>@' extlinux/main.c
|
||||
: > mk/devel.mk
|
||||
|
||||
make -j1 \
|
||||
PYTHON=python \
|
||||
bios efi64 installer
|
||||
bios installer
|
||||
|
||||
make -j1 \
|
||||
INSTALLROOT="$1" \
|
||||
MANDIR=/usr/share/man \
|
||||
SBINDIR=/usr/bin \
|
||||
AUXDIR=/usr/lib/syslinux \
|
||||
bios efi64 install
|
||||
bios installer
|
||||
|
@ -1,4 +1,3 @@
|
||||
binutils make
|
||||
perl make
|
||||
python make
|
||||
util-linux
|
||||
|
1
ports/official/extra/python/depends
Normal file
1
ports/official/extra/python/depends
Normal file
@ -0,0 +1 @@
|
||||
gnu-grep make
|
Loading…
Reference in New Issue
Block a user