FreeBSD Bugzilla – Attachment 211101 Details for
Bug 243648
www/tomcat85,90: Clean up port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www/tomcat8
tomcat85-cleanup.patch (text/plain), 2.26 KB, created by
Michael Osipov
on 2020-01-27 12:55:38 UTC
(
hide
)
Description:
www/tomcat8
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2020-01-27 12:55:38 UTC
Size:
2.26 KB
patch
obsolete
>Index: www/tomcat85/Makefile >=================================================================== >--- www/tomcat85/Makefile (revision 524249) >+++ www/tomcat85/Makefile (working copy) >@@ -50,36 +50,21 @@ > do-install: > @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/logs > @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/endorsed >- ${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} >+ @${CP} -R ${WRKSRC}/* ${STAGEDIR}${TOMCAT_HOME} > > post-install: > @${RM} ${STAGEDIR}${TOMCAT_HOME}/bin/*.bat >- (cd ${STAGEDIR}${TOMCAT_HOME}/conf &&\ >- for f in $$(find . -type f); do ${MV} $$f $$f.sample; done) >+ @(cd ${STAGEDIR}${TOMCAT_HOME}/conf &&\ >+ for f in $$(find . -type f -not -name '*.xsd'); do ${MV} $$f $$f.sample; done) > > post-install-HOST_MANAGER-on: >- (cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ >+ @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ > for f in host-manager/META-INF/context.xml host-manager/WEB-INF/web.xml; do \ > ${MV} $$f $$f.sample; done) > >-post-install-HOST_MANAGER-off: >- @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/host-manager >- > post-install-MANAGER-on: >- (cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ >+ @(cd ${STAGEDIR}${TOMCAT_HOME}/webapps &&\ > for f in manager/META-INF/context.xml manager/WEB-INF/web.xml; do \ > ${MV} $$f $$f.sample; done) >- >-post-install-MANAGER-off: >- @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/manager >- >-post-install-DOCS-off: >- @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/docs >- >-post-install-EXAMPLES-off: >- @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/examples >- >-post-install-ROOT-off: >- @${RM} -R ${STAGEDIR}${TOMCAT_HOME}/webapps/ROOT > > .include <bsd.port.mk> >Index: www/tomcat85/pkg-plist >=================================================================== >--- www/tomcat85/pkg-plist (revision 524249) >+++ www/tomcat85/pkg-plist (working copy) >@@ -60,11 +60,11 @@ > @sample %%T%%/conf/catalina.properties.sample > @sample %%T%%/conf/context.xml.sample > @sample %%T%%/conf/jaspic-providers.xml.sample >-@sample %%T%%/conf/jaspic-providers.xsd.sample >+%%T%%/conf/jaspic-providers.xsd > @sample %%T%%/conf/logging.properties.sample > @sample %%T%%/conf/server.xml.sample > @sample %%T%%/conf/tomcat-users.xml.sample >-@sample %%T%%/conf/tomcat-users.xsd.sample >+%%T%%/conf/tomcat-users.xsd > @sample %%T%%/conf/web.xml.sample > %%T%%/temp/safeToDelete.tmp > %%DOCS%%%%T%%/webapps/docs/BUILDING.txt
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
Flags:
koobs
:
maintainer-approval?
(
vvd
)
Actions:
View
|
Diff
Attachments on
bug 243648
: 211101 |
211305