diff options
author | mef <mef> | 2013-11-17 07:36:11 +0000 |
---|---|---|
committer | mef <mef> | 2013-11-17 07:36:11 +0000 |
commit | b69dbf73188fe549f992147a771a50e49b2832b1 (patch) | |
tree | e1c5da1c4856c3a792be5e59151c7547c335e45d /cross | |
parent | 28dcc33a4368afe85a690207ee1eb367e7c9c586 (diff) | |
download | pkgsrc-b69dbf73188fe549f992147a771a50e49b2832b1.tar.gz |
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 (limited to 'cross')
-rw-r--r-- | cross/avr-binutils/distinfo | 3 | ||||
-rw-r--r-- | cross/avr-binutils/patches/patch-ld_ld.texinfo | 26 |
2 files changed, 28 insertions, 1 deletions
diff --git a/cross/avr-binutils/distinfo b/cross/avr-binutils/distinfo index c062aa9f342..a742759ebea 100644 --- a/cross/avr-binutils/distinfo +++ b/cross/avr-binutils/distinfo @@ -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-ag) = e778ddd88f34e264e6b2d6d31a56a02be565e916 SHA1 (patch-ah) = b6e91279475c41bc78b3df227938a91948fc377c SHA1 (patch-ai) = 3cd298ac0364f913c1261fc87f7f474281bae9cf SHA1 (patch-aj) = fd2a66979f68350a53960defdaf5e9e5018ec59a +SHA1 (patch-ld_ld.texinfo) = 98f3b37b288caea62f4cfcd56c778c34cbec1e14 diff --git a/cross/avr-binutils/patches/patch-ld_ld.texinfo b/cross/avr-binutils/patches/patch-ld_ld.texinfo new file mode 100644 index 00000000000..264a89f0a44 --- /dev/null +++ b/cross/avr-binutils/patches/patch-ld_ld.texinfo @@ -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, 28mar91. ++% Blame: doc@@cygnus.com, 28mar91. + @end tex + + @bye |