pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/avr-binutils Fix following problem at ld/ld.texinfo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b7fd39ec61e
branches:  trunk
changeset: 626614:6b7fd39ec61e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Nov 17 07:36:11 2013 +0000

description:
Fix following problem at ld/ld.texinfo
  bfd.texinfo:325: unknown command `colophon'
  bfd.texinfo:336: unknown command `cygnus'
This patch won't be necessary for next release.

diffstat:

 cross/avr-binutils/distinfo                    |   3 ++-
 cross/avr-binutils/patches/patch-ld_ld.texinfo |  26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 655e8cdde231 -r 6b7fd39ec61e cross/avr-binutils/distinfo
--- a/cross/avr-binutils/distinfo       Sun Nov 17 02:56:52 2013 +0000
+++ b/cross/avr-binutils/distinfo       Sun Nov 17 07:36:11 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2013/08/07 02:41:30 mef Exp $
+$NetBSD: distinfo,v 1.7 2013/11/17 07:36:11 mef Exp $
 
 SHA1 (binutils-2.23.2.tar.bz2) = 042c51073205ebaf88c272d6168f9deb71984b56
 RMD160 (binutils-2.23.2.tar.bz2) = 9788e2a8c4a7c74360919347c3bc72040e87b898
@@ -11,3 +11,4 @@
 SHA1 (patch-ah) = b6e91279475c41bc78b3df227938a91948fc377c
 SHA1 (patch-ai) = 3cd298ac0364f913c1261fc87f7f474281bae9cf
 SHA1 (patch-aj) = fd2a66979f68350a53960defdaf5e9e5018ec59a
+SHA1 (patch-ld_ld.texinfo) = 98f3b37b288caea62f4cfcd56c778c34cbec1e14
diff -r 655e8cdde231 -r 6b7fd39ec61e cross/avr-binutils/patches/patch-ld_ld.texinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/avr-binutils/patches/patch-ld_ld.texinfo    Sun Nov 17 07:36:11 2013 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-ld_ld.texinfo,v 1.1 2013/11/17 07:36:11 mef Exp $
+
+CentOS 5.1 claims
+bfd.texinfo:325: unknown command `colophon'
+bfd.texinfo:336: unknown command `cygnus'
+
+--- ld/ld.texinfo.orig 2013-03-25 17:06:23.000000000 +0900
++++ ld/ld.texinfo      2013-11-16 13:21:12.000000000 +0900
+@@ -7863,7 +7863,7 @@ If you have more than one @code{SECT} st
+ @printindex cp
+ 
+ @tex
+-% I think something like @colophon should be in texinfo.  In the
++% I think something like @@colophon should be in texinfo.  In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -7874,7 +7874,7 @@ If you have more than one @code{SECT} st
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: doc%cygnus.com@localhost, 28mar91.
++% Blame: doc@@cygnus.com, 28mar91.
+ @end tex
+ 
+ @bye



Home | Main Index | Thread Index | Old Index