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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7AB5B1A921F for ; Sat, 28 Nov 2020 10:56:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DFB2484DDF; Sat, 28 Nov 2020 10:56:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2590584D25 for ; Sat, 28 Nov 2020 10:56:03 +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 eM7kbXVDhe_1 for ; Sat, 28 Nov 2020 10:56:02 +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 AECA184CE2 for ; Sat, 28 Nov 2020 10:56:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5F6DFA9D; Sat, 28 Nov 2020 10:56:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160656096254160" MIME-Version: 1.0 Date: Sat, 28 Nov 2020 10:56:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/lang/mozjs78 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201128105602.A5F6DFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160656096254160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Nov 28 10:56:02 UTC 2020 Modified Files: pkgsrc/lang/mozjs78: Makefile Log Message: mozjs78: Remove EOL whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/mozjs78/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160656096254160 Content-Disposition: inline Content-Length: 656 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/mozjs78/Makefile diff -u pkgsrc/lang/mozjs78/Makefile:1.6 pkgsrc/lang/mozjs78/Makefile:1.7 --- pkgsrc/lang/mozjs78/Makefile:1.6 Sat Nov 28 10:54:55 2020 +++ pkgsrc/lang/mozjs78/Makefile Sat Nov 28 10:56:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/11/28 10:54:55 nia Exp $ +# $NetBSD: Makefile,v 1.7 2020/11/28 10:56:02 nia Exp $ DISTNAME= mozjs78_78.4.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -16,7 +16,7 @@ USE_TOOLS+= autoconf213 gmake perl pkg-c USE_LANGUAGES= c c++ # "ERROR: Only GCC 7.1 or newer is supported" -GCC_REQD+= 7 +GCC_REQD+= 7 HAS_CONFIGURE= yes CONFIGURE_DIRS= build --_----------=_160656096254160--