Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 190ED7A220 for ; Wed, 3 May 2017 23:37:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 71AF184DCC; Wed, 3 May 2017 23:37:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 01AFE84DA4 for ; Wed, 3 May 2017 23:37:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id l9htzT1wAQzX for ; Wed, 3 May 2017 23:37:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9790384D72 for ; Wed, 3 May 2017 23:37:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E233FBE4; Wed, 3 May 2017 23:37:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149385466794830" MIME-Version: 1.0 Date: Wed, 3 May 2017 23:37:47 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170503233747.8E233FBE4@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. --_----------=_149385466794830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Wed May 3 23:37:47 UTC 2017 Modified Files: pkgsrc/lang: Makefile Log Message: oops, add gcc7 here, too. I would like to know if other people have trouble with it. To generate a diff of this commit: cvs rdiff -u -r1.458 -r1.459 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149385466794830 Content-Disposition: inline Content-Length: 548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.458 pkgsrc/lang/Makefile:1.459 --- pkgsrc/lang/Makefile:1.458 Sat Apr 22 18:23:29 2017 +++ pkgsrc/lang/Makefile Wed May 3 23:37:47 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.458 2017/04/22 18:23:29 taca Exp $ +# $NetBSD: Makefile,v 1.459 2017/05/03 23:37:47 maya Exp $ # COMMENT= Programming languages @@ -73,6 +73,7 @@ SUBDIR+= gcc5-libs SUBDIR+= gcc6 SUBDIR+= gcc6-aux SUBDIR+= gcc6-libs +SUBDIR+= gcc7 SUBDIR+= gforth SUBDIR+= ghc SUBDIR+= ghc-bootstrap --_----------=_149385466794830--