The branch releng/14.0 has been updated by gjb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4e027ca1514fc5c8d4720bec5a1ac6c71888aa38

commit 4e027ca1514fc5c8d4720bec5a1ac6c71888aa38
Author:     Glen Barber <g...@freebsd.org>
AuthorDate: 2023-09-08 02:44:08 +0000
Commit:     Glen Barber <g...@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/}

Reply via email to