If sued with a beta version of growl, Fink says:
Use of uninitialized value $growl_version in string eq at
/sw/lib/perl5/Fink/VirtPackage.pm line 1421.
Which is down to the interpretation of Growl versions in
Fink::VirtPackage. A fix would be to adapt the regexp to include 'b' in
the version string.
Jon
*** VirtPackage.pm 2009-09-21 13:43:47.000000000 +0100
--- VirtPackage.pm.bak 2009-09-21 13:47:05.000000000 +0100
***************
*** 1406,1412 ****
if (-f
"/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist") {
if (open(FILEIN,
'/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist')) {
local $/ = undef;
! if (<FILEIN> =~
/<key>CFBundleVersion<\/key>[\r\n\s]*<string>([\db\.]+)<\/string>/) {
$growl_version = $1;
}
close(FILEIN);
--- 1406,1412 ----
if (-f
"/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist") {
if (open(FILEIN,
'/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist')) {
local $/ = undef;
! if (<FILEIN> =~
/<key>CFBundleVersion<\/key>[\r\n\s]*<string>([\d\.]+)<\/string>/) {
$growl_version = $1;
}
close(FILEIN);
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users