1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
|
--- prc-tools-2.2/binutils/configure.in 2002-05-15 00:47:22.000000000 +0100
+++ prc-tools-2.2/binutils/configure.in 2003-07-01 22:02:49.000000000 +0100
@@ -508,35 +508,38 @@
fi
# Handle ${copy_dirs}
-set fnord ${copy_dirs}
-shift
-while [ $# != 0 ]; do
- if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
- :
- else
- echo Copying $1 to $2
-
- # Use the install script to create the directory and all required
- # parent directories.
- if [ -d $2 ]; then
- :
- else
- echo >config.temp
- ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
- fi
-
- # Copy the directory, assuming we have tar.
- # FIXME: Should we use B in the second tar? Not all systems support it.
- (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
-
- # It is the responsibility of the user to correctly adjust all
- # symlinks. If somebody can figure out how to handle them correctly
- # here, feel free to add the code.
-
- echo $1 > $2/COPIED
- fi
- shift; shift
-done
+### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk
+### prc-tools compile fix to prevent sandbox
+### errors
+# set fnord ${copy_dirs}
+# shift
+# while [ $# != 0 ]; do
+# if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
+# :
+# else
+# echo Copying $1 to $2
+#
+# # Use the install script to create the directory and all required
+# # parent directories.
+# if [ -d $2 ]; then
+# :
+# else
+# echo >config.temp
+# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
+# fi
+#
+# # Copy the directory, assuming we have tar.
+# # FIXME: Should we use B in the second tar? Not all systems support it.
+# (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
+#
+# # It is the responsibility of the user to correctly adjust all
+# # symlinks. If somebody can figure out how to handle them correctly
+# # here, feel free to add the code.
+#
+# echo $1 > $2/COPIED
+# fi
+# shift; shift
+#done
# Configure extra directories which are host specific
--- prc-tools-2.2/gcc/configure.in 2002-05-15 00:47:22.000000000 +0100
+++ prc-tools-2.2/gcc/configure.in 2003-07-01 22:02:49.000000000 +0100
@@ -470,36 +470,39 @@
esac
fi
# Handle ${copy_dirs}
-set fnord ${copy_dirs}
-shift
-while [ $# != 0 ]; do
- if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
- :
- else
- echo Copying $1 to $2
-
- # Use the install script to create the directory and all required
- # parent directories.
- if [ -d $2 ]; then
- :
- else
- echo >config.temp
- ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
- fi
-
- # Copy the directory, assuming we have tar.
- # FIXME: Should we use B in the second tar? Not all systems support it.
- (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
-
- # It is the responsibility of the user to correctly adjust all
- # symlinks. If somebody can figure out how to handle them correctly
- # here, feel free to add the code.
-
- echo $1 > $2/COPIED
- fi
- shift; shift
-done
+### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk
+### prc-tools compile fix to prevent sandbox
+### errors
+#set fnord ${copy_dirs}
+#shift
+#while [ $# != 0 ]; do
+# if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
+# :
+# else
+# echo Copying $1 to $2
+#
+# # Use the install script to create the directory and all required
+# # parent directories.
+# if [ -d $2 ]; then
+# :
+# else
+# echo >config.temp
+# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
+# fi
+#
+# # Copy the directory, assuming we have tar.
+# # FIXME: Should we use B in the second tar? Not all systems support it.
+# (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
+#
+# # It is the responsibility of the user to correctly adjust all
+# # symlinks. If somebody can figure out how to handle them correctly
+# # here, feel free to add the code.
+#
+# echo $1 > $2/COPIED
+# fi
+# shift; shift
+#done
# Configure extra directories which are host specific
--- prc-tools-2.2/doc/Makefile.in 2002-08-03 01:02:16.000000000 +0100
+++ prc-tools-2.2/doc/Makefile.in 2003-07-02 12:59:41.000000000 +0100
@@ -16,7 +16,8 @@
exec_prefix = @exec_prefix@
palmdev_prefix = @palmdev_prefix@
infodir = @infodir@
-htmldir = @htmldocs_prefix@
+htmldir = ${D}/@htmldocs_prefix@
+ # Portage fix - install to ${D} instead...
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
--- prc-tools-2.2/gdb/configure.in 2002-12-10 21:34:10.000000000 +0000
+++ prc-tools-2.2/gdb/configure.in 2003-07-03 17:49:38.000000000 +0100
@@ -909,35 +909,38 @@
fi
# Handle ${copy_dirs}
-set fnord ${copy_dirs}
-shift
-while test $# != 0 ; do
- if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
- :
- else
- echo Copying $1 to $2
-
- # Use the install script to create the directory and all required
- # parent directories.
- if test -d $2 ; then
- :
- else
- echo >config.temp
- ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
- fi
-
- # Copy the directory, assuming we have tar.
- # FIXME: Should we use B in the second tar? Not all systems support it.
- (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
-
- # It is the responsibility of the user to correctly adjust all
- # symlinks. If somebody can figure out how to handle them correctly
- # here, feel free to add the code.
-
- echo $1 > $2/COPIED
- fi
- shift; shift
-done
+### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk
+### prc-tools compile fix to prevent sandbox
+### errors
+# set fnord ${copy_dirs}
+# shift
+# while test $# != 0 ; do
+# if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
+# :
+# else
+# echo Copying $1 to $2
+#
+# # Use the install script to create the directory and all required
+# # parent directories.
+# if test -d $2 ; then
+# :
+# else
+# echo >config.temp
+# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
+# fi
+#
+# # Copy the directory, assuming we have tar.
+# # FIXME: Should we use B in the second tar? Not all systems support it.
+# (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
+#
+# # It is the responsibility of the user to correctly adjust all
+# # symlinks. If somebody can figure out how to handle them correctly
+# # here, feel free to add the code.
+#
+# echo $1 > $2/COPIED
+# fi
+# shift; shift
+#done
# Work in distributions that contain no compiler tools, like Autoconf.
tentative_cc=""
|