Re: git: 29edf60ed922 - main - sysutils/ncdu2: unbreak build after 7fa85e6a3844
Date: Tue, 11 Jun 2024 02:28:08 UTC
On Tue, Jun 11, 2024 at 01:19:52AM +0200, Jan Beich wrote: > Jan Beich <jbeich@FreeBSD.org> writes: > > -BUILD_DEPENDS= zig>=0.12<0.12_99:lang/zig > > +BUILD_DEPENDS= zig>=0.12.1<0.12.1_99:lang/zig > > Obviously under "portmgr blanket". The maintainer wants to personally > validate every lang/zig update[1] but also benefit from changes made by > others - "have a cake and eat it, too". > > I should probably mark it BROKEN the next time instead of wasting time. It should be just zig:lang/zig, period. Depending on the package version is fragile and clearly asking for trouble vs. depending on the file which would always work and DTRT. ./danfe