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
Unknown Object (File)
Sun, Oct 12, 11:19 PM
Unknown Object (File)
Sun, Oct 12, 11:19 PM
Unknown Object (File)
Sun, Oct 12, 11:19 PM
Unknown Object (File)
Sun, Oct 12, 11:19 PM
Unknown Object (File)
Sun, Oct 12, 11:07 PM
Unknown Object (File)
Thu, Sep 18, 8:26 PM
Unknown Object (File)
Wed, Sep 17, 6:08 PM
Unknown Object (File)
Sep 17 2025, 11:24 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