Wed Sep 22 05:59:26 2021 UTC ()
(cross/avr-binutils) emulator/simulavr wants diagnostics.h


(mef)
diff -r1.33 -r1.34 pkgsrc/cross/avr-binutils/Makefile
diff -r1.12 -r1.13 pkgsrc/cross/avr-binutils/PLIST

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

--- pkgsrc/cross/avr-binutils/Makefile 2021/09/22 02:35:40 1.33
+++ pkgsrc/cross/avr-binutils/Makefile 2021/09/22 05:59:26 1.34
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.33 2021/09/22 02:35:40 mef Exp $ 1# $NetBSD: Makefile,v 1.34 2021/09/22 05:59:26 mef Exp $
2 2
3DISTNAME= binutils-2.37 3DISTNAME= binutils-2.37
4PKGNAME= ${DISTNAME:S/^/avr-/} 4PKGNAME= ${DISTNAME:S/^/avr-/}
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= cross 6CATEGORIES= cross
7MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} 7MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers 11COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers
12LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 12LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15# No need to use makeinfo - this package doesn't install the documentation. 15# No need to use makeinfo - this package doesn't install the documentation.
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
@@ -52,24 +52,24 @@ post-install: @@ -52,24 +52,24 @@ post-install:
52 # emulators/simulvar needs library files 52 # emulators/simulvar needs library files
53 (cd ${WRKSRC}/bfd; \ 53 (cd ${WRKSRC}/bfd; \
54 ${GMAKE} install-exec install-data; \ 54 ${GMAKE} install-exec install-data; \
55 ${LIBTOOL} --mode install ${INSTALL_DATA} libbfd.la \ 55 ${LIBTOOL} --mode install ${INSTALL_DATA} libbfd.la \
56 ${DESTDIR}${PREFIX}/avr/lib; \ 56 ${DESTDIR}${PREFIX}/avr/lib; \
57 ${INSTALL_DATA} bfd.h ${DESTDIR}${PREFIX}/avr/include; \ 57 ${INSTALL_DATA} bfd.h ${DESTDIR}${PREFIX}/avr/include; \
58 ) 58 )
59 # emulators/simulavr wants libiberty 59 # emulators/simulavr wants libiberty
60 (cd ${WRKSRC}/libiberty ; \ 60 (cd ${WRKSRC}/libiberty ; \
61 ${INSTALL_DATA} libiberty.* ${DESTDIR}${PREFIX}/avr/lib/libiberty \ 61 ${INSTALL_DATA} libiberty.* ${DESTDIR}${PREFIX}/avr/lib/libiberty \
62 ) 62 )
63 # emulators/simulavr wants following header files 63 # emulators/simulavr wants following header files
64 (cd ${WRKSRC}/include; \ 64 (cd ${WRKSRC}/include; \
65 for f in ansidecl.h symcat.h; do \ 65 for f in ansidecl.h symcat.h diagnostics.h ; do \
66 ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/avr/include; \ 66 ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/avr/include; \
67 done; \ 67 done; \
68 ) 68 )
69 # Plugins may collide with other binutils flavours 69 # Plugins may collide with other binutils flavours
70 ${MV} ${DESTDIR}${PREFIX}/lib/bfd-plugins \ 70 ${MV} ${DESTDIR}${PREFIX}/lib/bfd-plugins \
71 ${DESTDIR}${PREFIX}/avr/lib/ 71 ${DESTDIR}${PREFIX}/avr/lib/
72 72
73BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 73BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
74.include "../../devel/zlib/buildlink3.mk" 74.include "../../devel/zlib/buildlink3.mk"
75.include "../../mk/bsd.pkg.mk" 75.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/cross/avr-binutils/PLIST (expand / switch to unified diff)

--- pkgsrc/cross/avr-binutils/PLIST 2021/09/22 02:35:40 1.12
+++ pkgsrc/cross/avr-binutils/PLIST 2021/09/22 05:59:26 1.13
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1@comment $NetBSD: PLIST,v 1.12 2021/09/22 02:35:40 mef Exp $ 1@comment $NetBSD: PLIST,v 1.13 2021/09/22 05:59:26 mef Exp $
2avr/bin/ar 2avr/bin/ar
3avr/bin/as 3avr/bin/as
4avr/bin/ld 4avr/bin/ld
5avr/bin/ld.bfd 5avr/bin/ld.bfd
6avr/bin/nm 6avr/bin/nm
7avr/bin/objcopy 7avr/bin/objcopy
8avr/bin/objdump 8avr/bin/objdump
9avr/bin/ranlib 9avr/bin/ranlib
10avr/bin/readelf 10avr/bin/readelf
11avr/bin/strip 11avr/bin/strip
12avr/include/ansidecl.h 12avr/include/ansidecl.h
13avr/include/bfd.h 13avr/include/bfd.h
 14avr/include/diagnostics.h
14avr/include/symcat.h 15avr/include/symcat.h
15avr/lib/bfd-plugins/libdep.so 16avr/lib/bfd-plugins/libdep.so
16avr/lib/ldscripts/avr1.x 17avr/lib/ldscripts/avr1.x
17avr/lib/ldscripts/avr1.xbn 18avr/lib/ldscripts/avr1.xbn
18avr/lib/ldscripts/avr1.xe 19avr/lib/ldscripts/avr1.xe
19avr/lib/ldscripts/avr1.xn 20avr/lib/ldscripts/avr1.xn
20avr/lib/ldscripts/avr1.xr 21avr/lib/ldscripts/avr1.xr
21avr/lib/ldscripts/avr1.xu 22avr/lib/ldscripts/avr1.xu
22avr/lib/ldscripts/avr2.x 23avr/lib/ldscripts/avr2.x
23avr/lib/ldscripts/avr2.xbn 24avr/lib/ldscripts/avr2.xbn
24avr/lib/ldscripts/avr2.xe 25avr/lib/ldscripts/avr2.xe
25avr/lib/ldscripts/avr2.xn 26avr/lib/ldscripts/avr2.xn
26avr/lib/ldscripts/avr2.xr 27avr/lib/ldscripts/avr2.xr