diff options
-rw-r--r-- | builds.sr.ht/compatibility.md | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 3e79fe1..bd7eb02 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -425,117 +425,6 @@ The packages array is installed with `pkg install`. Custom package repositories are not supported on FreeBSD builds. -## NetBSD - -<table class="table table-sm table-hover"> - <thead> - <tr> - <th>NetBSD 8.x</th> - <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: netbsd/latest</code> <strong>or</strong> - <code>image: netbsd/8.x</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 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>monthly</td> - </tr> - <tr><td><code>arch: evbarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbmips</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbppc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: hpcarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: i386</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>NetBSD 7.x</th> - <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: netbsd/7.x</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 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>monthly</td> - </tr> - <tr><td><code>arch: evbarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbmips</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbppc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: hpcarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: i386</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>NetBSD-current</th> - <th colspan="3" style="font-weight: normal; text-align: center"> - <code>image: netbsd/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 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: evbarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbmips</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: evbppc</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: hpcarm</code></td><td style="text-align: center">✗</td><td></td><td></td></tr> - <tr><td><code>arch: i386</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> - -**packages** - -Packages with a slash in the name (e.g. `foo/bar`) are built from pkgsrc, and -packages without a slash are installed via [pkgin](http://pkgin.net/). Using -pkgsrc can dramatically slow down your builds, so binary packages are strongly -recommended. However, binary packages are not supported on NetBSD current. - -To customize package options for pkgsrc, export the appropriate environment -variables in your [`environment`](manifest.md#environment) configuration. You -can also invoke pkgsrc manually; it is available in `/usr/pkgsrc`. - -**repositories** - -Custom package repositories are not supported on NetBSD builds. - ## NixOS <table class="table table-sm table-hover"> |