FreeBSD Bugzilla – Attachment 129168 Details for
Bug 173126
[PATCH] graphics/deegree-wfs: Changed to use Tomcat6 and Tomcat7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deegree-wfs-2.5_1.patch
deegree-wfs-2.5_1.patch (text/plain), 2.17 KB, created by
nemysis
on 2012-10-26 16:50:00 UTC
(
hide
)
Description:
deegree-wfs-2.5_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-10-26 16:50:00 UTC
Size:
2.17 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/deegree-wfs/Makefile ./Makefile >--- /usr/ports/graphics/deegree-wfs/Makefile 2012-10-21 23:41:06.000000000 +0200 >+++ ./Makefile 2012-10-26 16:11:10.000000000 +0200 >@@ -13,37 +13,54 @@ > MAINTAINER= wenheping@gmail.com > COMMENT= Deegree Web Feature Service(WFS) > >-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_wfs_documentation_en.pdf > DOCSDIR= ${PREFIX}/share/doc/deegree-wfs >+ > PLIST_SUB= TOMCATDIR=${TOMCATDIR:S|^${PREFIX}/||} > >-post-extract: >- @${MKDIR} ${WRKDIR}/${PORTDIRNAME} >- @${TAR} xf ${WRKDIR}/deegree-wfs.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-wfs.war -C ${WRKDIR}/${PORTDIRNAME} >+ > do-install: >- cd ${WRKDIR} && \ >- ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${TOMCATDIR}/webapps/${PORTDIRNAME} >- @cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTDIRNAME} >+ @(cd ${WRKDIR} && \ >+ ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${TOMCATDIR}/webapps/${PORTDIRNAME}) >+ @(cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTDIRNAME}) > > .if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKDIR}/README.txt ${DOCSDIR} >- ${INSTALL_DATA} ${WRKDIR}/deegree_wfs_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 173126
: 129168