Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (703e5745102b98d4ff971ea709133432373c5c2d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (703e5745102b98d4ff971ea709133432373c5c2d)
  • Date: Thu, 15 Mar 2007 04:15:02 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

perl-cpan/perl/CONFIGURE | 3 +++
perl-cpan/perl/HISTORY | 5 +++++
2 files changed, 8 insertions(+)

New commits:
commit 703e5745102b98d4ff971ea709133432373c5c2d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

perl: fix build for using old custom config by no-ing NEW_CUSTOM in that
case

diff --git a/perl-cpan/perl/CONFIGURE b/perl-cpan/perl/CONFIGURE
index 42b77fe..fe6ed8b 100755
--- a/perl-cpan/perl/CONFIGURE
+++ b/perl-cpan/perl/CONFIGURE
@@ -23,6 +23,9 @@ fi &&

if [[ "$OLD_CUSTOM" == "n" ]]; then
config_query NEW_CUSTOM "New custom configuration for Perl?" n
+else
+ # if OLD_CUSTOM==y, NEW_CUSTOM (a stored one) shall not get in the way!
+ NEW_CUSTOM=n
fi &&

config_query THREADED "Compile threaded perl?" n
diff --git a/perl-cpan/perl/HISTORY b/perl-cpan/perl/HISTORY
index f62599e..abbf1a4 100644
--- a/perl-cpan/perl/HISTORY
+++ b/perl-cpan/perl/HISTORY
@@ -1,3 +1,8 @@
+2007-03-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: ensure that NEW_CUSTOM==n if OLD_CUSTOM==y, else the
next cast after
+ doing a new config which now wants to use the old config will fail,
becasue
+ both settings will be "y" and this breaks the build
+
2007-02-13 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Use make_single (Bug #10392)
Do not check for OLD_CUSTOM != 'y' when checking NEW_CUSTOM != 'y',



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (703e5745102b98d4ff971ea709133432373c5c2d), Thomas Orgis, 03/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page