From b05499e1a537cd68900c64b4a1e23dc69764fd17 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 15 Feb 2019 15:11:06 -0500 Subject: Reorder FreeBSD releases on compatibility.md --- builds.sr.ht/compatibility.md | 129 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 120 insertions(+), 9 deletions(-) (limited to 'builds.sr.ht') diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 7512ce3..3e79fe1 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -329,9 +329,10 @@ The following commands will be used to configure it: - + @@ -347,7 +348,7 @@ The following commands will be used to configure it: - + @@ -359,10 +360,9 @@ The following commands will be used to configure it:
FreeBSD CURRENTFreeBSD 12.x - image: freebsd/current + image: freebsd/latest or + image: freebsd/12.x
arch: amd64 (default) weeklymonthly
arch: i386
arch: powerpc
- + @@ -390,9 +390,9 @@ The following commands will be used to configure it:
FreeBSD 12.xFreeBSD 11.x - image: freebsd/latest or - image: freebsd/12.x + image: freebsd/11.x
- + @@ -408,7 +408,7 @@ The following commands will be used to configure it: - + @@ -425,6 +425,117 @@ The packages array is installed with `pkg install`. Custom package repositories are not supported on FreeBSD builds. +## NetBSD + +
FreeBSD 11.xFreeBSD CURRENT - image: freebsd/11.x + image: freebsd/current
arch: amd64 (default) monthlyweekly
arch: i386
arch: powerpc
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
NetBSD 8.x + image: netbsd/latest or + image: netbsd/8.x +
archsupportednativeupdated
arch: amd64 (default)monthly
arch: evbarm
arch: evbmips
arch: evbppc
arch: hpcarm
arch: i386
arch: sparc64
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NetBSD 7.x + image: netbsd/7.x +
archsupportednativeupdated
arch: amd64 (default)monthly
arch: evbarm
arch: evbmips
arch: evbppc
arch: hpcarm
arch: i386
arch: sparc64
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NetBSD-current + image: netbsd/current +
archsupportednativeupdated
arch: amd64 (default)weekly
arch: evbarm
arch: evbmips
arch: evbppc
arch: hpcarm
arch: i386
arch: sparc64
+ +**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 -- cgit