diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-03-12 21:18:07 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-03-12 21:18:07 +0000 |
commit | 553818ac4350dd19d04cd1c90daeabcd65646a56 (patch) | |
tree | 7847701946f251d8ec8e2c2c1dd874f5bf50d9e7 /net/DarwinStreamingServer/files/patch-DSS_MakeRoot | |
parent | Add a note about MASTER_SITES and MASTER_SITE_SUBDIR. (diff) |
Update to 5.0.3.2.
o Disable over-optimaization for problem of ports/75291. [1]
o Clean-up some patches (to post-patch phase)
PR: ports/75291 [1]
Pointed out by: Lars Eggert <lars.eggert@netlab.nec.de> [1]
Informed by: Yoshihiro Yanagida <yosh@yanagi.to>
Inquiried by: many people
Sponsored by: Ensure Technology Ltd.
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-DSS_MakeRoot')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-DSS_MakeRoot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot new file mode 100644 index 000000000000..2ef6dcdd5ad9 --- /dev/null +++ b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot @@ -0,0 +1,24 @@ +--- DSS_MakeRoot.orig Tue Mar 11 12:13:25 2003 ++++ DSS_MakeRoot Sat Jan 22 05:08:36 2005 +@@ -249,21 +249,6 @@ + cp -f WebAdmin/WebAdminHtml/html_en/messages $INSTALLROOT/AdminHtml/html_en/ + cp -f WebAdmin/WebAdminHtml/html_en/genres $INSTALLROOT/AdminHtml/html_en/ + +- echo creating "$INSTALLROOT/AdminHtml/html_de/" directory +- mkdir -p $INSTALLROOT/AdminHtml/html_de/ +- cp -f WebAdmin/WebAdminHtml/html_de/messages $INSTALLROOT/AdminHtml/html_de/ +- cp -f WebAdmin/WebAdminHtml/html_de/genres $INSTALLROOT/AdminHtml/html_de/ +- +- echo creating "$INSTALLROOT/AdminHtml/html_fr/" directory +- mkdir -p $INSTALLROOT/AdminHtml/html_fr/ +- cp -f WebAdmin/WebAdminHtml/html_fr/messages $INSTALLROOT/AdminHtml/html_fr/ +- cp -f WebAdmin/WebAdminHtml/html_fr/genres $INSTALLROOT/AdminHtml/html_fr/ +- +- echo creating "$INSTALLROOT/AdminHtml/html_ja/" directory +- mkdir -p $INSTALLROOT/AdminHtml/html_ja/ +- cp -f WebAdmin/WebAdminHtml/html_ja/messages $INSTALLROOT/AdminHtml/html_ja/ +- cp -f WebAdmin/WebAdminHtml/html_ja/genres $INSTALLROOT/AdminHtml/html_ja/ +- + fi + + |