pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avr-binutils (cross/avr-binutils) emulator/simul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5d1c6d5979e
branches:  trunk
changeset: 458876:f5d1c6d5979e
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Sep 22 05:59:26 2021 +0000

description:
(cross/avr-binutils) emulator/simulavr wants diagnostics.h

diffstat:

 cross/avr-binutils/Makefile |  6 +++---
 cross/avr-binutils/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 9a465641d658 -r f5d1c6d5979e cross/avr-binutils/Makefile
--- a/cross/avr-binutils/Makefile       Wed Sep 22 02:50:02 2021 +0000
+++ b/cross/avr-binutils/Makefile       Wed Sep 22 05:59:26 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2021/09/22 02:35:40 mef Exp $
+# $NetBSD: Makefile,v 1.34 2021/09/22 05:59:26 mef Exp $
 
 DISTNAME=              binutils-2.37
 PKGNAME=               ${DISTNAME:S/^/avr-/}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            cross
 MASTER_SITES=          ${MASTER_SITE_GNU:=binutils/}
 EXTRACT_SUFX=          .tar.bz2
@@ -62,7 +62,7 @@
        )
        # emulators/simulavr wants following header files
        (cd ${WRKSRC}/include;                                  \
-       for f in ansidecl.h symcat.h; do                        \
+       for f in ansidecl.h symcat.h diagnostics.h ; do                 \
          ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/avr/include;  \
        done;                                                   \
        )
diff -r 9a465641d658 -r f5d1c6d5979e cross/avr-binutils/PLIST
--- a/cross/avr-binutils/PLIST  Wed Sep 22 02:50:02 2021 +0000
+++ b/cross/avr-binutils/PLIST  Wed Sep 22 05:59:26 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/09/22 02:35:40 mef Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/09/22 05:59:26 mef Exp $
 avr/bin/ar
 avr/bin/as
 avr/bin/ld
@@ -11,6 +11,7 @@
 avr/bin/strip
 avr/include/ansidecl.h
 avr/include/bfd.h
+avr/include/diagnostics.h
 avr/include/symcat.h
 avr/lib/bfd-plugins/libdep.so
 avr/lib/ldscripts/avr1.x



Home | Main Index | Thread Index | Old Index