Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (83eae7337dc46e3c89ec815f44620b9bc028fc8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (83eae7337dc46e3c89ec815f44620b9bc028fc8a)
  • Date: Wed, 9 May 2012 23:15:04 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

libs/libmpc/HISTORY | 10 ++++++++++
libs/libmpc/PRE_BUILD | 1 +
libs/libmpc/automake-1.12.patch | 11 +++++++++++
3 files changed, 22 insertions(+)

New commits:
commit 83eae7337dc46e3c89ec815f44620b9bc028fc8a
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

libmpc: added patch to remove need for 'AM_PROG_AR' in 'configure.ac'
This is more of a hack, but official upstream's fix
(https://gforge.inria.fr/scm/viewvc.php?view=rev&root=mpc&revision=1156)
wants to trigger the ar-lib script on my box, which, from my understanding,
should only run when found archiver is Microsoft lib. I'm not sure if this is
an issue for only my box, Source Mage, or all linux boxes. More testing is
needed, but this fix will work in any case.

If someone else wishes to test this,
https://gforge.inria.fr/scm/viewvc.php/trunk/configure.ac?r1=1156&r2=1126&pathrev=1156&root=mpc&view=patch
should be the relevant upstream patch.

diff --git a/libs/libmpc/HISTORY b/libs/libmpc/HISTORY
index d7c277f..6c2629f 100644
--- a/libs/libmpc/HISTORY
+++ b/libs/libmpc/HISTORY
@@ -1,3 +1,13 @@
+2012-05-10 Sukneet Basuta <sukneet AT sourcemage.org>
+ * PRE_BUILD: apply automake-1.12.patch
+ * automake-1.12.patch: added to remove need for 'AM_PROG_AR' in
'configure.ac'
+ This is more of a hack, but official upstream's fix
+
(https://gforge.inria.fr/scm/viewvc.php?view=rev&root=mpc&revision=1156)
+ wants to trigger the ar-lib script on my box, which, from my
understanding,
+ should only run when found archiver is Microsoft lib. I'm not sure
if this
+ is an issue for only my box, Source Mage, or all linux boxes. More
testing
+ is needed, but this fix will work in any case.
+
2011-06-19 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: needs automake for aclocal

diff --git a/libs/libmpc/PRE_BUILD b/libs/libmpc/PRE_BUILD
index 9e4a3a8..174ac59 100755
--- a/libs/libmpc/PRE_BUILD
+++ b/libs/libmpc/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p1 < $SPELL_DIRECTORY/libmpc-0.9-configure_cflags_egrep_issue.patch &&
+patch -p1 < $SPELL_DIRECTORY/automake-1.12.patch &&
autoreconf
diff --git a/libs/libmpc/automake-1.12.patch b/libs/libmpc/automake-1.12.patch
new file mode 100644
index 0000000..ca31185
--- /dev/null
+++ b/libs/libmpc/automake-1.12.patch
@@ -0,0 +1,11 @@
+--- mpc-0.9.old/configure.ac 2012-05-10 00:00:31.430625679 -0400
++++ mpc-0.9/configure.ac 2012-05-09 23:58:17.121621041 -0400
+@@ -27,7 +27,7 @@
+ AC_CONFIG_SRCDIR([src/mpc-impl.h])
+ AC_CONFIG_HEADER([config.h])
+
+-AM_INIT_AUTOMAKE([1.9 -Wall -Werror])
++AM_INIT_AUTOMAKE([1.9 -Wall -Werror -Wno-extra-portability])
+ AM_MAINTAINER_MODE
+
+ AC_CANONICAL_HOST



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (83eae7337dc46e3c89ec815f44620b9bc028fc8a), Sukneet Basuta, 05/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page