Ticket #51036: 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.32 8 revision 1 7 version 1.2.5 9 8 categories java www 10 9 maintainers nomaintainer 11 10 license Apache-2 … … 18 17 homepage http://tomcat.apache.org/ 19 18 master_sites apache:tomcat/tomcat-connectors/native/${version}/source/ 20 19 21 checksums rmd160 0124ecee2fca0bab0019f3c34051fc0088fb215b\22 sha256 26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e0958420 checksums rmd160 18c932cd4aa57df7374c5053fe8f2435eb5785c9 \ 21 sha256 8841f233027da5069a940168ebb7164a79ce1a622e2064c167e6ebf21fe88dcb 23 22 24 23 distname ${name}-${version}-src 25 worksrcdir ${distname}/ jni/native24 worksrcdir ${distname}/native 26 25 27 26 depends_lib port:apr \ 28 27 path:lib/libssl.dylib:openssl 29 28 30 29 configure.args --with-apr=${prefix} \ 31 --with-ssl=${prefix} \ 32 --with-java-platform=2 30 --with-ssl=${prefix} 33 31 34 32 if {[info exists env(JAVA_HOME)]} { 35 33 configure.args-append --with-java-home="$env(JAVA_HOME)" … … 55 53 maxThreads=\"150\" minSpareThreads=\"25\" maxSpareThreads=\"75\" 56 54 enableLookups=\"false\" redirectPort=\"8443\" acceptCount=\"100\" 57 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 58 58 " 59 59 60 60 livecheck.type regex