notbug ipv6 ready As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
tomcat-native2 Tomcat native library
2.0.12_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.12Version of this port present on the latest quarterly branch.
Maintainer: michaelo@apache.org search for ports maintained by this maintainer
Port Added: 2024-04-29 17:12:06
Last Update: 2026-02-26 08:10:21
Commit Hash: 2baaf16
Also Listed In: java
License: APACHE20
WWW:
https://tomcat.apache.org/native-doc/
Description:
The Apache Tomcat Native Library is an optional component for use with Apache Tomcat that allows Tomcat to use OpenSSL as a replacement for JSSE to support TLS connections.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. lib/libtcnative-2.so
  2. lib/libtcnative-2.so.0
  3. lib/libtcnative-2.so.0.0.12
  4. @ldconfig
  5. /usr/local/share/licenses/tomcat-native2-2.0.12_1/catalog.mk
  6. /usr/local/share/licenses/tomcat-native2-2.0.12_1/LICENSE
  7. /usr/local/share/licenses/tomcat-native2-2.0.12_1/APACHE20
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • tomcat-native2>0:www/tomcat-native2
To install the port:
cd /usr/ports/www/tomcat-native2/ && make install clean
To add the package, run one of these commands:
  • pkg install www/tomcat-native2
  • pkg install tomcat-native2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tomcat-native2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1769721811 SHA256 (tomcat-native-2.0.12-src.tar.gz) = 8894d0f1577e78342585a706050b7ff4b557ff385cdcea0424404c593bfd3104 SIZE (tomcat-native-2.0.12-src.tar.gz) = 470007

Packages (timestamps in pop-ups are UTC):
tomcat-native2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest---2.0.7-n/an/an/a
FreeBSD:13:quarterly2.0.7--2.0.7-n/an/an/a
FreeBSD:14:latest2.0.12_12.0.12_1-2.0.72.0.12_1---
FreeBSD:14:quarterly2.0.122.0.12-2.0.72.0.12---
FreeBSD:15:latest2.0.12_12.0.12_1n/a2.0.7n/an/a--
FreeBSD:15:quarterly2.0.122.0.12n/a-n/an/a--
FreeBSD:16:latest2.0.122.0.12_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk21
Runtime dependencies:
  1. java : java/openjdk21
Library dependencies:
  1. libapr-1.so : devel/apr1
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_tomcat-native2
USES:
java libtool ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://archive.apache.org/dist/tomcat/tomcat-connectors/native/2.0.12/source/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.12_1
26 Feb 2026 08:10:21
commit hash: 2baaf16375792e66c71bc985f99e147f90be47fccommit hash: 2baaf16375792e66c71bc985f99e147f90be47fccommit hash: 2baaf16375792e66c71bc985f99e147f90be47fccommit hash: 2baaf16375792e66c71bc985f99e147f90be47fc files touched by this commit
Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=21 update

PR:	272855
2.0.12
30 Jan 2026 17:04:44
commit hash: 99c91e99baae1f10136796a261d183566dc1c8b1commit hash: 99c91e99baae1f10136796a261d183566dc1c8b1commit hash: 99c91e99baae1f10136796a261d183566dc1c8b1commit hash: 99c91e99baae1f10136796a261d183566dc1c8b1 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
www/tomcat-native2: Upgrade port to 2.0.12

This release finally drops backported OpenSSL 1.1.1 support, thus FreeBSD 13
support because the patches fail to apply due to upstream changes to those
files.

MFH:		2026Q1
Changelog:	https://tomcat.apache.org/native-doc/miscellaneous/changelog.html#Changes_in_2.0.12
2.0.7
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**java.mk: Convert bsd.java.mk to USES

The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
2.0.7
29 Apr 2024 17:09:47
commit hash: 145858d18e57843af64146a7f961e116b7266956commit hash: 145858d18e57843af64146a7f961e116b7266956commit hash: 145858d18e57843af64146a7f961e116b7266956commit hash: 145858d18e57843af64146a7f961e116b7266956 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
www/tomcat-native2: new port

PR:		276736
Approved by:	jrm (mentor)
Tested by:	jonc@chen.org.nz
Differential Revision:	https://reviews.freebsd.org/D44824

Number of commits found: 4