Ticket #48099: tomcat-native.diff
File tomcat-native.diff, 1.7 KB (added by mattbishop (Matt Bishop), 9 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name tomcat-native 7 version 1. 1.327 version 1.2.3 8 8 categories java www 9 9 maintainers nomaintainer 10 10 license Apache-2 … … 17 17 homepage http://tomcat.apache.org/ 18 18 master_sites apache:tomcat/tomcat-connectors/native/${version}/source/ 19 19 20 checksums rmd160 0124ecee2fca0bab0019f3c34051fc0088fb215b\21 sha256 26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e0958420 checksums rmd160 a9fb937c35c7a89a6b07eb41f3fb29cb34ea2a7a \ 21 sha256 36bf786371742c98ca8b167d3cb59ad2162169bdcaab122da8d0e923dc10742f 22 22 23 23 distname ${name}-${version}-src 24 worksrcdir ${distname}/ jni/native24 worksrcdir ${distname}/native 25 25 26 26 depends_lib port:apr \ 27 27 path:lib/libssl.dylib:openssl 28 28 29 29 configure.args --with-apr=${prefix} \ 30 --with-ssl=${prefix} \ 31 --with-java-platform=2 30 --with-ssl=${prefix} 32 31 33 32 if {[info exists env(JAVA_HOME)]} { 34 33 configure.args-append --with-java-home="$env(JAVA_HOME)" … … 54 53 maxThreads=\"150\" minSpareThreads=\"25\" maxSpareThreads=\"75\" 55 54 enableLookups=\"false\" redirectPort=\"8443\" acceptCount=\"100\" 56 55 connectionTimeout=\"20000\" disableUploadTimeout=\"true\" protocol=\"org.apache.coyote.http11.Http11AprProtocol\" /> 56 57 For further information please see https://tomcat.apache.org/native-doc/index.html 57 58 " 58 59 59 60 livecheck.type regex