Received: by mail.netbsd.org (Postfix, from userid 605) id C533685109; Fri, 18 Jun 2021 18:22:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0974485106 for ; Fri, 18 Jun 2021 18:22:42 +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 4ctm35UEOE3e for ; Fri, 18 Jun 2021 18:22:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5AD50850FD for ; Fri, 18 Jun 2021 18:22:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C305FA95; Fri, 18 Jun 2021 18:22:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624040561163460" MIME-Version: 1.0 Date: Fri, 18 Jun 2021 18:22:41 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox78 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210618182241.4C305FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624040561163460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Jun 18 18:22:41 UTC 2021 Modified Files: pkgsrc/www/firefox78: Makefile Log Message: firefox78: explicitly use autoconf-2.13 To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/firefox78/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624040561163460 Content-Disposition: inline Content-Length: 821 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox78/Makefile diff -u pkgsrc/www/firefox78/Makefile:1.30 pkgsrc/www/firefox78/Makefile:1.31 --- pkgsrc/www/firefox78/Makefile:1.30 Tue Jun 1 21:07:21 2021 +++ pkgsrc/www/firefox78/Makefile Fri Jun 18 18:22:41 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2021/06/01 21:07:21 nia Exp $ +# $NetBSD: Makefile,v 1.31 2021/06/18 18:22:41 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 78.11 @@ -99,8 +99,8 @@ SUBST_SED.cksum+= -e 's,${from},${to},g' .endfor pre-configure: - cd ${WRKSRC} && autoconf - cd ${WRKSRC}/js/src && autoconf + cd ${WRKSRC} && autoconf-2.13 + cd ${WRKSRC}/js/src && autoconf-2.13 cd ${WRKSRC} && mkdir ${OBJDIR} cd ${WRKSRC}/${OBJDIR} && touch old-configure.vars # Do not fetch Rust Cargo file via network during build --_----------=_1624040561163460--