source: projects/specs/trunk/c/cmmi/cmmi-0.5.2_conf.patch @ 8091

Revision 8091, 2.3 KB checked in by iwaim, 10 years ago (diff)

cmmi 0.5.2-2

RevLine 
[8091]1diff -uNr cmmi-0.5.2.orig/dot.cmmirc.en cmmi-0.5.2/dot.cmmirc.en
2--- cmmi-0.5.2.orig/dot.cmmirc.en       2007-01-18 23:34:42.000000000 +0900
3+++ cmmi-0.5.2/dot.cmmirc.en    2013-12-29 14:23:47.648037196 +0900
4@@ -36,23 +36,23 @@
5 #
6 # This example supports both Debian system and cygwin system.
7 #
8-if( $ENV{OSTYPE} =~ /linux/ ) {
9-    # Package type
10-    $PACKAGE_TYPE= "D";
11-
12-    # The directory to pool generated packages
13-    $PACKAGE_DIR = "/home/kiyoka/public_html/debian";
14-}
15-else {
16-    # Package type
17-    $PACKAGE_TYPE= "C";
18-   
19-    # The directory to pool generated packages
20-    $PACKAGE_DIR = "/home/kiyoka/park/cygwin";
21-
22-    # installation target directory
23-    $TARGET_PREFIX = "/opt/local";
24-}
25+#if( $ENV{OSTYPE} =~ /linux/ ) {
26+#    # Package type
27+#    $PACKAGE_TYPE= "D";
28+#
29+#    # The directory to pool generated packages
30+#    $PACKAGE_DIR = "/home/kiyoka/public_html/debian";
31+#}
32+#else {
33+#    # Package type
34+#    $PACKAGE_TYPE= "C";
35+#   
36+#    # The directory to pool generated packages
37+#    $PACKAGE_DIR = "/home/kiyoka/park/cygwin";
38+#
39+#    # installation target directory
40+#    $TARGET_PREFIX = "/opt/local";
41+#}
42 
43 #
44 # --- Verbose mode ( for debug )
45diff -uNr cmmi-0.5.2.orig/dot.cmmirc.ja cmmi-0.5.2/dot.cmmirc.ja
46--- cmmi-0.5.2.orig/dot.cmmirc.ja       2007-01-18 23:34:42.000000000 +0900
47+++ cmmi-0.5.2/dot.cmmirc.ja    2013-12-29 14:24:16.705226436 +0900
48@@ -41,23 +41,23 @@
49 # ¼¡¤ÎÎã¤Ç¤Ï¡¢.cmmirc ¤ò Debian system ¤È cygwin¥·¥¹¥Æ¥à¤Ç
50 # ¶¦Í­¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
51 #
52-if( $ENV{OSTYPE} =~ /linux/ ) {
53-    # Package type
54-    $PACKAGE_TYPE= "D";
55-
56-    # The directory to pool generated packages
57-    $PACKAGE_DIR = "/home/kiyoka/public_html/debian";
58-}
59-else {
60-    # Package type
61-    $PACKAGE_TYPE= "C";
62-   
63-    # The directory to pool generated packages
64-    $PACKAGE_DIR = "/home/kiyoka/park/cygwin";
65-
66-    # installation target directory
67-    $TARGET_PREFIX = "/opt/local";
68-}
69+#if( $ENV{OSTYPE} =~ /linux/ ) {
70+#    # Package type
71+#    $PACKAGE_TYPE= "D";
72+#
73+#    # The directory to pool generated packages
74+#    $PACKAGE_DIR = "/home/kiyoka/public_html/debian";
75+#}
76+#else {
77+#    # Package type
78+#    $PACKAGE_TYPE= "C";
79+#   
80+#    # The directory to pool generated packages
81+#    $PACKAGE_DIR = "/home/kiyoka/park/cygwin";
82+#
83+#    # installation target directory
84+#    $TARGET_PREFIX = "/opt/local";
85+#}
86 
87 #
88 # --- ¥Ð¡¼¥Ü¡¼¥º¥â¡¼¥É
Note: See TracBrowser for help on using the repository browser.