]> Pileus Git - ~andy/sunrise/blob - sci-astronomy/midas/files/midas-20060904-compile.patch
dev-perl/Net-Subnets, net-misc/blocksshd: Remove masked package and its bug-less...
[~andy/sunrise] / sci-astronomy / midas / files / midas-20060904-compile.patch
1 diff -ru 06SEPpl1.0~/install/unix/autoconfig 06SEPpl1.0/install/unix/autoconfig
2 --- 06SEPpl1.0~/install/unix/autoconfig 2006-09-20 15:13:04.000000000 +0200
3 +++ 06SEPpl1.0/install/unix/autoconfig  2006-09-20 16:39:57.000000000 +0200
4 @@ -24,7 +24,7 @@
5         echo="echo -n"
6  fi
7  
8 -clear
9 +#clear
10  
11  cd `echo $0 | sed -e 's/[^\/]*$//' -e 's/^$/./' -e 's/\/$//'`
12  MID_INSTALL=`pwd`
13 @@ -54,14 +54,14 @@
14  echo "********** DATE:  `date`"
15  echo ""
16  
17 -$echo "Do you want to continue [yn]? (y): " $SV_NONL
18 -read answ
19 -if [ -z "$answ" ]; then
20 -  answ="y"
21 -fi
22 -if [ "$answ" = "n" -o "$answ" = "N" ]; then
23 -  exit 1
24 -fi
25 +#$echo "Do you want to continue [yn]? (y): " $SV_NONL
26 +#read answ
27 +#if [ -z "$answ" ]; then
28 +#  answ="y"
29 +#fi
30 +#if [ "$answ" = "n" -o "$answ" = "N" ]; then
31 +#  exit 1
32 +#fi
33  
34  /bin/sh $MID_INSTALL/select all
35  /bin/sh $MID_INSTALL/preinstall -a
36 diff -ru 06SEPpl1.0~/install/unix/install1 06SEPpl1.0/install/unix/install1
37 --- 06SEPpl1.0~/install/unix/install1   2006-09-20 15:13:04.000000000 +0200
38 +++ 06SEPpl1.0/install/unix/install1    2006-09-20 16:40:09.000000000 +0200
39 @@ -52,7 +52,7 @@
40  PATH=$PATH:$MID_INSTALL
41  export MIDASHOME MIDVERS MID_HOME MID_INSTALL
42  
43 -clear
44 +#clear
45  
46  if [ ! -f "$MID_HOME/local/default.mk" ] ; then
47    echo "*** ERROR: File <$MID_HOME/local/default.mk> does not exist."
48 @@ -911,13 +911,14 @@
49      mkdir $MID_HOME/tmp
50  fi
51  
52 -time /bin/sh $MID_INSTALL/install -i > $MID_HOME/tmp/install.$$ 2>&1 &
53 -echo "Running install in background"
54 -echo "Results are coming in $MID_HOME/tmp/install.$$"
55 -if [ "$1" = "-a" ]; then 
56 -  $echo "Waiting for MIDAS installation to finish..."  $SV_NONL
57 -  wait
58 -  echo "Finished."
59 -  echo ""
60 -fi
61 -exit 0
62 +#time /bin/sh $MID_INSTALL/install -i > $MID_HOME/tmp/install.$$ 2>&1 &
63 +#echo "Running install in background"
64 +#echo "Results are coming in $MID_HOME/tmp/install.$$"
65 +#if [ "$1" = "-a" ]; then 
66 +#  $echo "Waiting for MIDAS installation to finish..."  $SV_NONL
67 +#  wait
68 +#  echo "Finished."
69 +#  echo ""
70 +#fi
71 +#exit 0
72 +/bin/sh $MID_INSTALL/install -i