Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c68c854aedee5804523503da846751c82319bb10)
  • Date: Fri, 12 Jun 2009 16:02:56 -0500

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

devel/automake-1.9/HISTORY | 3 +++
devel/automake-1.9/PRE_BUILD | 8 ++------
2 files changed, 5 insertions(+), 6 deletions(-)

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

automake-1.9: Fix to build with latest autoconf/automake

Fixes:
Unpacking source file automake-1.9.6.tar.bz2 for spell automake-1.9.
patching file Makefile.am
/var/lib/sorcery/codex/test/devel/automake-1.9/PRE_BUILD: line 8:
aclocal-1.10: command not found

I believe almost three years is 'some time' enough for removal

diff --git a/devel/automake-1.9/HISTORY b/devel/automake-1.9/HISTORY
index 14ed106..0c4c1e1 100644
--- a/devel/automake-1.9/HISTORY
+++ b/devel/automake-1.9/HISTORY
@@ -1,3 +1,6 @@
+2009-06-12 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Fix to build with latest autoconf/automake, 1.10 is no
longer
+
2006-10-23 George Sherwood <george AT beernabeer.com>
* all: Moved to new spell automake-1.9

diff --git a/devel/automake-1.9/PRE_BUILD b/devel/automake-1.9/PRE_BUILD
index 9dad031..9a624d3 100755
--- a/devel/automake-1.9/PRE_BUILD
+++ b/devel/automake-1.9/PRE_BUILD
@@ -1,10 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/versioning.patch &&
-# replace this with a plain 'automake'/'aclocal' after some time, it's
-# needed right now because the 'automake'/'aclocal' binary might have
-# been removed due to being previously tracked by one of the
-# automake-X.X spells
-aclocal-1.10 &&
-automake-1.10 &&
+aclocal &&
+automake &&
autoconf



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c68c854aedee5804523503da846751c82319bb10), Eric Sandall, 06/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page