pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 24 12:03:48 UTC 2019

Modified Files:
        pkgsrc/cross: Makefile
        pkgsrc/doc: CHANGES-2019

Log Message:
add cross/xtensa-esp32-elf-(binutils|gcc)


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/cross/Makefile
cvs rdiff -u -r1.1455 -r1.1456 pkgsrc/doc/CHANGES-2019

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/Makefile
diff -u pkgsrc/cross/Makefile:1.82 pkgsrc/cross/Makefile:1.83
--- pkgsrc/cross/Makefile:1.82  Thu Jun  7 19:36:58 2018
+++ pkgsrc/cross/Makefile       Sun Mar 24 12:03:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2018/06/07 19:36:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2019/03/24 12:03:48 tnn Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -64,5 +64,7 @@ SUBDIR+=      pdp11-aout-binutils
 SUBDIR+=       pdp11-aout-gcc
 SUBDIR+=       stlink
 SUBDIR+=       uisp
+SUBDIR+=       xtensa-esp32-elf-binutils
+SUBDIR+=       xtensa-esp32-elf-gcc
 
 .include "../mk/misc/category.mk"

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.1455 pkgsrc/doc/CHANGES-2019:1.1456
--- pkgsrc/doc/CHANGES-2019:1.1455      Sun Mar 24 10:41:28 2019
+++ pkgsrc/doc/CHANGES-2019     Sun Mar 24 12:03:47 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.1455 2019/03/24 10:41:28 adam Exp $
+$NetBSD: CHANGES-2019,v 1.1456 2019/03/24 12:03:47 tnn Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -2343,3 +2343,5 @@ Changes to the packages collection and i
        Updated devel/log4cplus to 2.0.3 [sno 2019-03-24]
        Updated databases/py-peewee to 3.9.3 [adam 2019-03-24]
        Updated security/py-cryptodome to 3.8.0 [adam 2019-03-24]
+       Added cross/xtensa-esp32-elf-binutils version 2.32 [tnn 2019-03-24]
+       Added cross/xtensa-esp32-elf-gcc version 8.2.0 [tnn 2019-03-24]



Home | Main Index | Thread Index | Old Index