Commit graph

2848 commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen
d461550fca Update to tar-1.35. 2024-03-25 23:22:34 +01:00
Jonas 'Sortie' Termansen
6ca79deb89 Update to sed-4.9. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
8a4d002ecd Update to nano-7.2. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
b2e2ffdb9d Update to patch-2.7.6. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
ef98f7cdf8 Update to make-4.4.1. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
bbc6285588 Update to m4-1.4.19. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
e2bbd2a9af Update to lua-5.4.6. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
0dc27723fe Update to hello-2.12.1. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
5b7ffe763f Update to gzip-1.13. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
35eb3b433d Update to grep-3.11. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
4af0f32860 Update to gawk-5.3.0. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
1876a2be0f Update to e2fsprogs-1.47.0. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
9d9980346b Update to diffutils-3.10. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
10309d67b8 Update to libreadline-8.2. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
9a52eb1d64 Update to libmpc-1.3.1. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
4db0d3dd1d Update to libmpfr-4.2.1. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
9db6b462fc Update to libjpeg-9f. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
cff50a8814 Update to libgmp-6.3.0. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
151cd05316 Update to libffi-3.4.3. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
6ee1916cbe Update to libdbus-1.15.6. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
fca73b3da0 Update to fontconfig-2.15.0. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
3a143de0f6 Update to curl-8.5.0. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
43b490fe08 Update to libressl-3.8.2. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
d67f5588f6 Update to libidn-1.42. 2024-03-25 23:22:33 +01:00
Jonas 'Sortie' Termansen
22af2f1ad3 Update to pixman-0.42.2. 2024-03-25 23:22:32 +01:00
Jonas 'Sortie' Termansen
43ccfe3fa8 Update to libxml2-2.12.4. 2024-03-25 23:22:32 +01:00
Jonas 'Sortie' Termansen
0146e4c9ad Update to xz-5.4.5. 2024-03-25 23:22:32 +01:00
Jonas 'Sortie' Termansen
a8bae28082 Update to expat-2.5.0. 2024-03-25 23:22:32 +01:00
Jonas 'Sortie' Termansen
4c697aa447 Update to libpng-1.6.40. 2024-03-25 23:22:32 +01:00
Jonas 'Sortie' Termansen
3152413ff0 Avoid pedantic warnings in POSIX <signal.h>.
The -Wpedantic warnings are only supported in C <signal.h> mode, but the GCC
build and other ports use this kinda-unsupported mode and produce a lot of
these needless warnings, so remove the trailing commas in the enums.
2024-03-25 23:21:39 +01:00
Jonas 'Sortie' Termansen
2955e11211 Upgrading releases from source has been supported for a while. 2024-03-25 23:12:50 +01:00
Jonas 'Sortie' Termansen
1ddb9f9cb7 Simplify sorting ports in build order. 2024-03-25 23:11:37 +01:00
Jonas 'Sortie' Termansen
04b605477e Add IFF_UP to getifaddrs(3). 2024-03-25 23:11:36 +01:00
Jonas 'Sortie' Termansen
a2a790a336 Use the old 10_sortix when upgrading without a new grub port. 2024-03-25 23:11:36 +01:00
Jonas 'Sortie' Termansen
f1ed3194cb Cache wallpaper in login(8). 2024-03-25 23:11:36 +01:00
Jonas 'Sortie' Termansen
7d25725e0e Fix format string issue in sysmerge(8) conf_load error handler. 2024-03-25 23:11:36 +01:00
Jonas 'Sortie' Termansen
dc1fb1ceca Fix update-initrd(8) not atomically replacing the initrd. 2024-03-25 23:11:36 +01:00
Jonas 'Sortie' Termansen
fafaf86ddb Fix initrd makefile targets not ensuring the output directory. 2024-03-25 23:11:36 +01:00
Jonas 'Sortie' Termansen
dd4e813550 Fix stray backslash warning in manhtml. 2024-02-24 22:07:55 +01:00
Jonas 'Sortie' Termansen
e7fae57678 Add video-player -h, -w, and -z options to select the window size.
Restore extradata codec support that was previously removed when libavcodec
was updated and no replacement was known yet. This makes many codecs start
working again.

Convert video-player to C while here and remove dispd support.
2024-01-14 17:51:26 +01:00
Jonas 'Sortie' Termansen
979071b0b7 Fix dosfstools port being in development. 2024-01-09 22:39:35 +01:00
Jonas 'Sortie' Termansen
0c93ea4f97 Add dosfstools port. 2023-12-26 21:54:48 +01:00
Jonas 'Sortie' Termansen
43adfbb82e Add mtools port. 2023-12-26 21:54:48 +01:00
Juhani Krekelä
50f5e88722 Add irssi port. 2023-12-26 19:28:49 +02:00
Juhani Krekelä
fc20a4f6a3 Support CSI n L and CSI n M in console and terminal(1).
With these escapes supported, include definitions for line deletion
(dl1, dl) and insertion (il1, il) in terminfo for "sortix".
2023-12-26 19:24:00 +02:00
Jonas 'Sortie' Termansen
b4665bc8ce Add m4, perl, and texinfo to the basic ports set. 2023-12-24 13:12:25 +01:00
Jonas 'Sortie' Termansen
2465f9b5dc Package the system as a tix binary package. 2023-12-24 12:58:53 +01:00
Jonas 'Sortie' Termansen
95cf3fba98 Save kernel options upon installation. 2023-12-19 00:05:42 +01:00
Jonas 'Sortie' Termansen
dc98bcf0ca Add options to kernelinfo(2). 2023-12-19 00:05:42 +01:00
Jonas 'Sortie' Termansen
4aadc182a6 Fix broken manual references. 2023-12-19 00:05:42 +01:00