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 276C71A923A for ; Wed, 11 Nov 2020 10:21:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8DA2F84D9B; Wed, 11 Nov 2020 10:21:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C849584D53 for ; Wed, 11 Nov 2020 10:21:35 +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 09iYicvHhUe1 for ; Wed, 11 Nov 2020 10:21:35 +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 2C6E484CE1 for ; Wed, 11 Nov 2020 10:21:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24304FB28; Wed, 11 Nov 2020 10:21:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605090095265380" MIME-Version: 1.0 Date: Wed, 11 Nov 2020 10:21:35 +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: <20201111102135.24304FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605090095265380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Nov 11 10:21:35 UTC 2020 Modified Files: pkgsrc/www/firefox68: DESCR mozilla-common.mk options.mk Log Message: firefox68: Clean up pkglint problems. While here, note why this package is kept around. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox68/DESCR cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/firefox68/mozilla-common.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/firefox68/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605090095265380 Content-Disposition: inline Content-Length: 3968 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox68/DESCR diff -u pkgsrc/www/firefox68/DESCR:1.1 pkgsrc/www/firefox68/DESCR:1.2 --- pkgsrc/www/firefox68/DESCR:1.1 Sat Sep 21 07:31:43 2019 +++ pkgsrc/www/firefox68/DESCR Wed Nov 11 10:21:34 2020 @@ -9,4 +9,6 @@ Firefox also offers excellent bookmark a can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. -This package provides Firefox 68 ESR. +This package provides Firefox 68 ESR. It is now unsupported and is +provided only for older NetBSD releases (8.x) that cannot run newer +versions. Index: pkgsrc/www/firefox68/mozilla-common.mk diff -u pkgsrc/www/firefox68/mozilla-common.mk:1.14 pkgsrc/www/firefox68/mozilla-common.mk:1.15 --- pkgsrc/www/firefox68/mozilla-common.mk:1.14 Mon Jun 29 11:59:42 2020 +++ pkgsrc/www/firefox68/mozilla-common.mk Wed Nov 11 10:21:34 2020 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.14 2020/06/29 11:59:42 nia Exp $ +# $NetBSD: mozilla-common.mk,v 1.15 2020/11/11 10:21:34 nia Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -13,10 +13,10 @@ PYTHON_VERSIONS_ACCEPTED= 27 PYTHON_FOR_BUILD_ONLY= tool .if !empty(PYTHON_VERSION_DEFAULT:M3[6789]) TOOL_DEPENDS+= python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT} -ALL_ENV+= PYTHON3=${LOCALBASE}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./} +ALL_ENV+= PYTHON3=${PREFIX}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./} .else TOOL_DEPENDS+= python37-[0-9]*:../../lang/python37 -ALL_ENV+= PYTHON3=${LOCALBASE}/bin/python3.7 +ALL_ENV+= PYTHON3=${PREFIX}/bin/python3.7 .endif HAS_CONFIGURE= yes @@ -127,12 +127,7 @@ OBJDIR= ../build CONFIGURE_DIRS= ${OBJDIR} CONFIGURE_SCRIPT= ${WRKSRC}/configure -PLIST_VARS+= sps vorbis tremor glskia throwwrapper mozglue ffvpx - -.include "../../mk/endian.mk" -.if ${MACHINE_ENDIAN} == "little" -PLIST.glskia= yes -.endif +PLIST_VARS+= ffvpx .if ${MACHINE_ARCH} == "aarch64" || \ !empty(MACHINE_ARCH:M*arm*) || \ @@ -141,29 +136,6 @@ PLIST.glskia= yes PLIST.ffvpx= yes # see media/ffvpx/ffvpxcommon.mozbuild .endif -.if ${MACHINE_ARCH} != "sparc64" -# For some reasons the configure test for GCC bug 26905 still triggers on -# sparc64, which makes mozilla skip the installation of a few wrapper headers. -# Other archs end up with one additional file in the SDK headers -PLIST.throwwrapper= yes -.endif - -.if !empty(MACHINE_PLATFORM:S/i386/x86/:MLinux-*-x86*) -PLIST.sps= yes -.endif - -.if !empty(MACHINE_PLATFORM:MLinux-*-arm*) -PLIST.tremor= yes -.else -PLIST.vorbis= yes -.endif - -# See ${WRKSRC}/mozglue/build/moz.build: libmozglue is built and -# installed as a shared library on these platforms. -.if ${OPSYS} == "Cygwin" || ${OPSYS} == "Darwin" # or Android -PLIST.mozglue= yes -.endif - # See ${WRKSRC}/security/sandbox/mac/Sandbox.mm: On Darwin, sandboxing # support is only available when the toolkit is cairo-cocoa. CONFIGURE_ARGS.Darwin+= --disable-sandbox Index: pkgsrc/www/firefox68/options.mk diff -u pkgsrc/www/firefox68/options.mk:1.10 pkgsrc/www/firefox68/options.mk:1.11 --- pkgsrc/www/firefox68/options.mk:1.10 Thu Jul 16 19:51:48 2020 +++ pkgsrc/www/firefox68/options.mk Wed Nov 11 10:21:34 2020 @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.10 2020/07/16 19:51:48 riastradh Exp $ +# $NetBSD: options.mk,v 1.11 2020/11/11 10:21:34 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= official-mozilla-branding PKG_SUPPORTED_OPTIONS+= debug debug-info mozilla-jemalloc webrtc PKG_SUPPORTED_OPTIONS+= alsa pulseaudio dbus -PLIST_VARS+= jemalloc debug +PLIST_VARS+= debug .if ${OPSYS} == "Linux" PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus webrtc @@ -27,7 +27,6 @@ CONFIGURE_ARGS+= --disable-alsa .endif .if !empty(PKG_OPTIONS:Mmozilla-jemalloc) -PLIST.jemalloc= yes CONFIGURE_ARGS+= --enable-jemalloc CONFIGURE_ARGS+= --enable-replace-malloc .else --_----------=_1605090095265380--