Date: Fri, 8 Sep 2023 02:45:29 GMT From: Glen Barber <gjb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4e027ca1514f - releng/14.0 - release: force PKGCONFBRANCH to use 'latest' to fix BETA1 builds Message-ID: <202309080245.3882jTwC092933@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/14.0 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=4e027ca1514fc5c8d4720bec5a1ac6c71888aa38 commit 4e027ca1514fc5c8d4720bec5a1ac6c71888aa38 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-09-08 02:44:08 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-09-08 02:44:08 +0000 release: force PKGCONFBRANCH to use 'latest' to fix BETA1 builds We do not yet have a 'quarterly' build for amd64, i386, or non-x86, so use 'latest' in order to get the BETA1 builds to work. Approved by: re (implicit, build fix) Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd --- usr.sbin/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile index 3e0e047382ca..07a6012d9721 100644 --- a/usr.sbin/pkg/Makefile +++ b/usr.sbin/pkg/Makefile @@ -16,6 +16,7 @@ PKGCONFBRANCH?= latest . endif . endif .endif +PKGCONFBRANCH= latest PKGCONF?= FreeBSD.conf.${PKGCONFBRANCH} CONFS= ${PKGCONF} CONFSNAME_${PKGCONF}= ${PKGCONF:C/\.conf.+$/.conf/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309080245.3882jTwC092933>