pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Oct 14 08:23:49 UTC 2020

Modified Files:
        pkgsrc/lang/rust: rust.mk

Log Message:
rust: Fix comment about supported platforms

lang/rust-bin/Makefile mentions FreeBSD as supported platform for the
binary release.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/rust/rust.mk

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

Modified files:

Index: pkgsrc/lang/rust/rust.mk
diff -u pkgsrc/lang/rust/rust.mk:1.6 pkgsrc/lang/rust/rust.mk:1.7
--- pkgsrc/lang/rust/rust.mk:1.6        Sun Sep 27 18:38:35 2020
+++ pkgsrc/lang/rust/rust.mk    Wed Oct 14 08:23:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: rust.mk,v 1.6 2020/09/27 18:38:35 nia Exp $
+# $NetBSD: rust.mk,v 1.7 2020/10/14 08:23:49 triaxx Exp $
 #
 # This file determines the type of rust package to use.
 #
@@ -12,7 +12,7 @@
 #      either bootstrap-from-source or an official binary.
 #
 #      Official Rust binaries are only published for certain platforms,
-#      including Darwin, Linux, and NetBSD x86_64.
+#      including Darwin, FreeBSD, Linux, and NetBSD x86_64.
 #
 #      Possible values: src bin
 #      Default: src



Home | Main Index | Thread Index | Old Index