Commit Graph

4243 Commits

Author SHA1 Message Date
Xi Ruoyao
0d96143997
swig: Simplify doc install command 2024-01-01 00:48:29 +08:00
Xi Ruoyao
b37f4eb11f
swig: Move "TCL_INCLUDE=" earlier
We've put it at the trailing position, but it looks like "TCL_INCLUDE=."
with the punctuation.
2024-01-01 00:42:06 +08:00
Douglas R. Reno
4365a9e145 Update to subversion-1.14.3 2023-12-29 15:54:39 -06:00
Rahul Chandra
a007a58069 Fix double-hyphens from php test comment 2023-12-28 20:52:56 -05:00
Rahul Chandra
ef15363660 Update to php-8.3.1 2023-12-28 20:49:55 -05:00
Bruce Dubbs
1251fe7595 Update to doxygen-1.10.0. 2023-12-27 13:38:35 -06:00
Bruce Dubbs
c4f5f1e082 Update to ruby-3.3.0. 2023-12-27 13:34:15 -06:00
Bruce Dubbs
c29909c877 Update to Net-DNS-1.42 (Perl module). 2023-12-27 13:06:42 -06:00
Bruce Dubbs
01c1ac6aff Typos and small corrections. 2023-12-26 12:44:02 -06:00
Bruce Dubbs
5bd4e666b2 Simplify python3.11 page and firefox page. 2023-12-26 12:34:06 -06:00
Rahul Chandra
105d06c49a Add python3.11 in order to build Mozilla packages
I haven't modified all the reverse-depends to remove the
python-3.12 fixes (only firefox right now)
2023-12-26 02:33:08 -05:00
Bruce Dubbs
8364a13a9c Update to python-dbusmock-0.30.1 (Python module). 2023-12-24 15:23:19 -06:00
Pierre Labastie
1859ee6872 Remove links to deleted wiki pages
See https://wiki.linuxfromscratch.org/blfs/ticket/18952
2023-12-23 13:40:25 +01:00
Bruce Dubbs
7b63cb6e00 Update to lxml-4.9.4. 2023-12-22 16:56:55 -06:00
Pierre Labastie
2abde15278 Remove editor's note link from gcc
The note was obsolete and has been removed from wiki.
2023-12-21 15:09:59 +01:00
Pierre Labastie
8e09ea8bae Remove editor note from docutils
The note was obsolete and removed from the wiki
2023-12-21 14:46:58 +01:00
Douglas R. Reno
b1e4cd84a9 Fix rendering the book after the Python2 change earlier today 2023-12-20 15:50:59 -06:00
Pierre Labastie
8bded0b9b6 Remove editor notes for python2
wiki page removed
2023-12-20 22:17:59 +01:00
Pierre Labastie
311a77a433 Add editor notes link to perl-modules 2023-12-20 22:17:26 +01:00
Pierre Labastie
61a04db54b Fix python docs md5 2023-12-17 10:34:09 +01:00
Rahul Chandra
7e4c8fbc87 Update to cmake-3.28.1 2023-12-17 01:40:52 -05:00
Bruce Dubbs
2c758f05b7 Update to Python-3.12.1. 2023-12-16 11:01:26 -06:00
Rahul Chandra
63a2e8380a Update to cmake-3.28.0 2023-12-08 18:56:07 -05:00
Douglas R. Reno
4320a4451a Update to rustc-1.74.1 2023-12-08 16:26:03 -06:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Douglas R. Reno
49de3c2c92 Update to mercurial-6.6.1 2023-12-08 14:43:18 -06:00
Rahul Chandra
15abfad2fb gdb-14.1 2023-12-06 16:49:35 -05:00
Rahul Chandra
627bb154cf Update to pygments-2.17.2 2023-12-05 20:27:35 -05:00
Douglas R. Reno
0fcea3af89 Update to Text-CSV-2.04 (Perl Module) 2023-12-04 17:12:36 -06:00
Douglas R. Reno
8d444f5ce1 Update to Text_CSV-XS-1.53 (Perl Module) 2023-12-04 17:10:24 -06:00
Xi Ruoyao
f6b8764349
llvm: Remove a hanging test "getline_nohang.cpp"
This test hangs in a QEMU VM running LFS r12.0-102 (built with jhalfs
w/o any modification) even if -fsanitize=thread is not used...  While
it's difficult to root cause the issue, let's not hang forever.

Link:https://github.com/llvm/llvm-project/issues/39012
2023-12-03 17:28:27 +08:00
Xi Ruoyao
4614dc1fb5
Update to llvm-16.0.6 (#18672) 2023-12-03 16:23:02 +08:00
Xi Ruoyao
c39ddc6c3d
llvm: Remove BPF from targets
To use clang with BPF for v4l-utils, libbpf must be installed but it's
not a BLFS package.  And I doubt if any BLFS user really uses an IR
remote control on the BLFS system.  So let's not make all BLFS users
build something useless.

Note that if both clang and libbpf both exist, v4l-utils will attempt to
use "clang -target bpf" anyway even if -Dbpf=disabled is explicitly
specified (we've got enough surprise from v4l-utils building system
these days!!), so add a note to v4l-utils for people installing non-BLFS
libbpf.
2023-12-03 13:56:37 +08:00
Bruce Dubbs
619090f79f Update to cmake-3.27.9. 2023-12-01 19:12:58 -06:00
Douglas R. Reno
16be91a0a9 Update to python-dbusmock-0.30.0 (Python Module)
This includes a new test suite
2023-12-01 16:15:16 -06:00
Douglas R. Reno
dd3f068f5b Subversion: document Syntax Warnings in tests when using Python 3.12 2023-11-29 20:53:18 -06:00
Douglas R. Reno
3c7a49c5e3 Update to sphinx-rtd-theme-2.0.0 2023-11-29 13:59:30 -06:00
Bruce Dubbs
3140ec1465 Update to Net-DNS-1.41 (Perl module). 2023-11-28 10:46:27 -06:00
Xi Ruoyao
674e73cb18
gi-docgen: Add packaging as required dependency
Link: https://gitlab.gnome.org/GNOME/gi-docgen/-/issues/175
2023-11-26 20:03:18 +08:00
Bruce Dubbs
fb04459f1e Update to gi-docgen-2023.3. 2023-11-25 10:53:01 -06:00
Bruce Dubbs
0be945fe5b Typo 2023-11-24 18:08:42 -06:00
Bruce Dubbs
f30c0dc176 Update to php-8.3.0. 2023-11-24 18:04:08 -06:00
Douglas R. Reno
3525199c5a Typo fixes from rhubarbpieguy 2023-11-23 14:24:33 -06:00
Pierre Labastie
e2d263e891 Pygments depends on hatchling 2023-11-23 14:04:57 +01:00
Douglas R. Reno
f300248e89 Update to mercurial-6.6 2023-11-22 20:22:55 -06:00
Bruce Dubbs
dcd5a06347 Archive Berkeley DB 2023-11-22 15:35:10 -06:00
Bruce Dubbs
01b92cda01 Update to git-2.43.0. 2023-11-22 09:45:44 -06:00
Douglas R. Reno
d71f68c943 Update to rustc-1.74.0 2023-11-20 16:28:39 -06:00
Douglas R. Reno
9af8c3efbc Update to SCons-4.6.0 2023-11-20 14:05:29 -06:00
Douglas R. Reno
9ccad1931b Update to Pygments-2.17.1 (Python Module) 2023-11-20 13:42:34 -06:00