Re: git: 20b92b0aac36 - main - sysutils/e2fsprogs: fix build with nonzero PORTREVISION on e2fsprogs-core
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jan 2024 22:43:36 UTC
Thanks! Should I close Bug 276643 [1]? As commit which caused this breakage on sysutils/e2fsprogs is not MFH'ed to 2024Q1, it would be fine now. And another thing to note. Hint that PORTREVISION should not removed (but zero'ed) on PORTVERSION bump would be needed now, as removing it should cause problem now. If PORTREVISION is removed, for example on update to 1.48.0, BUILD_DEPENDS would become as below on build, thus another breakage as I've noted at Comment 6 of Bug 276643 [2]. e2fsprogs-core=1.48.0_:sysutils/e2fsprogs-core [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276643 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276643#c6 > The branch main has been updated by mandree: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=20b92b0aac3631958b097a14d946d0cd2ad201bb > > commit 20b92b0aac3631958b097a14d946d0cd2ad201bb > Author: Konstantin Belousov <kib@FreeBSD.org> > AuthorDate: 2024-01-31 21:53:17 +0000 > Commit: Matthias Andree <mandree@FreeBSD.org> > CommitDate: 2024-01-31 21:53:17 +0000 > > sysutils/e2fsprogs: fix build with nonzero PORTREVISION on e2fsprogs-core > --- -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>