Skip to Content.
Sympa Menu

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

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 (951c3b5e4b3744ac760f5760d06385b91de79cb0)
  • Date: Thu, 20 Mar 2008 11:25:22 -0500

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

devel/binutils/HISTORY | 5 +++++
devel/binutils/PRE_BUILD | 2 ++
devel/binutils/texinfo-4.11.patch | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+)

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

binutils: Upstream patch found by Stefan Schneider to fix Bug #14015
(binutils cannot find makeinfo with texinfo > 4.9)

diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index ba8b752..d24a4e1 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,8 @@
+2008-03-20 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply texinfo-4.11.patch
+ * texinfo-4.11.patch: Upstream patch found by Stefan Schneider to fix
+ Bug #14015 (binutils cannot find makeinfo with texinfo > 4.9)
+
2007-09-26 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Found through Bug #14015 that texinfo (/usr/bin/makeinfo)
is required for binutils documentation, adding as dependency
diff --git a/devel/binutils/PRE_BUILD b/devel/binutils/PRE_BUILD
new file mode 100755
index 0000000..650c471
--- /dev/null
+++ b/devel/binutils/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch $SOURCE_DIRECTORY/configure $SCRIPT_DIRECTORY/texinfo-4.11.patch
diff --git a/devel/binutils/texinfo-4.11.patch
b/devel/binutils/texinfo-4.11.patch
new file mode 100644
index 0000000..d899eb6
--- /dev/null
+++ b/devel/binutils/texinfo-4.11.patch
@@ -0,0 +1,20 @@
+Submitted By: Matt Burgess (matthew at linuxfromscratch dot org)
+Date: 2007-11-19
+Initial Package Version: 2.18
+Origin: Upstream
(http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?r1=1.268&r2=1.268.2.1&cvsroot=src)
+Upstream Status: Applied
+Description: Fixes the configure script to correctly dictate Texinfo > 4.9.
+
+diff -Naur binutils-2.18.orig/configure binutils-2.18/configure
+--- binutils-2.18.orig/configure 2007-08-06 20:29:40.000000000 +0000
++++ binutils-2.18/configure 2007-11-18 22:37:58.000000000 +0000
+@@ -6128,7 +6128,7 @@
+ # For an installed makeinfo, we require it to be from texinfo 4.4 or
+ # higher, else we use the "missing" dummy.
+ if ${MAKEINFO} --version \
+- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1;
then
++ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])'
>/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (951c3b5e4b3744ac760f5760d06385b91de79cb0), Eric Sandall, 03/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page