From 553818ac4350dd19d04cd1c90daeabcd65646a56 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 12 Mar 2005 21:18:07 +0000 Subject: 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 [1] Informed by: Yoshihiro Yanagida Inquiried by: many people Sponsored by: Ensure Technology Ltd. --- net/DarwinStreamingServer/files/patch-DSS_MakeRoot | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net/DarwinStreamingServer/files/patch-DSS_MakeRoot (limited to 'net/DarwinStreamingServer/files/patch-DSS_MakeRoot') 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 + + -- cgit v1.2.3