Received: by mail.netbsd.org (Postfix, from userid 605) id 5C9DE84F96; Mon, 27 Apr 2020 03:51:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D972584CDB for ; Mon, 27 Apr 2020 03:51:05 +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 lztscMj6gcHl for ; Mon, 27 Apr 2020 03:51:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2444484C8B for ; Mon, 27 Apr 2020 03:51:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19C71FB27; Mon, 27 Apr 2020 03:51:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587959465207300" MIME-Version: 1.0 Date: Mon, 27 Apr 2020 03:51:05 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/lang/gcc9 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200427035105.19C71FB27@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. --_----------=_1587959465207300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon Apr 27 03:51:05 UTC 2020 Modified Files: pkgsrc/lang/gcc9: Makefile Log Message: lang/gcc9: remove no-op SUBST block As noted in the comment, this has been fixed upstream. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/gcc9/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587959465207300 Content-Disposition: inline Content-Length: 839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc9/Makefile diff -u pkgsrc/lang/gcc9/Makefile:1.18 pkgsrc/lang/gcc9/Makefile:1.19 --- pkgsrc/lang/gcc9/Makefile:1.18 Mon Apr 20 14:25:52 2020 +++ pkgsrc/lang/gcc9/Makefile Mon Apr 27 03:51:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/04/20 14:25:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.19 2020/04/27 03:51:04 rillig Exp $ GCC9_VERSION= 9.3.0 PKGREVISION= 1 @@ -178,13 +178,6 @@ SUBST_FILES.ccs= contrib/make_sunver.pl SUBST_SED.ccs= -e 's,/usr/ccs/bin,/usr/bin,g' .endif -# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91621 -# Already fixed for GCC 10 and GCC 9, somewhere > 9.2. -SUBST_CLASSES+= eqeq -SUBST_STAGE.eqeq= pre-configure -SUBST_FILES.eqeq= libgo/mksysinfo.sh -SUBST_SED.eqeq= -e 's,== "",= "",' - pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} --_----------=_1587959465207300--