pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mozjs128



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 10:41:48 UTC 2024

Modified Files:
        pkgsrc/lang/mozjs128: Makefile

Log Message:
mozjs128: Depend on cbindgen like main Firefox package.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/mozjs128/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/mozjs128/Makefile
diff -u pkgsrc/lang/mozjs128/Makefile:1.2 pkgsrc/lang/mozjs128/Makefile:1.3
--- pkgsrc/lang/mozjs128/Makefile:1.2   Sat Aug 31 08:42:04 2024
+++ pkgsrc/lang/mozjs128/Makefile       Mon Sep  9 10:41:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/08/31 08:42:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/09/09 10:41:47 nia Exp $
 
 MOZVER=                128.1.0esr
 DISTNAME=      firefox-${MOZVER}.source
@@ -19,6 +19,8 @@ USE_LANGUAGES=        c c++
 # "ERROR: Only GCC 8.1 or newer is supported"
 GCC_REQD+=     8
 
+TOOL_DEPENDS+= cbindgen>=0.26.0:../../devel/cbindgen
+
 CHECK_PORTABILITY_SKIP+=       security/nss/tests/libpkix/libpkix.sh
 CHECK_PORTABILITY_SKIP+=       security/nss/tests/multinit/multinit.sh
 



Home | Main Index | Thread Index | Old Index