| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
There seems no reason to test after install... So just do it like other
packages.
|
|
|
|
|
|
|
| |
We don't use it and it uses ( for opening parenthesis.
I am not sure whether this has some reason or not, but
we want to get reed of &#xx; chars in our change to utf-8,
so easier to remove than to find out why...
|
|
|
|
|
|
|
|
|
|
| |
In chapter 6, patch configure outputs:
libattr development library was not found or not usable.
GNU patch will be built without xattr support.
While this is normal in chapter 6 (building a temporary patch), we
should mention this dependency in the dependencies page.
|
|
|
|
| |
This allows using xmllint --valid on it.
|
|
|
|
|
|
|
|
| |
This is done via:
find -name \*.xml -or -name \*.xsl | xargs python3 utf8ize.py
with https://linuxfromscratch.org/~xry111/utf8ize.py.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The template named generate-basic-index in
{docbook-xsl}/xhtml/autoidx.xsl has a bug that generates a div element
with a wrong xmlns:xlink attribute. See
https://github.com/docbook/xslt10-stylesheets/issues/239.
Rather than fixing docbook-xsl, which would work only in LFS (but we
want to be able to render on other distros), copy the faulty template
to our customization files (lfs-index.xsl), so that this one is used.
We can also simplify it a lot since we don't need all the cases
covered in general docbook-xsl.
|
|
|
|
|
|
| |
bug report
Nasty bug :(.
|
| |
|
| |
|
|
|
|
|
|
| |
that is:
- ~/public_html/lfs-book for sysv
- ~/public_html/lfs-systemd for systemd
|
|
|
|
|
|
|
| |
This involves:
- removing the <xsl:output ...> element from nochunks.xsl
- adding a sed for rmoving the invalid xmlns:xlink attribute
- removing the sed for "©"
|
|
|
|
|
|
|
|
|
|
|
| |
For some reason, the stylesheets generate a
<div xmlns:xlink="http://www.w3.org/1999/xlink" ...> element in
longindex.html, but this is not valid in xhtml (the attribute
xmlns=xlink is not defined in the DTD). The problem is that tidy then
thinks it is not a true xhtml and removes the doctype declaration.
But when a browser receives a file without doctype declaration, it
thinks it uses an old standard, and switches to "quirks mode"
(for firefox, this can be seen by typing ctrl-I on the page).
|
|
|
|
| |
This allows all editors to have the same settings...
|
| |
|
|
|
|
|
|
|
| |
- according to our typography, referring to a manual page should be
<filename>page(x)</filename>
- don't enclose punctuation into quotes
- use <option> for option
|
| |
|
|
|
|
| |
This fixes a test failure in Epiphany.
|
| |
|
|
|
|
| |
Not sure why I didn't catch it...
|
|
|
|
|
| |
Now this variable is exported, thus it might potentially cause unwanted
side effects building other packages. So unset it after installation.
|
|
|
|
|
|
|
| |
Since it is needed for both building and installing, exporting it
allows to have it defined even if building as a regular user (so that
sudo is run for installing) or using a package manager (which usually
runs in a new shell and forgets unexported variables)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to meson-1.3.1 (#5402)
- Update to vim-9.0.2189 (#4500)
- Update to inetutils-2.5 (#5404)
- Update to xml-parser-2.47 (#5403)
- Update to linux-6.6.8 (#5397)
- Update to tzdata-2023d (#5399)
- Update to setuptools-69.0.3 (#5400)
- Update to iana-etc-20231205 (#5006)
- Update to autoconf-2.72 (#5398)
- Update to grub-2.12 (#5396)
|
| |
|
|
|
|
|
| |
Now TESTSUITEFLAGS is set globally in Chapter 7.4, so there is no need
to mention it again and again in individual packages.
|
| |
|
|
|
|
| |
Fixes #5394.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Update to util-linux v2.39.3.
Update to python3-3.12.1.
Update to linux-6.6.7.
Update to kbd-2.6.4.
Update to bc-6.7.4.
|
| |
|
|
|
|
| |
Stupid inconsistency...
|
| |
|
|
|
|
|
|
|
|
|
| |
In Linux 6.6 DRM_FBDEV_EMULATION no longer depends on FB, so we no
longer need to select FB (tested in a QEMU VM).
But if DRM is selected, we must select both DRM_FBDEV_EMULATION and
FRAMEBUFFER_CONSOLE or we'll see only blank screen. And now
FRAMEBUFFER_CONSOLE is not selected by default, be warned!!
|
|
|
|
| |
Only a trivial change (renaming CONFIG_FB).
|
|
|
|
|
| |
Asciidoctor is needed for regenerating man pages, and po4a is needed for
generating translated man pages in addition to asciidoctor.
|
| |
|
|
|
|
| |
This sentence has been untrue since LFS 10.0.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Tested in QEMU and the virtio NIC is now named "enp0s3".
Fixes #5386.
|
| |
| |
| |
| |
| |
| |
| |
| | |
I don't see a reason to upload vim tarball onto anduin. And now anduin
does not have vim-9.0.2136.tar.gz.
I tried downloading vim-8.0.0586 (shipped by LFS 8.2) from GitHub and it
worked fine. So it seems the GitHub storage is stable enough.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to vim-9.0.2136.
Update to iana-etc-20231117.
Update to bc-6.7.3.
Update to wheel-0.42.0 (Python Module).
Update to perl-5.38.2.
Update to pkgconf-2.1.0.
Update to readline patches 002 through 007.
Update to openssl-3.2.0.
Update to setuptools-69.0.2.
Update to linux-6.6.3.
Update to meson-1.3.0.
|
|
|
|
|
| |
Berkeley DB has been archived in BLFS, refer to the Oracle product page
for it instead.
|