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 9D3291A9217 for ; Thu, 14 Jan 2021 13:06:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D3A3E84DBF; Thu, 14 Jan 2021 13:06:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 17F5584DB9 for ; Thu, 14 Jan 2021 13:06:12 +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 uVqI0YVB7wV2 for ; Thu, 14 Jan 2021 13:06:11 +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 6AF8784DA4 for ; Thu, 14 Jan 2021 13:06:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67750FA9D; Thu, 14 Jan 2021 13:06:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610629571261970" MIME-Version: 1.0 Date: Thu, 14 Jan 2021 13:06:11 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210114130611.67750FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610629571261970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Jan 14 13:06:11 UTC 2021 Modified Files: pkgsrc/www/firefox: mozilla-common.mk Log Message: firefox: SImplify URL for PR To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 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. --_----------=_1610629571261970 Content-Disposition: inline Content-Length: 1067 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.194 pkgsrc/www/firefox/mozilla-common.mk:1.195 --- pkgsrc/www/firefox/mozilla-common.mk:1.194 Thu Jan 14 12:07:52 2021 +++ pkgsrc/www/firefox/mozilla-common.mk Thu Jan 14 13:06:11 2021 @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.194 2021/01/14 12:07:52 nia Exp $ +# $NetBSD: mozilla-common.mk,v 1.195 2021/01/14 13:06:11 ryoon Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -143,7 +143,7 @@ fix-clang-wrapper: # Firefox requires Clang during the build, even when building with GCC. # XXX: When using GCC, pkgsrc provides 'clang' wrappers that are actually gcc. # This breaks the build. -# PR pkg/55647 https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=55647 +# PR pkg/55647 https://gnats.netbsd.org/55647 ${LN} -sf ${PREFIX}/bin/clang ${WRKDIR}/.cwrapper/bin/clang ${LN} -sf ${PREFIX}/bin/clang++ ${WRKDIR}/.cwrapper/bin/clang++ ${LN} -sf ${PREFIX}/bin/clang-cpp ${WRKDIR}/.cwrapper/bin/clang-cpp --_----------=_1610629571261970--