Received: by mail.netbsd.org (Postfix, from userid 605) id 1C98A84DC3; Wed, 1 Jul 2020 09:17:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AC4D84DC0 for ; Wed, 1 Jul 2020 09:17:04 +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 ulX_AD6el-8b for ; Wed, 1 Jul 2020 09:17:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2232A84DBC for ; Wed, 1 Jul 2020 09:17:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EDD0FB28; Wed, 1 Jul 2020 09:17:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593595024137690" MIME-Version: 1.0 Date: Wed, 1 Jul 2020 09:17:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox68 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200701091704.1EDD0FB28@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. --_----------=_1593595024137690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jul 1 09:17:04 UTC 2020 Modified Files: pkgsrc/www/firefox68: Makefile Log Message: firefox68: Remove cargo SUBSTs since there's no clear patching of crates To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/firefox68/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593595024137690 Content-Disposition: inline Content-Length: 2339 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox68/Makefile diff -u pkgsrc/www/firefox68/Makefile:1.26 pkgsrc/www/firefox68/Makefile:1.27 --- pkgsrc/www/firefox68/Makefile:1.26 Wed Jun 17 17:57:25 2020 +++ pkgsrc/www/firefox68/Makefile Wed Jul 1 09:17:03 2020 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.26 2020/06/17 17:57:25 nia Exp $ +# $NetBSD: Makefile,v 1.27 2020/07/01 09:17:03 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 68.9 +MOZ_BRANCH= 68.10 MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox68-/} -PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz @@ -72,41 +71,6 @@ MOZILLA_NAME= Firefox MOZILLA_NAME= Browser .endif -# -# Generate list of subst entries for various .cargo-checksum.json files. These -# are all handled together in one big substitution to simplify things rather -# than one substitution entry per file, but are kept separate below to ease -# updating and verification. -# - -CKSUM_CRATES+= third_party/rust/libc - -CKSUMS+= 4d9f7091af8e166943ac6f42ce85558909e5b6e61325039bff7adfbcf4b90212 -CKSUMS+= 7f3da734d5e2e9426051da4f406e46d9e9bed43ed2d7d048e8afc8af7ed44795 - -CKSUMS+= 1cd66ed5967c788562d4ad626cfbeb1544f4b9267111de5f6790379b8327f28e -CKSUMS+= 6ae549dd21581748b2f1d82880eaca3445c11e3354965e5b49b20342075a3e52 - -CKSUM_CRATES+= third_party/rust/bindgen - -CKSUMS+= 5788372d27bdbaaf0454bc17be31a5480918bc41a8a1c4832e8c61185c07f9cd -CKSUMS+= 8c92a52c0f859c7bec7bfbc36b9d18f904baab0c8c9dc1b3e7af34de1a0b0da4 - -CKSUMS+= 8dc10043d872e68e660ef96edca4d9733f95be45cdad4893462fa929b335014f -CKSUMS+= 71f1a37f75b971ea5b0d8457473cc410947dbf706cb6d2c0338916910b78a675 - -CKSUMS+= 34f9aa76b6c9c05136bb69dcd6455397faef571a567254d2c541d50a962994db -CKSUMS+= e5581852eec87918901a129284b4965aefc8a19394187a8095779a084f28fabe - -SUBST_CLASSES+= cksum -SUBST_STAGE.cksum= pre-configure -.for crate in ${CKSUM_CRATES} -SUBST_FILES.cksum+= ${crate}/.cargo-checksum.json -.endfor -.for from to in ${CKSUMS} -SUBST_SED.cksum+= -e 's,${from},${to},g' -.endfor - post-extract: ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S --_----------=_1593595024137690--