diff options
author | dsainty <dsainty@pkgsrc.org> | 2013-11-19 23:06:24 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2013-11-19 23:06:24 +0000 |
commit | ff8f112a1f316fd752f58c096a41b22c4d747df2 (patch) | |
tree | 25a9850a3c7d27896a1450e3d615d682afa2b7b6 /cross | |
parent | 47ca684c5f81958c220080c0db4e1e1f1ee9c627 (diff) | |
download | pkgsrc-ff8f112a1f316fd752f58c096a41b22c4d747df2.tar.gz |
The patch comment (and reality) indicates the patch is against the wrong file.
But this package doesn't actually install any info files, so a simpler
solution is to not use makeinfo at all.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-binutils/Makefile | 5 | ||||
-rw-r--r-- | cross/avr-binutils/distinfo | 3 | ||||
-rw-r--r-- | cross/avr-binutils/patches/patch-ld_ld.texinfo | 26 |
3 files changed, 4 insertions, 30 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 40ee52cc0b1..be6984ed12a 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/08/07 02:41:30 mef Exp $ +# $NetBSD: Makefile,v 1.21 2013/11/19 23:06:24 dsainty Exp $ DISTNAME= binutils-2.23.2 PKGNAME= ${DISTNAME:S/^/avr-/} @@ -10,7 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers LICENSE= gnu-gpl-v3 -USE_TOOLS+= gmake makeinfo +# No need to use makeinfo - this package doesn't install the documentation. +USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes diff --git a/cross/avr-binutils/distinfo b/cross/avr-binutils/distinfo index a742759ebea..e35449f4b78 100644 --- a/cross/avr-binutils/distinfo +++ b/cross/avr-binutils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2013/11/17 07:36:11 mef Exp $ +$NetBSD: distinfo,v 1.8 2013/11/19 23:06:24 dsainty Exp $ SHA1 (binutils-2.23.2.tar.bz2) = 042c51073205ebaf88c272d6168f9deb71984b56 RMD160 (binutils-2.23.2.tar.bz2) = 9788e2a8c4a7c74360919347c3bc72040e87b898 @@ -11,4 +11,3 @@ 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 deleted file mode 100644 index 264a89f0a44..00000000000 --- a/cross/avr-binutils/patches/patch-ld_ld.texinfo +++ /dev/null @@ -1,26 +0,0 @@ -$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 |