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

Modified Files:
        texmacs.info the.info vigor.info 
Log Message:
val fix


Index: the.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/the.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- the.info    19 Dec 2005 20:39:10 -0000      1.6
+++ the.info    9 Jan 2007 22:16:11 -0000       1.7
@@ -11,7 +11,7 @@
 Suggests: regina
 PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
 CompileScript: <<
-#!/bin/sh
+#!/bin/sh -ev
   ./configure --prefix=%p --with-rexx=regina --with-rexxlibdir=%p/lib 
--with-ncurses --with-curseslibdir=%p/l\
 ib
   make

Index: texmacs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- texmacs.info        3 Jan 2006 22:45:34 -0000       1.34
+++ texmacs.info        9 Jan 2007 22:16:11 -0000       1.35
@@ -18,7 +18,7 @@
 ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --with-imlib2
 Patch: %n.patch
 PatchScript: <<
-#!/bin/sh -e
+#!/bin/sh -ev
 # increase the stacksize to something reasonable before starting 
  perl -pi -e 's|bin/sh\n|bin/sh\n\nulimit -s 8192\n|' misc/scripts/texmacs.in
 # change hardwired paths for ispell and aspell 
@@ -38,7 +38,7 @@
  ' plugins/graphviz/src/tm_graphviz.c
 <<
 CompileScript: <<
-#!/bin/sh -e
+#!/bin/sh -ev
  export 
PATH=%p/share/guile/1.6/scripts/binoverride:%p/lib/freetype219/bin:$PATH
  ./configure %c
  export GUILE_LOAD_PATH=%p/share/guile/1.6

Index: vigor.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/vigor.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vigor.info  3 Jan 2006 22:45:33 -0000       1.5
+++ vigor.info  9 Jan 2007 22:16:11 -0000       1.6
@@ -10,14 +10,14 @@
 ###
 UpdateConfigGuessInDirs: build
 CompileScript: <<
-#!/bin/sh -e
+#!/bin/sh -ev
 cd build
 vi_cv_sys5_pty=no ./configure %c
 make
 <<
 ###
 InstallScript: <<
-#!/bin/sh -e
+#!/bin/sh -ev
 cd build
 make install prefix=%i
 <<


-------------------------------------------------------------------------
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