Commit Graph

66 Commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen 795ef0529d Update to libffi-3.3. 2022-07-11 00:24:50 +02:00
Jonas 'Sortie' Termansen 31d8c5d828 Update to expat-2.4.8. 2022-07-11 00:24:50 +02:00
Jonas 'Sortie' Termansen 579b494170 Update to sortix-libstdc++-1.1-rc3. 2022-07-11 00:24:50 +02:00
Jonas 'Sortie' Termansen 4bc22cc169 Update to bzip2-1.0.8. 2022-07-11 00:24:50 +02:00
Juhani Krekelä 347f637d13 Update to readline-8.1.2. 2022-07-11 00:24:41 +02:00
Juhani Krekelä dbd97a1300 Update to netbsd-curses-0.3.2. 2022-07-11 00:24:33 +02:00
Juhani Krekelä 15a2d6d3f1 Update to libressl-3.5.3. 2022-07-10 23:10:37 +02:00
Juhani Krekelä 59baae95c9 Update to libevent-2.1.12-stable. 2022-07-10 23:10:37 +02:00
Jonas 'Sortie' Termansen 4c8799fa73 Update to libxml2-2.9.14. 2022-07-10 23:10:37 +02:00
Jonas 'Sortie' Termansen 51677c38b3 Update to xz-5.2.5. 2022-07-10 23:10:36 +02:00
Jonas 'Sortie' Termansen 671d1219a4 Update to gettext-0.21. 2022-07-10 23:10:14 +02:00
Jonas 'Sortie' Termansen 4addab6e30 Update to libiconv-1.17. 2022-07-10 23:10:14 +02:00
Jonas 'Sortie' Termansen 2e51481549 Fix missing BUILD_LIBRARIES in libavcodec and liblua. 2022-07-10 23:10:13 +02:00
Jonas 'Sortie' Termansen 86f6cdb718 Fix libtheora non-safe PATH use and libpng incompatibility. 2022-07-09 20:51:12 +02:00
Jonas 'Sortie' Termansen 36d9de7f54 Fix python modules not using sysroot. 2022-07-09 20:41:15 +02:00
Jonas 'Sortie' Termansen 9588b0d3db Add ports to the Sortix repository.
This change imports the ports collection from the former porttix and srctix
repositories and converts them to port(5) files with metadata pointing to
the upstream release tarballs with patches checked into this repository.
Ports are now developed and versioned along with the operating system and
are automatically built per the PACKAGES environment variable. The patches
are licensed under the same license as the relevant ports.

Tix has gained support for the new port(5) format. tix-port(8) is the new
high level ports build even point that handles downloading pstream releases
into the new mirror cache directory, applying the patches, building the port
with the lower-level tix-build(8), and finally installing the binary
package. The new tix-vars(8) program parses port(5) files and the new
tix-rmdiff(8) program produces input for tix-rmpatch(8).

The old doc/ directory is discontinued in favor of manual pages documenting
the new ports system.

The obsolete porttix-create(8) and srctix-create(8) programs are removed.
2022-06-13 22:29:53 +02:00