Date: Mon, 16 Jun 2025 12:32:28 -0700 From: Mark Millard <marklmi@yahoo.com> To: imp@freebsd.org, dev-commits-src-main@freebsd.org, Baptiste Daroussin <bapt@FreeBSD.org> Subject: git: be3c2087c884 - main - Revert "Makefile.inc1: attempt to fix pkgbase building" [FYI: following commit did not publish to list] Message-ID: <F873F08D-AF49-4CBE-A70A-A6FAEA212966@yahoo.com> References: <F873F08D-AF49-4CBE-A70A-A6FAEA212966.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh <imp_at_FreeBSD.org> wrote on Date: Mon, 16 Jun 2025 17:16:44 UTC : > The branch main has been updated by imp: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3Dbe3c2087c88463c95ff733883773a592= 02ba12a2 >=20 > commit be3c2087c88463c95ff733883773a59202ba12a2 > Author: Warner Losh <imp@FreeBSD.org> > AuthorDate: 2025-06-16 17:13:19 +0000 > Commit: Warner Losh <imp@FreeBSD.org> > CommitDate: 2025-06-16 17:13:19 +0000 >=20 > Revert "Makefile.inc1: attempt to fix pkgbase building" > =20 > This was an attempt to fix b44147bb1245, but it's still not right. = Per > conversation on irc, revert it and the other commit so we can redo = them > correctly. =20 = https://lists.freebsd.org/archives/dev-commits-src-main/2025-June/date.htm= l = https://lists.freebsd.org/archives/dev-commits-src-main/2025-June/author.h= tml = https://lists.freebsd.org/archives/dev-commits-src-main/2025-June/index.ht= ml do not show that other commit: = https://cgit.freebsd.org/src/commit/?id=3De4988ba172a84b35abab8ce065f2210d= ab70f148 (Revert "Makefile.inc1: allow real-update-packages to be called = independently") But John Baldwin's later commit (that was the next one after the missing one) did show up: = https://lists.freebsd.org/archives/dev-commits-src-main/2025-June/032846.h= tml (There are a couple of unrelated Cy Schubert RE: . . . MIT KRB5 . . . = messages between as well.) > Suggested by: bapt, kevans > --- > Makefile.inc1 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Makefile.inc1 b/Makefile.inc1 > index cff150668083..97bd81f3263f 100644 > --- a/Makefile.inc1 > +++ b/Makefile.inc1 > @@ -2048,7 +2048,7 @@ package-pkg: .PHONY > =20 > real-packages: stage-packages create-packages sign-packages = .PHONY > =20 > -real-update-packages: .PHONY create-packages > +real-update-packages: .PHONY > .if defined(PKG_VERSION_FROM_DIR) > @echo "=3D=3D> Checking for new packages (comparing = ${PKG_VERSION} to ${PKG_VERSION_FROM})" > @for pkg in ${PKG_VERSION_FROM_DIR}/${PKG_NAME_PREFIX}-*; do \ =3D=3D=3D Mark Millard marklmi at yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F873F08D-AF49-4CBE-A70A-A6FAEA212966>