FreeBSD Bugzilla – Attachment 129169 Details for
Bug 173128
[PATCH] graphics/deegree-wpvs: Changed to use Tomcat6 and Tomcat7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deegree-wpvs-2.5_1.patch
deegree-wpvs-2.5_1.patch (text/plain), 2.10 KB, created by
nemysis
on 2012-10-26 17:00:02 UTC
(
hide
)
Description:
deegree-wpvs-2.5_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-10-26 17:00:02 UTC
Size:
2.10 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/deegree-wpvs/Makefile ./Makefile >--- /usr/ports/graphics/deegree-wpvs/Makefile 2012-10-21 23:41:06.000000000 +0200 >+++ ./Makefile 2012-10-26 16:14:22.000000000 +0200 >@@ -14,36 +14,53 @@ > MAINTAINER= wenheping@gmail.com > COMMENT= Deegree Web Terrain Service(WTS)/Web Perspective View Service(WPVS) > >-RUN_DEPENDS= ${LOCALBASE}/${TOMCATVER}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 >- > USE_ZIP= yes > USE_JAVA= 1.5+ >- > NO_BUILD= yes >-TOMCATVER= apache-tomcat-6.0 >+ > TOMCATDIR= ${PREFIX}/${TOMCATVER} >+APPHOME= ${LOCALBASE}/${TOMCATVER} > WEBAPPDIR= ${TOMCATDIR}/webapps >-PORTDOCS= * >+ >+PORTDOCS= README.txt deegree_wpvs_documentation_en.pdf > DOCSDIR= ${PREFIX}/share/doc/deegree-wpvs >+ > PLIST_SUB= TOMCATDIR=${TOMCATDIR:S|^${PREFIX}/||} > >-post-extract: >- @${MKDIR} ${WRKDIR}/${PORTDIRNAME} >- @${TAR} xf ${WRKDIR}/deegree-wpvs.war -C ${WRKDIR}/${PORTDIRNAME} >+OPTIONS_SINGLE= AS >+OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 >+OPTIONS_DEFAULT= TOMCAT6 > > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MTOMCAT6} >+TOMCATVER= apache-tomcat-6.0 >+BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 >+RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 >+.endif >+ >+.if ${PORT_OPTIONS:MTOMCAT7} >+TOMCATVER= apache-tomcat-7.0 >+BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 >+RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 >+.endif >+ >+post-extract: >+ ${MKDIR} ${WRKDIR}/${PORTDIRNAME} >+ ${TAR} xf ${WRKDIR}/deegree-wpvs.war -C ${WRKDIR}/${PORTDIRNAME} >+ > do-install: > ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${TOMCATDIR}/webapps/${PORTDIRNAME} >- @cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTDIRNAME} >+ @(cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTDIRNAME}) > > .if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKDIR}/README.txt ${DOCSDIR} >- ${INSTALL_DATA} ${WRKDIR}/deegree_wpvs_documentation_en.pdf ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKDIR}/|} ${DOCSDIR} > .endif > > post-install: >+ @${ECHO_CMD} > @${CAT} ${PKGMESSAGE} >+ @${ECHO_CMD} > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173128
: 129169