Tue Nov 19 23:06:24 2013 UTC ()
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.


(dsainty)
diff -r1.20 -r1.21 pkgsrc/cross/avr-binutils/Makefile
diff -r1.7 -r1.8 pkgsrc/cross/avr-binutils/distinfo
diff -r1.1 -r0 pkgsrc/cross/avr-binutils/patches/patch-ld_ld.texinfo

cvs diff -r1.20 -r1.21 pkgsrc/cross/avr-binutils/Makefile (expand / switch to unified diff)

--- pkgsrc/cross/avr-binutils/Makefile 2013/08/07 02:41:30 1.20
+++ pkgsrc/cross/avr-binutils/Makefile 2013/11/19 23:06:24 1.21
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.20 2013/08/07 02:41:30 mef Exp $ 1# $NetBSD: Makefile,v 1.21 2013/11/19 23:06:24 dsainty Exp $
2 2
3DISTNAME= binutils-2.23.2 3DISTNAME= binutils-2.23.2
4PKGNAME= ${DISTNAME:S/^/avr-/} 4PKGNAME= ${DISTNAME:S/^/avr-/}
5CATEGORIES= cross 5CATEGORIES= cross
6MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} 6MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers 10COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_TOOLS+= gmake makeinfo 13# No need to use makeinfo - this package doesn't install the documentation.
 14USE_TOOLS+= gmake
14USE_LIBTOOL= yes 15USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
17USE_GNU_CONFIGURE_HOST= no 18USE_GNU_CONFIGURE_HOST= no
18 19
19CONFIGURE_ARGS+= --disable-werror --target=avr --disable-nls 20CONFIGURE_ARGS+= --disable-werror --target=avr --disable-nls
20 21
21AUTO_MKDIRS= yes 22AUTO_MKDIRS= yes
22 23
23# Prevent the need to run texi2pod.pl and pod2man hence 24# Prevent the need to run texi2pod.pl and pod2man hence
24# the need for perl as build dependency. 25# the need for perl as build dependency.
25post-configure: 26post-configure:
26 set -e; \ 27 set -e; \

cvs diff -r1.7 -r1.8 pkgsrc/cross/avr-binutils/distinfo (expand / switch to unified diff)

--- pkgsrc/cross/avr-binutils/distinfo 2013/11/17 07:36:11 1.7
+++ pkgsrc/cross/avr-binutils/distinfo 2013/11/19 23:06:24 1.8
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1$NetBSD: distinfo,v 1.7 2013/11/17 07:36:11 mef Exp $ 1$NetBSD: distinfo,v 1.8 2013/11/19 23:06:24 dsainty Exp $
2 2
3SHA1 (binutils-2.23.2.tar.bz2) = 042c51073205ebaf88c272d6168f9deb71984b56 3SHA1 (binutils-2.23.2.tar.bz2) = 042c51073205ebaf88c272d6168f9deb71984b56
4RMD160 (binutils-2.23.2.tar.bz2) = 9788e2a8c4a7c74360919347c3bc72040e87b898 4RMD160 (binutils-2.23.2.tar.bz2) = 9788e2a8c4a7c74360919347c3bc72040e87b898
5Size (binutils-2.23.2.tar.bz2) = 21440347 bytes 5Size (binutils-2.23.2.tar.bz2) = 21440347 bytes
6SHA1 (patch-ab) = e2bc22866d8e04b0d670509f3295da5f0e535ac8 6SHA1 (patch-ab) = e2bc22866d8e04b0d670509f3295da5f0e535ac8
7SHA1 (patch-ad) = 6d1acfd834c692abcc4f454db5f5107b7f77e34e 7SHA1 (patch-ad) = 6d1acfd834c692abcc4f454db5f5107b7f77e34e
8SHA1 (patch-ae) = fff6693a610b26aa60e1d96ad634d15d11afbe05 8SHA1 (patch-ae) = fff6693a610b26aa60e1d96ad634d15d11afbe05
9SHA1 (patch-af) = 5fa08da0b31da042eb30cce683f7b7b1feb3196b 9SHA1 (patch-af) = 5fa08da0b31da042eb30cce683f7b7b1feb3196b
10SHA1 (patch-ag) = e778ddd88f34e264e6b2d6d31a56a02be565e916 10SHA1 (patch-ag) = e778ddd88f34e264e6b2d6d31a56a02be565e916
11SHA1 (patch-ah) = b6e91279475c41bc78b3df227938a91948fc377c 11SHA1 (patch-ah) = b6e91279475c41bc78b3df227938a91948fc377c
12SHA1 (patch-ai) = 3cd298ac0364f913c1261fc87f7f474281bae9cf 12SHA1 (patch-ai) = 3cd298ac0364f913c1261fc87f7f474281bae9cf
13SHA1 (patch-aj) = fd2a66979f68350a53960defdaf5e9e5018ec59a 13SHA1 (patch-aj) = fd2a66979f68350a53960defdaf5e9e5018ec59a
14SHA1 (patch-ld_ld.texinfo) = 98f3b37b288caea62f4cfcd56c778c34cbec1e14 

File Deleted: pkgsrc/cross/avr-binutils/patches/Attic/patch-ld_ld.texinfo