I found another bug:

Index: perlmod/Fink/VirtPackage.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/VirtPackage.pm,v
retrieving revision 1.105
diff -u -r1.105 VirtPackage.pm
--- perlmod/Fink/VirtPackage.pm 4 Apr 2006 22:45:44 -0000       1.105
+++ perlmod/Fink/VirtPackage.pm 1 Jul 2006 14:42:19 -0000
@@ -516,7 +516,7 @@
        if (-x "/usr/bin/ld" and -x "/usr/bin/what") {
                if (`/usr/bin/ld -v 2>/dev/null` =~ /^.*version 
cctools-(\d+).*?$/) {
                        $cctools_version = $1;
-               } elsif (`/usr/bin/what /usr/bin/ld` =~ 
/^.*PROJECT:\s*cctools-(\d+).*?$/) {
+               } elsif (`/usr/bin/what /usr/bin/ld` =~ 
/^\/usr\/bin\/ld\n.*PROJECT:\s*cctools-(\d+).*?$/) {
                        $cctools_version = $1;
                }
        } else {

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to