Path to this page:
./
sysutils/m1n1,
Bootloader for Apple Silicon
Branch: CURRENT,
Version: 20210828,
Package name: m1n1-20210828,
Maintainer: port-armm1n1: an experimentation playground for Apple Silicon
m1n1 is an initial bootloader which is in charge of pretending to be a XNU
kernel and performing Apple-specific initialiation.
Master sites:
Version history: (Expand)
- (2021-08-31) Package added to pkgsrc.se, version m1n1-20210828 (created)
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-01-10 00:42:03 by Tobias Nygren | Files touched by this commit (5) |
Log message:
Fix packages that use GITSUB_MODULES on SunOS and possibly others
This is annoying, but for now we must always explicitly combine
GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar.
This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1
and that is not supported by nbtar(pax), which is the default pkgsrc
tar on some platforms. We cannot override EXTRACT_USING in github.mk
because that is too late.
We should switch all platforms to bsdtar and retire pax.
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-10-01 14:40:52 by Nia Alarie | Files touched by this commit (1) |
Log message:
m1n1: Needs ImageMagick for "convert" at build-time
|