pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust Set PKG_SUPPORTED_OPTIONS to empty string by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6275a7e26fb
branches:  trunk
changeset: 338575:b6275a7e26fb
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Aug 27 17:23:48 2019 +0000

description:
Set PKG_SUPPORTED_OPTIONS to empty string by default. Fixes the
following on macOS:

ERROR: This package has set PKG_FAIL_REASON:
ERROR: [bsd.options.mk] The package has no options, but includes this file.

diffstat:

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

diffs (12 lines):

diff -r 7cf4b4ec55a8 -r b6275a7e26fb lang/rust/options.mk
--- a/lang/rust/options.mk      Tue Aug 27 16:04:02 2019 +0000
+++ b/lang/rust/options.mk      Tue Aug 27 17:23:48 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2019/08/14 16:00:23 nia Exp $
+# $NetBSD: options.mk,v 1.4 2019/08/27 17:23:48 schmonz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.rust
+PKG_SUPPORTED_OPTIONS=         
 
 .include "../../mk/bsd.fast.prefs.mk"
 



Home | Main Index | Thread Index | Old Index