Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11920

Modified Files:
      Tag: branch_0_24
        Bootstrap.pm ChangeLog 
Log Message:
include gettext-tools among the additional pkgs


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.90.2.9
retrieving revision 1.90.2.10
diff -u -d -r1.90.2.9 -r1.90.2.10
--- Bootstrap.pm        27 Apr 2005 04:46:11 -0000      1.90.2.9
+++ Bootstrap.pm        28 Apr 2005 09:47:46 -0000      1.90.2.10
@@ -341,7 +341,7 @@
 
        my $perl_is_supported = 1;
 
-       my @addlist = ("apt", "apt-shlibs", "bzip2-dev", "gettext-dev", 
"gettext-bin", "libiconv-dev", "libncurses5");
+       my @addlist = ("apt", "apt-shlibs", "bzip2-dev", "gettext-dev", 
"gettext-bin", "gettext-tools", "libiconv-dev", "libncurses5");
        if ("$]" == "5.006") {
                push @addlist, "storable-pm560", "file-spec-pm560", 
"test-harness-pm560", "test-simple-pm560";
        } elsif ("$]" == "5.006001") {

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.873.2.27
retrieving revision 1.873.2.28
diff -u -d -r1.873.2.27 -r1.873.2.28
--- ChangeLog   26 Apr 2005 14:50:52 -0000      1.873.2.27
+++ ChangeLog   28 Apr 2005 09:47:47 -0000      1.873.2.28
@@ -1,4 +1,8 @@
-2005-04-26  Dave Morrison  <[EMAIL PROTECTED]>
+2005-04-27  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * Bootstrap.pm: include gettext-tools among the additional pkgs
+
+2005-04-26  Dave Morrison  <[EMAIL PROTECTED]>
 
        * PkgVersion.pm, Bootstrap.pm: backporting the final version of
        path prefixes



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to