Xi Ruoyao
afb71d0a95
Add notes about Internet connection requirement for building or testing
2023-03-27 16:08:36 +08:00
Xi Ruoyao
e59834d2c0
rust: Promote curl to required
...
It's needed for downloading the stage 0 binaries.
2023-03-27 15:55:43 +08:00
Douglas R. Reno
2ecc6822ff
Update to mercurial-6.4
2023-03-26 23:20:24 -05:00
Douglas R. Reno
eff86d9762
Update to librsvg-2.56.0
2023-03-26 23:17:05 -05:00
Douglas R. Reno
8f9e533c5b
Update to rust-1.68.1
2023-03-26 23:15:43 -05:00
Douglas R. Reno
d1e4f4304e
Add a patch to GDB to prevent it from crashing during rust tests.
2023-03-26 23:12:38 -05:00
Douglas R. Reno
218e13ce4b
Revert back to LLVM-15.0.7 for now.
...
This should fix miscompilations and crashes with Thunderbird and
Firefox.
2023-03-25 18:36:50 -05:00
Thomas Trepl
0de5b82f0a
Upgrade cmake-3.26.1
2023-03-24 09:43:48 +01:00
Xi Ruoyao
0fab41a9df
accountsservice: Make systemd dependency runtime
2023-03-24 15:51:50 +08:00
Xi Ruoyao
4a00a6dac5
udisks2: Make systemd dependency runtime
2023-03-24 15:48:28 +08:00
Xi Ruoyao
b125bbf2ab
colord: Make systemd dependency runtime, and add elogind dependency
...
It uses logind API in libsystemd.so/libelogind.so. Not sure if it's
strong enough to be "recommended", we may demote it later.
Q: Why systemd dependency is runtime, but elogind not?
A: LFS systemd provides libsystemd.so, which contains the logind APIs.
But these APIs will fail at runtime because systemd-logind is missing in
LFS, so we need a runtime dependency. LFS sysv does not provide
libsystemd.so, and libsystemd.so is a symlink to libelogind.so which is
a part of elogind, so it's a build time dependency.
2023-03-24 15:48:28 +08:00
Xi Ruoyao
30b01dbd10
dbus: Demote systemd dependency and clarify what it is for
2023-03-24 15:48:27 +08:00
Xi Ruoyao
bb4bb1db9a
systemd: PAM is not strictly required, but also something "higher than recommended"
...
Make PAM recommended and add a big note about it.
2023-03-24 15:48:27 +08:00
Douglas R. Reno
f2b888ddd5
Update to intel-gmmlib-22.3.5
2023-03-23 15:33:13 -05:00
Douglas R. Reno
9a34555d6f
opencv: NumPy is now in BLFS, so let's make that optional dep internal.
2023-03-21 19:15:31 -05:00
Pierre Labastie
e65bf5e7a1
aspell: show how to install the English dictionary
2023-03-20 14:30:21 +01:00
Pierre Labastie
70d6ea499f
Sysv: fix deps between dbus, X libs, and elogind
...
also remove a useless switch on dbus configure for sysv
2023-03-20 14:12:09 +01:00
Pierre Labastie
992c9e7238
Fix elogind dependencies
...
- dbus is not needed for building (and strictly speaking, it is
not needed for running, but strongly recommended)
- polkit was said to be runtime but role="runtime" was missing
- only valgrind is needed for tests
- there is no trace of gobject-introspection in the deps.
2023-03-19 14:15:21 +01:00
Xi Ruoyao
bb6209fca0
llvm: Update content and short descriptions
2023-03-19 16:26:58 +08:00
Xi Ruoyao
17418d43e2
Update to rustc-1.68.0 ( #17822 )
2023-03-19 15:57:52 +08:00
Xi Ruoyao
b30ce9bd3e
Update to LLVM-16.0.0 ( #17799 )
2023-03-19 15:32:43 +08:00
Bruce Dubbs
f8b4f14d63
Minor changes.
...
Remove unzipi ftp url.
Add jemalloc as an optional external dependency for bind.
2023-03-18 18:48:39 -05:00
Pierre Labastie
005fa60314
A few fixes to recent updates
...
- fix gobject-instrospection download url
- libXaw tarball is now .xz
2023-03-18 10:29:01 +01:00
Bruce Dubbs
a0753aaa02
Update to Business-ISMN-1.203 (Perl module).
2023-03-17 13:59:56 -05:00
Bruce Dubbs
c98ea2d4f0
Update to highlight-4.5.
2023-03-17 13:24:21 -05:00
Bruce Dubbs
bca09814a5
Update to gobject-introspection-1.76.0.
2023-03-17 13:16:32 -05:00
Bruce Dubbs
37d53b1d9f
Package updates.
...
Update to cmake-3.26.0.
Update to git-2.40.0.
Update to icewm-3.3.2.
2023-03-16 18:42:34 -05:00
Bruce Dubbs
2830a226ec
Update to Data-Compare-1.28 (Perl module).
2023-03-16 14:43:41 -05:00
Bruce Dubbs
bdcbdb2bb3
Update to Net-DNS-1.37 (Perl module).
2023-03-16 14:30:36 -05:00
Ken Moffat
081c78e887
Update to firefox-102.9.0esr and JS-102.9.0esr.
2023-03-14 20:41:19 +00:00
Pierre Labastie
c667e1e5fa
Update kernel config for elogind
...
The layout for cryptographic api has changed. This one is for
linux-6.2
2023-03-14 21:10:47 +01:00
Pierre Labastie
91318eb9aa
Add "setup" to meson commands
...
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Xi Ruoyao
278f2973ba
libpaper: Fix a typo ("nudump" should be "nodump")
2023-03-11 15:41:46 +08:00
Xi Ruoyao
913b88fb20
libpaper: Update the configuration info for libpaper2 (again)
...
/etc/papersize is essentially useless now. It only provides the
fallback value if the locale does not suggest a paper size. And with
Glibc-2.37 even the "C" locale suggests A4.
See https://github.com/rrthomas/libpaper/issues/40 .
2023-03-11 12:05:54 +08:00
Xi Ruoyao
7ef6fd186a
libpaper: Fix config file path
...
It's still /etc/papersize, not /etc/paper. See "man 1 paper".
Arch also installs /etc/papersize:
https://archlinux.org/packages/extra/x86_64/libpaper/files/
It installs a /etc/paperspec as well. Not sure if we'll need it.
2023-03-10 21:12:42 +08:00
Bruce Dubbs
25d274a12f
Update to libpaper-2.0.10.
2023-03-09 13:57:26 -06:00
Bruce Dubbs
0380184d69
Update to cmake-3.25.3.
2023-03-09 13:03:53 -06:00
Bruce Dubbs
2554b062cd
Update to node-18.15.0.
2023-03-08 17:43:41 -06:00
Thomas Trepl
f0dd071e29
Add a patch to fix gcc-go version string
2023-03-08 18:42:57 +01:00
Douglas R. Reno
01f42a8179
Update to SCons-4.5.1
...
Also use correct ticket number in httpd.
2023-03-07 22:00:35 -06:00
Bruce Dubbs
e22dbdcf4e
Update to libqalculate-4.6.0.
2023-03-07 14:37:00 -06:00
Xi Ruoyao
aa3a5e04fb
Update to systemd-253
2023-03-07 12:38:46 +08:00
Douglas R. Reno
5998d77c2c
Update to SCons-4.5.0
2023-03-06 12:10:58 -06:00
Bruce Dubbs
cbfc81476b
Update to wpebackend-fdo-1.14.1.
2023-03-05 18:22:10 -06:00
Bruce Dubbs
9fabaa4b6e
Update to pytest-7.2.2 (Python module).
2023-03-05 18:02:14 -06:00
Bruce Dubbs
bfef78170d
Update to mercurial-6.3.3.
2023-03-05 15:44:32 -06:00
Bruce Dubbs
7873ef3c11
Update to harfbuzz-7.1.0.
2023-03-05 15:03:22 -06:00
Bruce Dubbs
585091034d
Update to raptor2-2.0.16.
2023-03-03 13:01:13 -06:00
Bruce Dubbs
929823bd0b
Update to poppler-23.03.0.
2023-03-03 12:40:27 -06:00
Bruce Dubbs
21e0c46962
Update to qpdf-11.3.0.
...
This update also requires a fix to cups-filters. For
that package adding CXXFLAGS="$CXXFLAGS -std=c++17" to
the configure instruction is suficient.
2023-03-03 12:30:56 -06:00