pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/avr-binutils
Module Name: pkgsrc
Committed By: mef
Date: Wed Sep 22 05:59:26 UTC 2021
Modified Files:
pkgsrc/cross/avr-binutils: Makefile PLIST
Log Message:
(cross/avr-binutils) emulator/simulavr wants diagnostics.h
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/cross/avr-binutils/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/avr-binutils/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/avr-binutils/Makefile
diff -u pkgsrc/cross/avr-binutils/Makefile:1.33 pkgsrc/cross/avr-binutils/Makefile:1.34
--- pkgsrc/cross/avr-binutils/Makefile:1.33 Wed Sep 22 02:35:40 2021
+++ pkgsrc/cross/avr-binutils/Makefile Wed Sep 22 05:59:26 2021
@@ -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 @@ post-install:
)
# 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; \
)
Index: pkgsrc/cross/avr-binutils/PLIST
diff -u pkgsrc/cross/avr-binutils/PLIST:1.12 pkgsrc/cross/avr-binutils/PLIST:1.13
--- pkgsrc/cross/avr-binutils/PLIST:1.12 Wed Sep 22 02:35:40 2021
+++ pkgsrc/cross/avr-binutils/PLIST Wed Sep 22 05:59:26 2021
@@ -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/readelf
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