pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-mercurial py-mercurial: comment out rust option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47eed6fb90ce
branches:  trunk
changeset: 439030:47eed6fb90ce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 13 15:09:34 2020 +0000

description:
py-mercurial: comment out rust option

5.5.1 wants some crate versions (*-pre) that do not exist.

diffstat:

 devel/py-mercurial/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 29e3b4dc3626 -r 47eed6fb90ce devel/py-mercurial/options.mk
--- a/devel/py-mercurial/options.mk     Sun Sep 13 15:08:59 2020 +0000
+++ b/devel/py-mercurial/options.mk     Sun Sep 13 15:09:34 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2020/08/05 06:24:32 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2020/09/13 15:09:34 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mercurial
-PKG_SUPPORTED_OPTIONS=         rust
+# 5.5.1 needs some "*-pre" crates that are not available
+PKG_SUPPORTED_OPTIONS=         # rust
 PKG_SUGGESTED_OPTIONS=         # rust
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index