pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Dec 22 16:17:01 UTC 2021

Modified Files:
        pkgsrc/www/firefox: Makefile mozilla-common.mk

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.506 -r1.507 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.214 -r1.215 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.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.506 pkgsrc/www/firefox/Makefile:1.507
--- pkgsrc/www/firefox/Makefile:1.506   Sun Dec 19 15:09:49 2021
+++ pkgsrc/www/firefox/Makefile Wed Dec 22 16:17:00 2021
@@ -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 @@ MOZ_BRANCH_MINOR=       
 
 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

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.214 pkgsrc/www/firefox/mozilla-common.mk:1.215
--- pkgsrc/www/firefox/mozilla-common.mk:1.214  Sun Dec 19 15:09:49 2021
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Dec 22 16:17:00 2021
@@ -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 @@ CONFIGURE_ARGS+=    --disable-updater
 
 # 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