Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13421

Modified Files:
        jgroff.info 
Log Message:
Set LANG=C LC_ALL=C in running the sed.

Index: jgroff.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/jgroff.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jgroff.info 8 Aug 2012 12:35:31 -0000       1.2
+++ jgroff.info 16 Aug 2013 05:31:44 -0000      1.3
@@ -27,18 +27,18 @@
 PatchFile: %n.patch
 PatchFile-MD5: fc03282de768c54081e285757635e71d
 PatchScript: <<
-gzip -cd ../groff_%v-21.diff.gz | /usr/bin/sed 's|Debian package as /usr|Fink 
package as %p|g' | patch -p1
-/usr/bin/sed 's|@PREFIX@|%p|g' %{PatchFile} | patch -p1
+gzip -cd ../groff_%v-21.diff.gz | LANG=C LC_ALL=C /usr/bin/sed 's|Debian 
package as /usr|Fink package as %p|g' | patch -p1
+LANG=C LC_ALL=C /usr/bin/sed 's|@PREFIX@|%p|g' %{PatchFile} | patch -p1
 <<
 CompileScript: <<
 PERLPATH=/usr/bin/perl ./configure %c
-make g=j NAMEPREFIX=j LIBS=-liconv
+LANG=C LC_ALL=C make g=j NAMEPREFIX=j LIBS=-liconv
 <<
 InstallScript: <<
-make install g=j NAMEPREFIX=j prefix=%i INSTALL_INFO=:
+LANG=C LC_ALL=C make install g=j NAMEPREFIX=j prefix=%i INSTALL_INFO=:
 (set -e; for f in afmtodit eqn2graph groffer grog mmroff pic2graph; do mv 
%i/bin/$f %i/bin/j$f; done) || exit $?
-/usr/bin/sed -i '' 's/^prepro  */^prepro j/;s/^postpro  */postpro j/' 
%i/share/%n/1.18.1/font/*/DESC
-(set -e; cd %i/share/info; for f in *; do /usr/bin/sed 
'/^START-INFO-DIR-ENTRY$/,/^END-INFO-DIR-ENTRY$/s/(groff)/(%n)/g;/^Indirect:/,//s/groff-/%n-/'
 $f > j$f; rm $f; done) || exit $?
+LANG=C LC_ALL=C /usr/bin/sed -i '' 's/^prepro  */^prepro j/;s/^postpro  
*/postpro j/' %i/share/%n/1.18.1/font/*/DESC
+(set -e; cd %i/share/info; for f in *; do LANG=C LC_ALL=C /usr/bin/sed 
'/^START-INFO-DIR-ENTRY$/,/^END-INFO-DIR-ENTRY$/s/(groff)/(%n)/g;/^Indirect:/,//s/groff-/%n-/'
 $f > j$f; rm $f; done) || exit $?
 ln -s 1.18.1 %i/share/%n/current
 mkdir %i/etc
 mv %i/share/%n/site-tmac %i/etc/%n


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to