Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ecf3c43e7ad630b882b9565d95d318e47f75a71d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ecf3c43e7ad630b882b9565d95d318e47f75a71d)
  • Date: Tue, 13 Feb 2007 10:41:56 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

perl-cpan/perl/BUILD | 28 ++++------------------------
perl-cpan/perl/HISTORY | 3 +++
2 files changed, 7 insertions(+), 24 deletions(-)

New commits:
commit ecf3c43e7ad630b882b9565d95d318e47f75a71d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

perl needs to build with make_single (Bug #10392)

diff --git a/perl-cpan/perl/BUILD b/perl-cpan/perl/BUILD
index 888ab5f..aef6d0d 100755
--- a/perl-cpan/perl/BUILD
+++ b/perl-cpan/perl/BUILD
@@ -34,28 +34,8 @@ fi &&
if [ "$NEW_CUSTOM" == "y" ]; then
cp config.sh $CONFIG
fi &&
-make depend &&
-make
-
-#if [ "$OLD_CUSTOM" == "y" ]; then
-# cp $CONFIG ./config.sh &&
-# ./Configure -S -Dprefix=/usr -Dvendorprefix=/usr
-Dvendorman1dir=$VENDORMAN1DIR -Dvendorman3dir=$VENDORMAN3DIR &&
-# make depend
-#else
-# if [ "$NEW_CUSTOM" == "y" ]; then
-# ./Configure -Ui_db -Dprefix=/usr -Dvendorprefix=/usr
-Dvendorman1dir=$VENDORMAN1DIR -Dvendorman3dir=$VENDORMAN3DIR \
-# -Dlibperl=libperl.so &&
-# cp config.sh $CONFIG
-# else
-# if [ "$THREADED" == "y" ]; then
-# ./Configure -Dprefix=/usr -d -e \
-# -Ui_db -Dvendorprefix=/usr
-Dvendorman1dir=$VENDORMAN1DIR -Dvendorman3dir=$VENDORMAN3DIR -Dusethreads
-Ulocincpth -Dlibperl=libperl.so
-# else
-# ./Configure -Dprefix=/usr -d -e \
-# -Ui_db -Dvendorprefix=/usr
-Dvendorman1dir=$VENDORMAN1DIR -Dvendorman3dir=$VENDORMAN3DIR -Ulocincpth
-Dlibperl=libperl.so
-# fi
-# fi
-#fi &&
-#make
-

+make_single &&
+make depend &&
+make &&
+make_normal
diff --git a/perl-cpan/perl/HISTORY b/perl-cpan/perl/HISTORY
index 78a79b2..7867802 100644
--- a/perl-cpan/perl/HISTORY
+++ b/perl-cpan/perl/HISTORY
@@ -1,3 +1,6 @@
+2007-02-13 Eric Sandall <eric AT sandall.us>
+ * BUILD: Use make_single (Bug #10392)
+
2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
* perl.sh: Removed bashism.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ecf3c43e7ad630b882b9565d95d318e47f75a71d), Eric Sandall, 02/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page