Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (802fe4f8a28243d02410e9ce53d06fad461e856b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (802fe4f8a28243d02410e9ce53d06fad461e856b)
  • Date: Sat, 5 Apr 2008 06:45:42 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

perl-cpan/template-toolkit/BUILD | 5 +++--
perl-cpan/template-toolkit/HISTORY | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 802fe4f8a28243d02410e9ce53d06fad461e856b
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

perl-cpan/template-toolkit: fixed build, uses OPTS

Fixed BUILD to use OPTS instead of PERL_OPTS. Nothing seems to use
PERL_OPTS and the options weren't getting picked up in BUILD, but with
OPTS everything works.

diff --git a/perl-cpan/template-toolkit/BUILD
b/perl-cpan/template-toolkit/BUILD
index 828f368..780f6dd 100755
--- a/perl-cpan/template-toolkit/BUILD
+++ b/perl-cpan/template-toolkit/BUILD
@@ -1,4 +1,4 @@
-PERL_OPTS=" TT_PREFIX=$INSTALL_ROOT/usr/share/$SPELL \
+OPTS=" TT_PREFIX=$INSTALL_ROOT/usr/share/$SPELL \
TT_IMAGES=$INSTALL_ROOT/usr/share/$SPELL \
TT_DOCS=${TT_DOCS} \
TT_SPLASH=${TT_SPLASH} \
@@ -8,5 +8,6 @@ PERL_OPTS=" TT_PREFIX=$INSTALL_ROOT/usr/share/$SPELL \
TT_XS_ENABLE=${TT_XS_ENABLE} \
TT_XS_DEFAULT=${TT_XS_DEFAULT} \
TT_QUIET=y \
- TT_ACCEPT=y" &&
+ TT_ACCEPT=y \
+ $OPTS" &&
default_build_perl
diff --git a/perl-cpan/template-toolkit/HISTORY
b/perl-cpan/template-toolkit/HISTORY
index fd2c483..9375ee3 100644
--- a/perl-cpan/template-toolkit/HISTORY
+++ b/perl-cpan/template-toolkit/HISTORY
@@ -1,3 +1,6 @@
+2008-04-05 Justin Boffemmyer <flux AT sourcemage.org>
+ * BUILD: changed PERL_OPTS to OPTS, now builds correctly
+
2007-02-28 David Kowis <dkowis AT shlrm.org>
* BUILD: modified build to handle all the options and not ask
questions
* CONFIGURE: created to ask the questions :)



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (802fe4f8a28243d02410e9ce53d06fad461e856b), Justin Boffemmyer, 04/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page