Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZGH8FxjY; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ud5veedy Received: by mail.netbsd.org (Postfix, from userid 605) id 48BE484D4D; Thu, 11 Apr 2024 22:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712874020; bh=IUtnUYaHWogPT6Wu4R4uATNfs++KJqTUWuYlk7UqunY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ZGH8FxjYeioiafj5kHlAabqgRnbr44UXMX79zBpQ9ZSZxXShCxY7/4WvfsTLFC6YZ m50tSlv25MXpOfeZL5tToLFMVFMWPO3iqprHXF6X+5J8kbxnU4SlBS++deCtn1NGH5 MZJncF7f1neT6m0mEzxEGjwtnYWh14IdTSemeV4s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B28484D44 for ; Thu, 11 Apr 2024 22:20:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QyLTdqzYpNtJ for ; Thu, 11 Apr 2024 22:20:18 +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 89C7884C86 for ; Thu, 11 Apr 2024 22:20:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712874018; bh=IUtnUYaHWogPT6Wu4R4uATNfs++KJqTUWuYlk7UqunY=; h=Date:From:Subject:To:Reply-To; b=ud5veedyiqGiko/xUHWGGzwsiZtubPX0BZEEEmcW38sqxyh8yQW8Me7Bv44AzOOMS 2LhnP7A1w0I4UqDSL3RPG4wrYHSEFoU2HQwTs+yfQlyN6LkfgbqlYlgdjv3Jma1nf1 mW2V8hsrhNlk1F7mK3Vnjf1UYARCdxBneBVafN8I= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F86AFA2C; Thu, 11 Apr 2024 22:20:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171287401812960" MIME-Version: 1.0 Date: Thu, 11 Apr 2024 22:20:18 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240411222018.7F86AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171287401812960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Apr 11 22:20:18 UTC 2024 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: drop comment that's no longer relevant To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 pkgsrc/www/firefox/mozilla-common.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171287401812960 Content-Disposition: inline Content-Length: 1034 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/mozilla-common.mk diff -u pkgsrc/www/firefox/mozilla-common.mk:1.277 pkgsrc/www/firefox/mozilla-common.mk:1.278 --- pkgsrc/www/firefox/mozilla-common.mk:1.277 Sun Apr 7 17:54:03 2024 +++ pkgsrc/www/firefox/mozilla-common.mk Thu Apr 11 22:20:18 2024 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.277 2024/04/07 17:54:03 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.278 2024/04/11 22:20:18 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -119,8 +119,6 @@ CONFIGURE_ARGS+= --with-libclang-path=${ TOOL_DEPENDS+= lld-[0-9]*:../../devel/lld .include "../../lang/wasi-libc/buildlink3.mk" .include "../../lang/wasi-libcxx/buildlink3.mk" -# NB the exact versions of the clang and wasi-compiler-rt dependencies must -# be kept in sync, or build failures will occur due to path mismatches. .include "../../lang/wasi-compiler-rt/buildlink3.mk" CONFIGURE_ARGS+= --with-wasi-sysroot=${PREFIX}/wasi CONFIGURE_ENV+= WASM_CC=${PREFIX}/bin/clang --_----------=_171287401812960--