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

Modified Files:
      Tag: branch_0_23
        ChangeLog PkgVersion.pm 
Log Message:
back out the CXX default from branch_0_23 for now (pending more testing)


Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.311.2.6
retrieving revision 1.311.2.7
diff -u -d -r1.311.2.6 -r1.311.2.7
--- PkgVersion.pm       19 Apr 2005 22:47:17 -0000      1.311.2.6
+++ PkgVersion.pm       22 Apr 2005 00:19:25 -0000      1.311.2.7
@@ -2733,12 +2733,12 @@
                }
        }
 
-       # force CXX to be g++-3.3 for the 10.3 and 10.4-transitional trees, 
unless
-       # the package has sepcified it with SetCXX
-
-       if (not $self->has_param("SetCXX") and not 
$self->param_boolean("NoSetCXX") and (($config->param("Distribution") eq 
"10.3") or ($config->param("Distribution") eq "10.4-transitional"))) {
-               $script_env{'CXX'} = 'g++-3.3';
-       }
+#      # force CXX to be g++-3.3 for the 10.3 and 10.4-transitional trees, 
unless
+#      # the package has sepcified it with SetCXX
+#
+#      if (not $self->has_param("SetCXX") and not 
$self->param_boolean("NoSetCXX") and (($config->param("Distribution") eq 
"10.3") or ($config->param("Distribution") eq "10.4-transitional"))) {
+#              $script_env{'CXX'} = 'g++-3.3';
+#      }
 
        # special things for Type:java
        if (not $self->has_param('SetJAVA_HOME') or not 
$self->has_param('SetPATH')) {

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.723.2.28
retrieving revision 1.723.2.29
diff -u -d -r1.723.2.28 -r1.723.2.29
--- ChangeLog   19 Apr 2005 22:47:17 -0000      1.723.2.28
+++ ChangeLog   22 Apr 2005 00:19:24 -0000      1.723.2.29
@@ -1,3 +1,8 @@
+2005-04-21  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * PkgVersion.pm: back out the CXX default from branch_0_23 for
+       now (pending more testing)
+
 2005-04-19  Dave Morrison  <[EMAIL PROTECTED]>
 
        * PkgVersion.pm: backed out the default value for CXXFLAGS, added



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to