Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8714/10.3/unstable/main/finkinfo/utils

Modified Files:
        fwipe-0.35-1.info 
Log Message:
Fix obsolete head syntax


Index: fwipe-0.35-1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/fwipe-0.35-1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fwipe-0.35-1.info   20 Oct 2003 22:22:55 -0000      1.1
+++ fwipe-0.35-1.info   13 Dec 2005 03:08:04 -0000      1.2
@@ -26,8 +26,13 @@
 nam-us: http://www.ibiblio.org/pub/Linux/utils/file/
 <<
 Source-MD5: 2fb3ab91f7ff56ce1c9f9bea1af6c32f
-PatchScript: sed 's|@PREFIX@|%i|g' <%a/%f.patch | patch -p1
-CompileScript: mv INSTALL INSTALL.txt; make
+PatchScript: <<
+  mv INSTALL INSTALL.txt
+  sed 's|@PREFIX@|%i|g' <%a/%f.patch | patch -p1
+  perl -pi -e 's/head -([0-9])/head -n $1/g' Makefile
+  perl -pi -e 's/(?<!_)puts/puts_/g' auto-str.c
+<<
+CompileScript: make
 DocFiles: BLURB COPYING INSTALL.txt
 InstallScript: mkdir -p %i/share; make setup check
 DescPort: <<
@@ -38,5 +43,8 @@
 
 Due to Mac OS X's handling of filename case, make overwrites the
 INSTALL doc during the build process so it must be renamed beforehand.
+
+Implements its own puts(), which is renamed so it doesn't collide with
+the system function of that name.
 <<
 Maintainer: Carsten Klapp <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to