FreeBSD Bugzilla – Attachment 211901 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/tomcat85
tomcat85-nls.patch (text/plain), 1.26 KB, created by
Michael Osipov
on 2020-02-24 17:13:39 UTC
(
hide
)
Description:
Patch against /usr/ports/www/tomcat85
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2020-02-24 17:13:39 UTC
Size:
1.26 KB
patch
obsolete
>Index: www/tomcat85/Makefile >=================================================================== >--- www/tomcat85/Makefile (revision 526996) >+++ www/tomcat85/Makefile (working copy) >@@ -30,7 +30,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/tomcat85/pkg-plist >=================================================================== >--- www/tomcat85/pkg-plist (revision 526996) >+++ www/tomcat85/pkg-plist (working copy) >@@ -34,13 +34,13 @@ > %%T%%/lib/tomcat-api.jar > %%T%%/lib/tomcat-coyote.jar > %%T%%/lib/tomcat-dbcp.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-ru.jar >-%%T%%/lib/tomcat-i18n-zh-CN.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-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