Page MenuHomeFreeBSD

Mk/bsd.options.desc.mk: sort out TOMCAT options
ClosedPublic

Authored by vvd on Jul 16 2023, 6:22 PM.
Tags
None
Referenced Files
F99074723: D41054.id124750.diff
Sun, Oct 6, 6:27 AM
Unknown Object (File)
Thu, Oct 3, 1:51 PM
Unknown Object (File)
Tue, Oct 1, 9:01 PM
Unknown Object (File)
Tue, Oct 1, 12:38 AM
Unknown Object (File)
Mon, Sep 23, 2:51 PM
Unknown Object (File)
Sun, Sep 22, 3:35 PM
Unknown Object (File)
Sat, Sep 21, 9:53 AM
Unknown Object (File)
Sat, Sep 21, 8:57 AM
Subscribers

Details

Summary
  1. Removed EOLed tomcat 6, 7 and 8.
  2. Replaced tomcat10 with tomcat101.
  3. Changed TOMCAT*_DESC to more correct.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

vvd requested review of this revision.Jul 16 2023, 6:22 PM
vvd created this revision.

There are less than 5 ports in tree making use of this as far as I can tell so is there a need for TOMCAT to be in bsd.options.desc.mk at all?
This should also be split into separate commits.

There are less than 5 ports in tree making use of this as far as I can tell so is there a need for TOMCAT to be in bsd.options.desc.mk at all?

I was surprised myself when I discovered TOMCAT*_DESC in Mk/bsd.options.desc.mk.
I found 3 ports only: devel/opengrok, www/axis2 and accidentally missed www/madsonic.

This should also be split into separate commits.

Disagree: 1) separately, the meaning of the changes will not be clear; 2) the patch is already very small.

This revision is now accepted and ready to land.Jul 17 2023, 6:27 AM