aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2023-09-08 02:44:08 +0000
committerGlen Barber <gjb@FreeBSD.org>2023-09-08 02:44:08 +0000
commit4e027ca1514fc5c8d4720bec5a1ac6c71888aa38 (patch)
tree4a342913b341acb5f398b2d47ef6e012ab096882
parent115ac9a765122f478b9fdb912a7c817ace10257b (diff)
downloadsrc-4e027ca1514fc5c8d4720bec5a1ac6c71888aa38.tar.gz
src-4e027ca1514fc5c8d4720bec5a1ac6c71888aa38.zip
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
-rw-r--r--usr.sbin/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
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/}