pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/mozjs68
Module Name: pkgsrc
Committed By: gutteridge
Date: Wed Oct 21 00:18:25 UTC 2020
Modified Files:
pkgsrc/lang/mozjs68: Makefile
Log Message:
mozjs68: fix minimum Rust version setting
The wrong variable was used (s/RUST_TYPE/RUST_REQ/).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/mozjs68/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/mozjs68/Makefile
diff -u pkgsrc/lang/mozjs68/Makefile:1.6 pkgsrc/lang/mozjs68/Makefile:1.7
--- pkgsrc/lang/mozjs68/Makefile:1.6 Mon Aug 31 18:09:51 2020
+++ pkgsrc/lang/mozjs68/Makefile Wed Oct 21 00:18:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/08/31 18:09:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/10/21 00:18:25 gutteridge Exp $
DISTNAME= mozjs68_68.6.0.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
@@ -66,7 +66,7 @@ post-install:
BUILDLINK_DEPMETHOD.clang= build
.include "../../lang/clang/buildlink3.mk"
-RUST_TYPE= 1.34.0
+RUST_REQ= 1.34.0
.include "../../lang/rust/rust.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/tool.mk"
Home |
Main Index |
Thread Index |
Old Index