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:   schmonz
Date:           Tue Aug 27 17:23:48 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/rust/options.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/options.mk
diff -u pkgsrc/lang/rust/options.mk:1.3 pkgsrc/lang/rust/options.mk:1.4
--- pkgsrc/lang/rust/options.mk:1.3     Wed Aug 14 16:00:23 2019
+++ pkgsrc/lang/rust/options.mk Tue Aug 27 17:23:48 2019
@@ -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