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)
Fri, Nov 7, 4:44 AM
Unknown Object (File)
Wed, Nov 5, 10:35 PM
Unknown Object (File)
Wed, Nov 5, 10:23 PM
Unknown Object (File)
Wed, Nov 5, 9:29 PM
Unknown Object (File)
Wed, Nov 5, 6:22 PM
Unknown Object (File)
Wed, Nov 5, 5:02 PM
Unknown Object (File)
Wed, Nov 5, 4:56 PM
Unknown Object (File)
Wed, Nov 5, 3:07 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