Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13331/perlmod/Fink

Modified Files:
        ChangeLog Engine.pm 
Log Message:
Fix runtime error if new xterm notifier is chosen in fink.conf (missing plugin 
module)


Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -d -r1.431 -r1.432
--- Engine.pm   3 Apr 2009 07:47:48 -0000       1.431
+++ Engine.pm   6 Apr 2009 04:45:57 -0000       1.432
@@ -2034,6 +2034,8 @@
                                                        }
                                                }
                                        }
+                                       # FIXME: factor out a standard Xterm 
notifier with
+                                       # new event types
                                        my $use_xttitle = grep { /^xterm$/i } 
split / /, $config->param_default('NotifyPlugin', 'Growl');
                                        print "\033]2;building " . 
$package->get_fullname . " (" . ($rebuild_count - 1) . " remaining)\007" if 
$use_xttitle;
                                }
@@ -2970,6 +2972,7 @@
 sub prefetch {
        my ($use_bindist, $dryrun, @dep_items) = @_;
 
+       # FIXME: factor out a standard Xterm notifier with new event types
        my $use_xttitle = grep { /^xterm$/i } split / /, 
$config->param_default('NotifyPlugin', 'Growl');
        
        &call_queue_clear;

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1594
retrieving revision 1.1595
diff -u -d -r1.1594 -r1.1595
--- ChangeLog   6 Apr 2009 02:30:50 -0000       1.1594
+++ ChangeLog   6 Apr 2009 04:45:57 -0000       1.1595
@@ -1,3 +1,8 @@
+2009-04-06  Daniel Macks  <dma...@netspace.org>
+
+       * Notify/XTerm.pm: non-standard implemenation, but need stub here
+       so that fink.conf:NotifyPlugin token can be resolved
+
 2009-04-05  Daniel Macks  <dma...@netspace.org>
 
        * PkgVersion.pm, Validation.pm: %a is gone


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to