Commit Graph

2780 Commits

Author SHA1 Message Date
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
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
Jonas 'Sortie' Termansen 4533a2ade2 Remove mkinitrd(8). 2023-08-26 14:15:12 +02:00
Jonas 'Sortie' Termansen 6ac0061380 Add sysmerge(8) --target option. 2023-08-26 14:15:12 +02:00
Jonas 'Sortie' Termansen 6303a59439 Handle SIGTERM in chroot(8). 2023-08-26 14:15:12 +02:00
Jonas 'Sortie' Termansen e5465e64a1 Fix tix3g migration hook installing the wrong PLATFORM in collection.conf.
Fix the hook marker not existing and change its name to allow upgrading from
broken experimental builds.
2023-08-26 14:04:22 +02: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 33c1e98f0e Fix tar race condition when tix-port(8) strips programs. 2023-07-16 12:58:45 +02:00
Jonas 'Sortie' Termansen d189183900 Third generation Tix.
The .tix.tar.xz binary package format now stores the contents in the root
rather than the data/ subdirectory and the tix metadata now has the same
layout as the loose files in /tix, such that a .tix.tar.xz package can
simply be directly extracted into the filesystem. The /tix/manifest/ is now
included in the binary package rather than being generated on installation.

The /tix/collection.conf and /tix/tixinfo metadata files are now in the
tix-vars(1) format in the style of port(5).

The /tix/installed.list file has been removed since it isn't loose file
compatible and one can list the /tix/tixinfo directory instead.

The /tix/repository.list file has been removed since the feature is unused
and doesn't match the future direction of tix.

The kernel support for tix binary packages has been removed since it will
simply install by extracting the tar archive into the root filesystem.

Add the post-install sha256sum to the port version stamp.
2023-07-15 16:43:27 +02:00
Jonas 'Sortie' Termansen b819428bd2 Remove outdated statement that ports can't be built natively. 2023-07-12 23:10:39 +02:00
Jonas 'Sortie' Termansen 4990cef43c Reposition windows when the display resolution changes. 2023-07-12 23:10:39 +02:00
Jonas 'Sortie' Termansen ab9f2353e5 Add sysinstall(8) --system and --ports options. 2023-07-12 21:55:32 +02:00
Jonas 'Sortie' Termansen edd8566155 Modernize extfs(8) error handling. 2023-07-12 21:54:57 +02:00
Jonas 'Sortie' Termansen ffc1b02b94 Remove workaround for qemu 1.4.x and 1.5.x.
These releases are now 10 years old and are no longer a concern.
2023-07-12 21:54:57 +02:00
Jonas 'Sortie' Termansen e933eb5a1c Replace mkinitrd(1) with tar(1).
The custom initrd format was originally useful when it was mounted,
however it has been extracted into the ramfs for a very long time and
has no advantages over the standard tar format which can be readily
created and modified using standard tools. The kernel initrd(7) support
already supports tar, so this change simply switches the format.
2023-07-12 21:45:11 +02: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