git: f92e0d6acda3 - main - pkg-bootstrap: use latest package set on arm64 stable branches
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jun 2022 18:58:44 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f92e0d6acda3abd16c6d411bf90ef26c4e3c40c4 commit f92e0d6acda3abd16c6d411bf90ef26c4e3c40c4 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-06-09 23:53:24 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-06-13 18:57:10 +0000 pkg-bootstrap: use latest package set on arm64 stable branches As with i386 and amd64, "latest" packages are available on stable branches for arm64/aarch64. Reviewed by: manu MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35445 --- usr.sbin/pkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile index 29bd6ea5e1af..e40265146657 100644 --- a/usr.sbin/pkg/Makefile +++ b/usr.sbin/pkg/Makefile @@ -10,7 +10,7 @@ PKGCONFBRANCH?= latest . if ${BRANCH:MBETA*} || ${BRANCH:MRC*} || ${BRANCH:MRELEASE*} PKGCONFBRANCH?= quarterly . else -. if ${MACHINE} != "amd64" && ${MACHINE} != "i386" +. if ${MACHINE} != "amd64" && ${MACHINE} != "i386" && ${MACHINE} != "arm64" PKGCONFBRANCH?= quarterly . else PKGCONFBRANCH?= latest