Changeset 81450
- Timestamp:
- 07/30/11 18:33:28 (4 years ago)
- Location:
- trunk/dports/java/tomcat5
- Files:
-
- 2 edited
-
Portfile (modified) (6 diffs)
-
files/patch-catalina.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/java/tomcat5/Portfile
r77248 r81450 48 48 port:jaxen \ 49 49 port:saxpath 50 51 worksrcdir ${distname}/build52 50 53 51 set javaLibs ${prefix}/share/java … … 58 56 use_configure no 59 57 58 build.dir ${worksrcpath}/build 60 59 build.cmd ant 61 60 build.target download dist compat 62 61 build.args [join " 63 -Dbase.path=${ worksrcpath}/Repository64 -Dnsis.exe=${ worksrcpath}/.bogus62 -Dbase.path=${build.dir}/Repository 63 -Dnsis.exe=${build.dir}/.bogus 65 64 -Dcommons-beanutils.jar=${javaLibs}/commons-beanutils.jar 66 65 -Dcommons-collections.jar=${javaLibs}/commons-collections.jar … … 84 83 -Djaxen.jar=${javaLibs}/jaxen.jar 85 84 -Dsaxpath.jar=${javaLibs}/saxpath.jar 86 -Djasper.home=${worksrcpath}/ ../jasper85 -Djasper.home=${worksrcpath}/jasper 87 86 "] 88 87 # -Dstruts.lib=${javaLibs}/struts/lib … … 108 107 109 108 # Make a bogus file to prevent nsis.exe from downloading 110 system "touch ${ worksrcpath}/.bogus"109 system "touch ${build.dir}/.bogus" 111 110 } 112 111 … … 126 125 127 126 # Install Tomcat 128 file copy ${ worksrcpath}/dist ${target}127 file copy ${destroot.dir}/dist ${target} 129 128 130 129 # Add compat files as needed 131 130 if { ! [variant_isset nocompat] } { 132 system "tar -cf - -C ${ worksrcpath}/compat . | tar xpf - -C ${target}"131 system "tar -cf - -C ${destroot.dir}/compat . | tar xpf - -C ${target}" 133 132 } 134 133 … … 194 193 195 194 # Install the docs 196 file copy ${ worksrcpath}/build/docs \195 file copy ${destroot.dir}/build/docs \ 197 196 ${destroot}${prefix}/share/doc/${name} 198 197 } -
trunk/dports/java/tomcat5/files/patch-catalina.sh
r21485 r81450 1 --- ../container/catalina/src/bin/catalina.sh.orig 2005-09-23 06:45:08.000000000 -07002 +++ ../container/catalina/src/bin/catalina.sh 2005-10-25 12:54:10.000000000 -07001 --- container/catalina/src/bin/catalina.sh.orig 2005-09-23 06:45:08.000000000 -0700 2 +++ container/catalina/src/bin/catalina.sh 2005-10-25 12:54:10.000000000 -0700 3 3 @@ -146,6 +146,11 @@ 4 4 JAVA_OPTS="$JAVA_OPTS "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.properties"
Note: See TracChangeset
for help on using the changeset viewer.

