Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 368E41A923A for ; Sat, 26 Dec 2020 10:35:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C7712850DB; Sat, 26 Dec 2020 10:35:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CDBB850CA for ; Sat, 26 Dec 2020 10:35:18 +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 tvdSbJw4LBdJ for ; Sat, 26 Dec 2020 10:35:17 +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 30FBB84CD8 for ; Sat, 26 Dec 2020 10:35:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2506AFA9D; Sat, 26 Dec 2020 10:35:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160897891780780" MIME-Version: 1.0 Date: Sat, 26 Dec 2020 10:35:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201226103517.2506AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160897891780780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Dec 26 10:35:17 UTC 2020 Modified Files: pkgsrc/mail/thunderbird: Makefile pkgsrc/mail/thunderbird68: Makefile pkgsrc/www/firefox: Makefile pkgsrc/www/firefox68: Makefile pkgsrc/www/firefox78: Makefile pkgsrc/www/seamonkey: Makefile Log Message: Remove now-actively-harmful 32-bit ARM hack from Mozilla packages. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 pkgsrc/mail/thunderbird/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/thunderbird68/Makefile cvs rdiff -u -r1.460 -r1.461 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/firefox68/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/firefox78/Makefile cvs rdiff -u -r1.225 -r1.226 pkgsrc/www/seamonkey/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160897891780780 Content-Disposition: inline Content-Length: 4436 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/thunderbird/Makefile diff -u pkgsrc/mail/thunderbird/Makefile:1.262 pkgsrc/mail/thunderbird/Makefile:1.263 --- pkgsrc/mail/thunderbird/Makefile:1.262 Mon Dec 7 12:30:56 2020 +++ pkgsrc/mail/thunderbird/Makefile Sat Dec 26 10:35:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.262 2020/12/07 12:30:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.263 2020/12/26 10:35:16 nia Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} @@ -77,8 +77,6 @@ SUBST_SED.netbsdtag= -e 's/__NetBSD__/__ post-extract: ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c - mv ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.s \ - ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.S pre-configure: cd ${WRKSRC} && mkdir ${OBJDIR} Index: pkgsrc/mail/thunderbird68/Makefile diff -u pkgsrc/mail/thunderbird68/Makefile:1.1 pkgsrc/mail/thunderbird68/Makefile:1.2 --- pkgsrc/mail/thunderbird68/Makefile:1.1 Thu Sep 3 20:22:25 2020 +++ pkgsrc/mail/thunderbird68/Makefile Sat Dec 26 10:35:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/03 20:22:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/12/26 10:35:16 nia Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird68-${TB_VER} @@ -39,8 +39,6 @@ CHECK_WRKREF_SKIP+= lib/${MOZILLA_NAME}/ post-extract: ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c - mv ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.s \ - ${WRKSRC}${MOZILLA_DIR}/gfx/ycbcr/yuv_row_arm.S pre-configure: cd ${WRKSRC} && mkdir ${OBJDIR} Index: pkgsrc/www/firefox/Makefile diff -u pkgsrc/www/firefox/Makefile:1.460 pkgsrc/www/firefox/Makefile:1.461 --- pkgsrc/www/firefox/Makefile:1.460 Thu Dec 17 09:53:15 2020 +++ pkgsrc/www/firefox/Makefile Sat Dec 26 10:35:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.460 2020/12/17 09:53:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.461 2020/12/26 10:35:16 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 84.0 @@ -99,9 +99,6 @@ MOZILLA_NAME= Browser #SUBST_SED.cksum+= -e 's,${from},${to},g' #.endfor -post-extract: - mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S - pre-configure: cd ${WRKSRC} && autoconf cd ${WRKSRC}/js/src && autoconf Index: pkgsrc/www/firefox68/Makefile diff -u pkgsrc/www/firefox68/Makefile:1.36 pkgsrc/www/firefox68/Makefile:1.37 --- pkgsrc/www/firefox68/Makefile:1.36 Thu Nov 5 09:09:20 2020 +++ pkgsrc/www/firefox68/Makefile Sat Dec 26 10:35:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/11/05 09:09:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.37 2020/12/26 10:35:16 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 68.12 @@ -74,7 +74,6 @@ MOZILLA_NAME= Browser 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 pre-configure: cd ${WRKSRC} && autoconf Index: pkgsrc/www/firefox78/Makefile diff -u pkgsrc/www/firefox78/Makefile:1.14 pkgsrc/www/firefox78/Makefile:1.15 --- pkgsrc/www/firefox78/Makefile:1.14 Thu Dec 17 13:24:30 2020 +++ pkgsrc/www/firefox78/Makefile Sat Dec 26 10:35:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/12/17 13:24:30 nia Exp $ +# $NetBSD: Makefile,v 1.15 2020/12/26 10:35:16 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 78.6 @@ -98,9 +98,6 @@ SUBST_FILES.cksum+= ${crate}/.cargo-chec SUBST_SED.cksum+= -e 's,${from},${to},g' .endfor -post-extract: - mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S - pre-configure: cd ${WRKSRC} && autoconf cd ${WRKSRC}/js/src && autoconf Index: pkgsrc/www/seamonkey/Makefile diff -u pkgsrc/www/seamonkey/Makefile:1.225 pkgsrc/www/seamonkey/Makefile:1.226 --- pkgsrc/www/seamonkey/Makefile:1.225 Thu Nov 5 09:09:22 2020 +++ pkgsrc/www/seamonkey/Makefile Sat Dec 26 10:35:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.225 2020/11/05 09:09:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.226 2020/12/26 10:35:16 nia Exp $ DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER:S/b/beta/} @@ -76,7 +76,6 @@ INSTALLATION_DIRS+= share/applications INSTALLATION_DIRS+= share/icons/hicolor/32x32/apps post-extract: - mv ${WRKSRC}/mozilla/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/mozilla/gfx/ycbcr/yuv_row_arm.S ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/mozilla/media/libcubeb/src pre-configure: --_----------=_160897891780780--