pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: For wasm-ld command to build RLBo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d467e2684f23
branches:  trunk
changeset: 771693:d467e2684f23
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Dec 22 16:17:00 2021 +0000

description:
firefox: For wasm-ld command to build RLBox wasm binary, depend on devel/lld

Bump PKGREVISION.

diffstat:

 www/firefox/Makefile          |  3 ++-
 www/firefox/mozilla-common.mk |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 655e0013010e -r d467e2684f23 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Dec 22 16:16:52 2021 +0000
+++ b/www/firefox/Makefile      Wed Dec 22 16:17:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.506 2021/12/19 15:09:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.507 2021/12/22 16:17:00 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            95.0.1
@@ -6,6 +6,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r 655e0013010e -r d467e2684f23 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Wed Dec 22 16:16:52 2021 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Dec 22 16:17:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.214 2021/12/19 15:09:49 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.215 2021/12/22 16:17:00 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -106,6 +106,8 @@
 
 # RLBox WASM sandbox
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+# For wasm-ld command
+BUILD_DEPENDS+=                lld-[0-9]*:../../devel/lld
 .include "../../lang/wasi-libc/buildlink3.mk"
 .include "../../lang/wasi-libcxx/buildlink3.mk"
 .include "../../lang/wasi-compiler-rt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index