Commit graph

85 commits

Author SHA1 Message Date
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
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
938f2390dd Support system upgrades and configuration in GRUB.
Move /etc/default/grub to /etc/grub as it's owned by the sysadmin.

Move /etc/grub.d to /etc/default/grub.d as it's owned by the system.

Support /etc/grub's GRUB_CMDLINE_SORTIX in 10_sortix.

Remove the old /etc/grub.d/10_sortix.cache with a compatibility hook as it
has moved to /etc/default/grub.d/10_sortix.cache.
2023-09-03 14:47:08 +02:00
Juhani Krekelä
c4b878beb7 Redisable perl support in git.
If git with perl enabled is cross-compiled, the perl commands do not
work correctly. As there is seemingly no easy fix for this, disable perl
suppport again.
2023-08-27 20:22:22 +03:00
Juhani Krekelä
69cc658036 Move perl from git's BUILD_LIBRARIES to RUNTIME_PROGRAMS.
While RUNTIME_PROGRAMS currently does nothing, BUILD_LIBRARIES is not
correct for dependencies that are required at runtime. As git built with
perl support is still able to run without perl, just with limitations,
mark perl as an optional dependency as well.
2023-08-27 16:40:47 +00:00
Juhani Krekelä
6c81317026 Add perl as a dependency for git. 2023-08-27 15:22:57 +00:00
Nathan Fisher
93dd46192d Fix gettext port build by un-confusing the build system about whether c#
is available
2023-08-05 22:36:39 -04:00
Jonas 'Sortie' Termansen
917722cf70 Add display server.
This change adds the display(1) graphical user interface and desktop
environment with basic windowing support and the graphical terminal(1)
emulator along with integrations in chkblayout(1), chvideomode(1),
sysinstall(8), sysupgrade(8), as well as the games and ports.

Adopt the Aurora procedural wallpaper in display(1) and login(8).

Remove the obsolete dispd.

Juhani contributed keyboard and video mode APIs to the display protocol
and other miscellaneous changes.

dzwdz contributed the initial functioning window buttons, improved title
bar, window tiling, and minor bug fixes

Co-authored-by: Juhani Krekelä <juhani@krekelä.fi>
Co-authored-by: dzwdz <kg67199@gmail.com>
2023-06-24 00:43:36 +02:00
Juhani Krekelä
adcf11944f Update to libressl-3.7.2. 2023-04-21 23:00:33 +03:00
Jonas 'Sortie' Termansen
a773199a90 Add nginx port. 2023-04-07 14:20:56 +02:00
Juhani Krekelä
eeea3bdcc6 Update to links-2.29. 2023-04-06 20:35:31 +03:00
Jonas 'Sortie' Termansen
e9e57dc9af Add ntpd port. 2023-03-27 00:06:33 +02:00
Jonas 'Sortie' Termansen
03ee6d4d89 Update to libressl-3.7.1. 2023-03-16 11:11:33 +01:00
Jonas 'Sortie' Termansen
98c92bcdcc Update to openssh-9.3p1. 2023-03-16 10:49:47 +01:00
Jonas 'Sortie' Termansen
47e1cc439a Add glob(3).
Switch sh(1) to use glob(3).

Remove compatibility for no glob(3) from the ports.
2023-03-16 00:20:43 +01:00
Jonas 'Sortie' Termansen
4e0ed30861 Fix native cross issue in xz. 2023-03-11 14:55:40 +01:00
Jonas 'Sortie' Termansen
2cd7361294 Add memusage(2).
Switch xz to memusage(2) and fix native self-cross issue.

This is a compatible ABI change.
2023-03-09 20:27:17 +01:00
Jonas 'Sortie' Termansen
426ee920fb Update to e2fsprogs-1.46.5. 2023-02-26 21:59:44 +01:00
Jonas 'Sortie' Termansen
b126a8c03d Update to sortix-binutils-1.1-rc3. 2023-02-26 21:59:43 +01:00
Juhani Krekelä
6f43cc3806 Add links port. 2023-02-26 21:15:18 +01:00
Juhani Krekelä
f648633de7 Update to libressl-3.7.0. 2023-02-26 16:24:27 +02:00
Jonas 'Sortie' Termansen
b9a72bbfbc Add ssh port. 2023-02-26 15:13:19 +01:00
Jonas 'Sortie' Termansen
6bab3819e2 Replace /etc/proper-shells with /etc/proper-sh defaulting to dash. 2022-11-16 21:10:46 +01:00
Juhani Krekelä
212539c9de Update to dash-0.5.11.5. 2022-11-16 20:29:22 +01:00
Juhani Krekelä
cc9c031e5e Update to libressl-3.6.1. 2022-11-16 20:23:51 +01:00
Juhani Krekelä
6f2fef4090 Update to nano-6.3. 2022-09-10 20:55:37 +02:00
Jonas 'Sortie' Termansen
8789069f7e Fix invalid port LICENSE values. 2022-08-28 23:00:38 +02:00