Received: by mail.netbsd.org (Postfix, from userid 605) id B5D8584D53; Wed, 17 Jun 2020 17:57:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B5A084D52 for ; Wed, 17 Jun 2020 17:57:26 +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 Yl6SJfRqtho3 for ; Wed, 17 Jun 2020 17:57:25 +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 AA69984D3A for ; Wed, 17 Jun 2020 17:57:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99430FB28; Wed, 17 Jun 2020 17:57:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159241664548670" MIME-Version: 1.0 Date: Wed, 17 Jun 2020 17:57:25 +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: <20200617175725.99430FB28@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. --_----------=_159241664548670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jun 17 17:57:25 UTC 2020 Modified Files: pkgsrc/www/firefox68: Makefile mozilla-common.mk Removed Files: pkgsrc/www/firefox68/patches: patch-ipc_chromium_src_base_lock__impl__posix.cc patch-xpcom_build_BinaryPath.h Log Message: firefox68: Remove patches for NetBSD 7, rust dropped support for NetBSD 7 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/firefox68/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/firefox68/mozilla-common.mk cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/firefox68/patches/patch-ipc_chromium_src_base_lock__impl__posix.cc \ pkgsrc/www/firefox68/patches/patch-xpcom_build_BinaryPath.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159241664548670 Content-Disposition: inline Content-Length: 1921 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.25 pkgsrc/www/firefox68/Makefile:1.26 --- pkgsrc/www/firefox68/Makefile:1.25 Mon Jun 15 10:04:03 2020 +++ pkgsrc/www/firefox68/Makefile Wed Jun 17 17:57:25 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2020/06/15 10:04:03 nia Exp $ +# $NetBSD: Makefile,v 1.26 2020/06/17 17:57:25 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 68.9 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .0esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox68-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/firefox68/mozilla-common.mk diff -u pkgsrc/www/firefox68/mozilla-common.mk:1.11 pkgsrc/www/firefox68/mozilla-common.mk:1.12 --- pkgsrc/www/firefox68/mozilla-common.mk:1.11 Sun Jun 14 15:33:28 2020 +++ pkgsrc/www/firefox68/mozilla-common.mk Wed Jun 17 17:57:25 2020 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.11 2020/06/14 15:33:28 nia Exp $ +# $NetBSD: mozilla-common.mk,v 1.12 2020/06/17 17:57:25 nia Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -109,12 +109,6 @@ SUBST_MESSAGE.fix-paths= Fixing absolute SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g' -SUBST_CLASSES+= prefix -SUBST_STAGE.prefix= pre-configure -SUBST_MESSAGE.prefix= Setting PREFIX -SUBST_FILES.prefix+= ${MOZILLA_DIR}xpcom/build/BinaryPath.h -SUBST_VARS.prefix+= PREFIX - CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.guess CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.guess --_----------=_159241664548670--