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

Justin Boffemmyer scm at sourcemage.org
Sat Apr 5 07:45:42 EDT 2008


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 :)



More information about the SM-Commit mailing list