Received: by mail.netbsd.org (Postfix, from userid 605) id 439DC84D85; Fri, 4 Oct 2019 16:05:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C069384D75 for ; Fri, 4 Oct 2019 16:05:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YdXnBiuknIh0 for ; Fri, 4 Oct 2019 16:05:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 24D7B84C85 for ; Fri, 4 Oct 2019 16:05:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E77AFBF4; Fri, 4 Oct 2019 16:05:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570205110126440" MIME-Version: 1.0 Date: Fri, 4 Oct 2019 16:05:10 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/cross To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20191004160510.1E77AFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1570205110126440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Fri Oct 4 16:05:10 UTC 2019 Modified Files: pkgsrc/cross: Makefile Removed Files: pkgsrc/cross/nios2-gcc3: DESCR Makefile PLIST distinfo pkgsrc/cross/nios2-gcc3/patches: patch-aa patch-ab Log Message: nios2-gcc3: remove. The compiler built from this package hangs during the build. We have other nios2-gcc packages. (And it's still in the latest GCC sources) To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/cross/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/cross/nios2-gcc3/DESCR cvs rdiff -u -r1.13 -r0 pkgsrc/cross/nios2-gcc3/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/cross/nios2-gcc3/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/cross/nios2-gcc3/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/cross/nios2-gcc3/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/cross/nios2-gcc3/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570205110126440 Content-Disposition: inline Content-Length: 653 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/Makefile diff -u pkgsrc/cross/Makefile:1.89 pkgsrc/cross/Makefile:1.90 --- pkgsrc/cross/Makefile:1.89 Fri Sep 20 15:20:58 2019 +++ pkgsrc/cross/Makefile Fri Oct 4 16:05:09 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2019/09/20 15:20:58 bouyer Exp $ +# $NetBSD: Makefile,v 1.90 2019/10/04 16:05:09 maya Exp $ # COMMENT= Cross-platform development utilities @@ -61,7 +61,6 @@ SUBDIR+= mingw-w64-x86_64-winpthreads #SUBDIR+= nios2 # just contains makefile fragments SUBDIR+= nios2-binutils SUBDIR+= nios2-gcc -SUBDIR+= nios2-gcc3 SUBDIR+= nios2-gcc41 SUBDIR+= objconv SUBDIR+= or1k-none-elf-binutils --_----------=_1570205110126440--