pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: Fix comment about supported platforms



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf4936cfe14c
branches:  trunk
changeset: 440632:bf4936cfe14c
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Wed Oct 14 08:23:49 2020 +0000

description:
rust: Fix comment about supported platforms

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

diffstat:

 lang/rust/rust.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5e673567f6b -r bf4936cfe14c lang/rust/rust.mk
--- a/lang/rust/rust.mk Wed Oct 14 05:32:37 2020 +0000
+++ b/lang/rust/rust.mk Wed Oct 14 08:23:49 2020 +0000
@@ -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