[Bug 281756] lang/tcl90: Update to 9.0.0 release

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 29 Sep 2024 07:04:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281756

--- Comment #3 from Pietro Cerutti <gahr@FreeBSD.org> ---
  * Remove TCL_VERSION, TCL_VER and TCL_RC
    These are very confusing to follow in Makefile so replace these with
DISTVERSION and modifiers

These might be very confusing to you, but are very handy to me because they
allow me to test RCs without big changes to the Makefile. As we speak, I was
just about to push the 9.0.0, which required little more than unsetting the
TCL_RC variable.

  * Rearrage Makefile to closer follow Porters Handbook and make it easier to
read and follow

Again, this is introducing a lot of churn in your diff and it makes it hard for
me to sort out the functional changes from the aesthetic ones.

I am willing to consider your enhancements and push off my update to 9.0.0 a
bit, but can you please drop anything that's not strictly a fix, and - if you
really think it's worth it - move everything else into a separate
aesthetics-only PR?

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.