aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-04-23 13:51:48 +0200
committerDrew DeVault <sir@cmpwn.com>2024-05-27 12:59:58 +0200
commit3260c9f64d7dd41145355314d82b4d8d7af929ec (patch)
treeafd509c8489e643f1d07baba2e5ca30c651ebd9c
parent24acd26cae9760c4a560785dc88c26e5727aa759 (diff)
downloadsr.ht-docs-3260c9f64d7dd41145355314d82b4d8d7af929ec.tar.gz
builds.sr.ht/compatibility: add FreeBSD current
Remove the ports tree from the images, it has been remove from current images and will be remove from other releases
-rw-r--r--builds.sr.ht/compatibility.md33
1 files changed, 30 insertions, 3 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index 62287fb..352a0b3 100644
--- a/builds.sr.ht/compatibility.md
+++ b/builds.sr.ht/compatibility.md
@@ -586,6 +586,36 @@ releases](https://www.freebsd.org/releases/) are supported.
<table class="table table-sm table-hover">
<thead>
<tr>
+ <th>FreeBSD current</th>
+ <th colspan="3" style="font-weight: normal; text-align: center">
+ <code>image: freebsd/current</code>
+ </th>
+ </tr>
+ <tr>
+ <th>arch</th>
+ <th style="text-align: center">supported</th>
+ <th style="text-align: center">native</th>
+ <th>updated</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr><td><code>arch: aarch64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr class="table-primary">
+ <td><code>arch: amd64</code> (default)</td>
+ <td style="text-align: center; color: green">✓</td>
+ <td style="text-align: center; color: green">✓</td>
+ <td>weekly</td>
+ </tr>
+ <tr><td><code>arch: i386</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: powerpc</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: powerpc64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ <tr><td><code>arch: sparc64</code></td><td style="text-align: center"></td><td></td><td></td></tr>
+ </tbody>
+</table>
+
+<table class="table table-sm table-hover">
+ <thead>
+ <tr>
<th>FreeBSD 14.x</th>
<th colspan="3" style="font-weight: normal; text-align: center">
<code>image: freebsd/latest</code> <strong>or</strong>
@@ -648,9 +678,6 @@ releases](https://www.freebsd.org/releases/) are supported.
The packages array is installed with `pkg install`.
-A snapshot of the ports collection is available at `/usr/ports`. Git can be
-used to update it to the latest commit.
-
**repositories**
Custom package repositories are not supported on FreeBSD builds.