Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14283/10.3/unstable/main/finkinfo/devel

Modified Files:
        mpatrol.info p4.info po-debconf.info xerces-c.info 
        xerces-c23.info 
Log Message:
val fix


Index: mpatrol.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/mpatrol.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mpatrol.info        18 Jul 2006 22:43:29 -0000      1.11
+++ mpatrol.info        9 Jan 2007 22:09:17 -0000       1.12
@@ -10,7 +10,7 @@
 SourceDirectory: %n
 ###
 PatchScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
   cd pkg/auto
 
   version=1.4.8
@@ -55,14 +55,14 @@
 ConfigureParams: --with-x --with-pic --enable-shared --enable-static 
--mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib
 ###
 CompileScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
   cd pkg/auto
   ./configure %c
   make
 <<
 ###
 InstallScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
   cd pkg/auto
   make install DESTDIR=%d
 <<

Index: po-debconf.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/po-debconf.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- po-debconf.info     27 Aug 2005 20:15:15 -0000      1.3
+++ po-debconf.info     9 Jan 2007 22:09:17 -0000       1.4
@@ -8,13 +8,13 @@
 SourceDirectory: %n
 PatchScript: perl -pi -e 's/\"\$encto\" \"\$f\" \-o \"\$tmpfile\"/\"\$encto\" 
\"\$f\" \> \"\$tmpfile\"/' po2debconf
 CompileScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
 
   make prefix=%p
 <<
 
 InstallScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
 
   mkdir -p %i/bin
   mkdir -p %i/share/%n

Index: p4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/p4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- p4.info     24 Jan 2006 03:49:42 -0000      1.1
+++ p4.info     9 Jan 2007 22:09:17 -0000       1.2
@@ -6,7 +6,7 @@
 NoSourceDirectory: true
 CompileScript: echo "No compile needed"
 InstallScript: <<
-#!/bin/sh -e
+#!/bin/sh -ev
   install -d %i/bin/
   install p4 %i/bin/p4
   echo "Licensing: You may use software downloaded from Perforce for any 
purpose \

Index: xerces-c23.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/xerces-c23.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xerces-c23.info     14 Jan 2006 00:25:36 -0000      1.3
+++ xerces-c23.info     9 Jan 2007 22:09:17 -0000       1.4
@@ -9,7 +9,7 @@
 Depends: xerces-c23-shlibs (= %v-%r)
 Patch: %n.patch
 CompileScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
   export XERCESCROOT=%b
   cd src/xercesc
   ./runConfigure -p macosx -C "%c"
@@ -19,7 +19,7 @@
   make
 <<
 InstallScript: <<
-  #!/bin/sh -e
+  #!/bin/sh -ev
   export XERCESCROOT=%b
   echo Install samples
   mkdir -p %d/%p/bin

Index: xerces-c.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/xerces-c.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xerces-c.info       3 Jan 2006 22:36:51 -0000       1.3
+++ xerces-c.info       9 Jan 2007 22:09:17 -0000       1.4
@@ -16,7 +16,7 @@
 Patch: %n.patch
 
 CompileScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
  export XERCESCROOT=%b
  cd src/xercesc
  ./runConfigure -p macosx -n native -C "%c"
@@ -26,7 +26,7 @@
  make
 <<
 InstallScript: <<
- #!/bin/sh -e
+ #!/bin/sh -ev
  export XERCESCROOT=%b
  echo Install samples
  mkdir -p %d/%p/bin


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to