FreeBSD Bugzilla – Attachment 211931 Details for
Bug 244374
www/tomcat{85,9}: Add NLS support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against /usr/ports/www/tomcat9
tomcat9-nls.patch (text/plain), 1.39 KB, created by
Michael Osipov
on 2020-02-25 17:50:42 UTC
(
hide
)
Description:
Patch against /usr/ports/www/tomcat9
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2020-02-25 17:50:42 UTC
Size:
1.39 KB
patch
obsolete
>Index: www/tomcat9/Makefile >=================================================================== >--- www/tomcat9/Makefile (revision 527097) >+++ www/tomcat9/Makefile (working copy) >@@ -31,7 +31,7 @@ > TOMCAT_USER=${WWWOWN} \ > JAVA_HOME=${JAVA_HOME} > >-OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT >+OPTIONS_DEFINE= HOST_MANAGER MANAGER DOCS EXAMPLES ROOT NLS > OPTIONS_DEFAULT= HOST_MANAGER MANAGER ROOT > OPTIONS_SUB= yes > >Index: www/tomcat9/pkg-plist >=================================================================== >--- www/tomcat9/pkg-plist (revision 527097) >+++ www/tomcat9/pkg-plist (working copy) >@@ -36,15 +36,15 @@ > %%T%%/lib/tomcat-api.jar > %%T%%/lib/tomcat-coyote.jar > %%T%%/lib/tomcat-dbcp.jar >-%%T%%/lib/tomcat-i18n-cs.jar >-%%T%%/lib/tomcat-i18n-de.jar >-%%T%%/lib/tomcat-i18n-es.jar >-%%T%%/lib/tomcat-i18n-fr.jar >-%%T%%/lib/tomcat-i18n-ja.jar >-%%T%%/lib/tomcat-i18n-ko.jar >-%%T%%/lib/tomcat-i18n-pt-BR.jar >-%%T%%/lib/tomcat-i18n-ru.jar >-%%T%%/lib/tomcat-i18n-zh-CN.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-cs.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-de.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-es.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-fr.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-ja.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-ko.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-pt-BR.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-ru.jar >+%%NLS%%%%T%%/lib/tomcat-i18n-zh-CN.jar > %%T%%/lib/tomcat-jdbc.jar > %%T%%/lib/tomcat-jni.jar > %%T%%/lib/tomcat-util-scan.jar
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 244374
:
211901
| 211931