Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (e4a979d673374d007ed340a56ac7f9592b02a13f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (e4a979d673374d007ed340a56ac7f9592b02a13f)
  • Date: Sun, 8 Sep 2013 07:24:46 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

audio-libs/libmad/DEPENDS | 2 +-
audio-libs/libmad/HISTORY | 3 +--
audio-libs/libmad/PRE_BUILD | 4 ++--
utils/uptimed/HISTORY | 3 +++
utils/uptimed/PRE_BUILD | 2 ++
5 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit e4a979d673374d007ed340a56ac7f9592b02a13f
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

uptimed: modify PRE_BUILD for new automake and autoconf

commit 9561d885fae7f0e1866ef6f7cbd8d7723a238c8f
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libmad: didn't need automake-1.9 just needed --add-missing

diff --git a/audio-libs/libmad/DEPENDS b/audio-libs/libmad/DEPENDS
index 55685e7..48a45ad 100755
--- a/audio-libs/libmad/DEPENDS
+++ b/audio-libs/libmad/DEPENDS
@@ -1,4 +1,4 @@
-depends automake-1.9 &&
+depends automake &&
depends autoconf &&
depends pkgconfig &&
depends libtool
diff --git a/audio-libs/libmad/HISTORY b/audio-libs/libmad/HISTORY
index 3c4a01a..08024fc 100644
--- a/audio-libs/libmad/HISTORY
+++ b/audio-libs/libmad/HISTORY
@@ -1,6 +1,5 @@
2013-09-10 Robin Cook <rcook AT wyrms.net>
- * DEPENDS: depend on automake-1.9
- * PRE_BUILD: change to using automake-1.9
+ * PRE_BUILD: added --add-missing
* updated no cflags patch with info from linux from scratch

2013-02-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
diff --git a/audio-libs/libmad/PRE_BUILD b/audio-libs/libmad/PRE_BUILD
index 51b877c..089e189 100755
--- a/audio-libs/libmad/PRE_BUILD
+++ b/audio-libs/libmad/PRE_BUILD
@@ -4,6 +4,6 @@ patch -p1 -i $SPELL_DIRECTORY/$SPELL-pkgconfig.patch &&
patch -Np1 < "$SPELL_DIRECTORY/libmad-0.15.1b-no-cflag-mess.patch" &&
sedit 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
libtoolize -c -f &&
-aclocal-1.9 &&
+aclocal &&
autoconf &&
-automake-1.9 --foreign --add-missing
+automake --foreign --add-missing
diff --git a/utils/uptimed/HISTORY b/utils/uptimed/HISTORY
index 5622135..16d9def 100644
--- a/utils/uptimed/HISTORY
+++ b/utils/uptimed/HISTORY
@@ -1,3 +1,6 @@
+2013-09-10 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: modify to build with newest automake and autoconf
+
2013-03-13 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.3.17
* PRE_BUILD: added patch to all building with current autotools
diff --git a/utils/uptimed/PRE_BUILD b/utils/uptimed/PRE_BUILD
index 7acdf06..89fefeb 100755
--- a/utils/uptimed/PRE_BUILD
+++ b/utils/uptimed/PRE_BUILD
@@ -3,6 +3,8 @@ cd $SOURCE_DIRECTORY &&

patch -p1 < $SPELL_DIRECTORY/configure-ac.patch &&

+aclocal &&
+automake --add-missing &&
libtoolize &&
autoreconf &&
./bootstrap.sh



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (e4a979d673374d007ed340a56ac7f9592b02a13f), Robin Cook, 09/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page