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

Modified Files:
        coreutils.info 
Log Message:
Fixed many bugs.
* expat -> expat1
* grm -> rm.gnu to prevent a conflict against the cwp-su
* Removed base64 command in coreutils-default to prevent
  a conflict against the base64


Index: coreutils.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- coreutils.info      12 Apr 2007 13:02:18 -0000      1.12
+++ coreutils.info      14 Apr 2007 03:13:00 -0000      1.13
@@ -1,14 +1,13 @@
 Package: coreutils
 Version: 6.9
 Epoch: 1
-Revision: 2
-BuildDepends: expat, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
+Revision: 3
+BuildDepends: expat1, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 Depends: libgettext3-shlibs, libiconv
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
 Source-MD5: c9607d8495f16e98906e7ed2d9751a06
-Patch: %n.patch
 ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
 CompileScript: <<
   ./configure %c
@@ -32,6 +31,8 @@
       ff=`basename "$f"`
       case $ff in
         \[) ;;
+        rm) go ln -s "$f" "$ff.gnu";;
+        rm.1) go ln -s "$f" "$ff.gnu.1";;
         *) go ln -s "$f" "g$ff";;
       esac
     done
@@ -52,6 +53,9 @@
 The commands are named with 'g' prefix like 'gls' or 'gcp'. If you want
 to use them as 'ls' or 'cp', add %p/lib/coreutils/bin to your PATH
 or install the coreutils-default package.
+
+As the exception, the 'rm' command is named as 'rm.gnu' instead of 'grm'
+because the cwp-su package has another 'grm'.
 <<
 DescUsage: <<
 The exotic commands like mknod may or may not work in a useful manner
@@ -85,6 +89,9 @@
 Symlink to tsort (topological sort) is not created because it breaks
 other packages. The GNU version of tsort doesn't output files that are
 part of a cycle, while the BSD tsort that ships with Darwin does.
+
+Symlink to base64 is not created because it conflicts against
+the base64 package.
   <<
   InstallScript: <<
     #!/bin/sh -ev
@@ -97,7 +104,7 @@
       for f in "$dd/"*; do
         ff=`basename "$f"`
         case $ff in
-          md5sum*|readlink*|tsort*) ;;
+          md5sum*|readlink*|tsort*|base64*) ;;
           *) go ln -s "$f" "%i/$d/$ff";;
         esac
       done


-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to