Date: Mon, 10 Oct 2022 12:23:26 +0200 From: "Tobias C. Berner" <tcberner@gmail.com> To: Baptiste Daroussin <bapt@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b52e773748c4 - main - ports-mgmt/pkg-devel: release 1.18.99.4 Message-ID: <CAOshKtfo7u29ZajNyMoP0Cv2jwLWqyyA-spwp9HJnsggwGETcw@mail.gmail.com> In-Reply-To: <202210040827.2948RaDl051706@gitrepo.freebsd.org> References: <202210040827.2948RaDl051706@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Moin moin This seems to break poudriere-devel for me. I cannot build (bulk/testport) ports like lang/python39 and databases/sqlite3@icu which all fail during the configure stage. Reverting this one and the follow-up update to .5 makes those build fine again... mfg Tobias On Tue, 4 Oct 2022 at 10:27, Baptiste Daroussin <bapt@freebsd.org> wrote: > > The branch main has been updated by bapt: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b52e773748c456d086edcbe325a3da0b8231c571 > > commit b52e773748c456d086edcbe325a3da0b8231c571 > Author: Baptiste Daroussin <bapt@FreeBSD.org> > AuthorDate: 2022-10-04 08:24:07 +0000 > Commit: Baptiste Daroussin <bapt@FreeBSD.org> > CommitDate: 2022-10-04 08:27:21 +0000 > > ports-mgmt/pkg-devel: release 1.18.99.4 > > Changes from 1.18.99.3 to 1.18.99.4 > - Accept '~' in the version or name of a package > - Autoremove will not remove anything which is required > by another installed package (via provides or via shlibs_provides) > - Update linenoise to latest version > - Update sqlite to 3.39.3 > - Update lua to 5.4.4 > - doc: add example on how to restore a package > - query: fix unicity issue > --- > ports-mgmt/pkg-devel/Makefile | 4 ++-- > ports-mgmt/pkg-devel/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile > index 463325ad310e..27e82ac1b56a 100644 > --- a/ports-mgmt/pkg-devel/Makefile > +++ b/ports-mgmt/pkg-devel/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= pkg > -DISTVERSION= 1.18.99.3 > +DISTVERSION= 1.18.99.4 > _PKG_VERSION= ${DISTVERSION} > CATEGORIES= ports-mgmt > PKGNAMESUFFIX= -devel > @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE > > USE_GITHUB= yes > GH_ACCOUNT= freebsd > -GH_TAGNAME= 7e1fe1fb > +GH_TAGNAME= a0bdf005 > > CFLAGS+= -O0 -g -Wno-error > USE_LDCONFIG= ${PREFIX}/lib/compat/pkg > diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo > index cb97bd5329b1..88ce2ccad693 100644 > --- a/ports-mgmt/pkg-devel/distinfo > +++ b/ports-mgmt/pkg-devel/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1659588898 > -SHA256 (freebsd-pkg-1.18.99.3-7e1fe1fb_GH0.tar.gz) = 4489a53eb88badb9bc377aebd1284a32d054234a01c861f9eadedb4bd199d2f8 > -SIZE (freebsd-pkg-1.18.99.3-7e1fe1fb_GH0.tar.gz) = 4023872 > +TIMESTAMP = 1664871949 > +SHA256 (freebsd-pkg-1.18.99.4-a0bdf005_GH0.tar.gz) = 16c7f18df56a65733541db541b72c9e27afe747c619704f96483646b5a014b33 > +SIZE (freebsd-pkg-1.18.99.4-a0bdf005_GH0.tar.gz) = 4055555
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKtfo7u29ZajNyMoP0Cv2jwLWqyyA-spwp9HJnsggwGETcw>