help broken configure scripts #93
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Since the pkg-config version has been 0.9.0 for ages, people have been writing tests expecting the version number to be in that format.
The latest pkgconf release, 1, just returns "1" as version number, which breaks some of these (unwarranted) expectations. This breaks e.g. compilation of lilypond.
Can you please make it return version '1.0.0' instead?
lilypond upstream is already fixing the issue. i rather fix the unwarranted expectations in other packages. do you have a list of regressions?
we tested this change with freebsd ports tinderbox about a year ago and didn't observe any other breakage than lilypond.
I haven't found any other yet, and since you say lilypond is fixed, let's just fix the others too.