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 4EC511A9239 for ; Thu, 13 Jan 2022 01:25:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7399884EBB; Thu, 13 Jan 2022 01:25:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A97CE84D40 for ; Thu, 13 Jan 2022 01:25:24 +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 u2hjAp80R3ox for ; Thu, 13 Jan 2022 01:25:24 +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 00BFB84D31 for ; Thu, 13 Jan 2022 01:25:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E82B4FB24; Thu, 13 Jan 2022 01:25:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642037123241760" MIME-Version: 1.0 Date: Thu, 13 Jan 2022 01:25:23 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/firefox91 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220113012523.E82B4FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642037123241760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 13 01:25:23 UTC 2022 Modified Files: pkgsrc/www/firefox91: mozilla-common.mk Log Message: firefox91: address some items noted by pkglint To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/firefox91/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642037123241760 Content-Disposition: inline Content-Length: 1221 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox91/mozilla-common.mk diff -u pkgsrc/www/firefox91/mozilla-common.mk:1.4 pkgsrc/www/firefox91/mozilla-common.mk:1.5 --- pkgsrc/www/firefox91/mozilla-common.mk:1.4 Fri Jan 7 15:06:21 2022 +++ pkgsrc/www/firefox91/mozilla-common.mk Thu Jan 13 01:25:23 2022 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.4 2022/01/07 15:06:21 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.5 2022/01/13 01:25:23 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -59,13 +59,13 @@ test: .if ${OPSYS} == "OpenBSD" TOOLS_PLATFORM.tar= ${TOOLS_PATH.bsdtar} USE_TOOLS+= bsdtar +.else +USE_TOOLS+= tar .endif -PLIST_VARS+= i386 .if ${MACHINE_ARCH} == "i386" # This is required for SSE2 code under i386. -CXXFLAGS+= -mstackrealign -PLIST.i386= yes +CXXFLAGS+= -mstackrealign .endif CHECK_PORTABILITY_SKIP+= ${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh @@ -139,7 +139,7 @@ ALL_ENV+= SHELL=${CONFIG_SHELL:Q} # Build outside ${WRKSRC} # Try to avoid conflict with config/makefiles/xpidl/Makefile.in -.if ${MAINTAINER_INTERNAL:Uno} == "yes +.if ${MAINTAINER_INTERNAL:Uno} == "yes" OBJDIR= ../no-node-build .else OBJDIR= ../build --_----------=_1642037123241760--