freebsd-ports/japanese/xgate/files/patch-web.xml
John Marino dd4865b22d japanese/xgate: nightmarish stage support added.
* Removed FreeBSD 7 and earlier condition
* Switched from @exec/@unexec to @sample keywords
* Moved /var/log/xgate creation/deletion to plist
* Converted patches to unix CR
* Used DOS2UNIX for entire package
* Used @owner, @group instead of broken %%WWW???%% in plist
* Used UIDFIX and TAR:tgz
* Moved conf file renames from post-extract to post-patch where it belongs
* Removed NOPORTDOCS and used DOCS option instead
* Removed <pre>, <post>, replaced with <options>
* Lots of portlint petting

Verified in Redports
2014-06-05 22:21:43 +00:00

13 lines
474 B
XML

--- xgate/WEB-INF/web.xml.orig Sat Dec 17 23:52:08 2005
+++ xgate/WEB-INF/web.xml Sun Dec 18 15:17:15 2005
@@ -90,6 +90,10 @@
<session-timeout>10</session-timeout>
</session-config>
<mime-mapping>
+ <extension>html</extension>
+ <mime-type>text/html;charset=Shift_JIS</mime-type>
+ </mime-mapping>
+ <mime-mapping>
<extension>hdml</extension>
<mime-type>text/x-hdml;charset=Shift_JIS</mime-type>
</mime-mapping>