git: 1abb9270dd81 - releng/14.0 - Revert "release: force PKGCONFBRANCH to use 'latest' to fix BETA1 builds"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Oct 2023 19:01:15 UTC
The branch releng/14.0 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=1abb9270dd81a77490bab9a885c59fbf8701b8ab commit 1abb9270dd81a77490bab9a885c59fbf8701b8ab Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-10-18 18:53:15 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-10-18 19:00:54 +0000 Revert "release: force PKGCONFBRANCH to use 'latest' to fix BETA1 builds" This reverts commit 4e027ca1514fc5c8d4720bec5a1ac6c71888aa38. Approved by: re (kib) --- usr.sbin/pkg/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile index 07a6012d9721..3e0e047382ca 100644 --- a/usr.sbin/pkg/Makefile +++ b/usr.sbin/pkg/Makefile @@ -16,7 +16,6 @@ PKGCONFBRANCH?= latest . endif . endif .endif -PKGCONFBRANCH= latest PKGCONF?= FreeBSD.conf.${PKGCONFBRANCH} CONFS= ${PKGCONF} CONFSNAME_${PKGCONF}= ${PKGCONF:C/\.conf.+$/.conf/}