pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libthrift



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 11 09:10:28 UTC 2018

Modified Files:
        pkgsrc/devel/libthrift: options.mk

Log Message:
libthrift: explicitly disable things not defined as dependencies.
this package is auto-detecting the presence of system languages like
rust and haskell.

XXX currently it is likely doing the same for Lua, maybe more things
to disable.

Fixes PR pkg/53167: libthrift downloads from the net if ghc is installed


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libthrift/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/devel/libthrift/options.mk
diff -u pkgsrc/devel/libthrift/options.mk:1.10 pkgsrc/devel/libthrift/options.mk:1.11
--- pkgsrc/devel/libthrift/options.mk:1.10      Sun Apr  1 13:49:20 2018
+++ pkgsrc/devel/libthrift/options.mk   Wed Apr 11 09:10:28 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2018/04/01 13:49:20 wiz Exp $
+# $NetBSD: options.mk,v 1.11 2018/04/11 09:10:28 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libthrift
 PKG_SUPPORTED_OPTIONS= perl python # csharp java erlang php ruby
@@ -103,3 +103,14 @@ PLIST.ruby=                yes
 .else
 CONFIGURE_ARGS+=       --without-ruby
 .endif
+
+# Languages without options that may be auto-detected
+CONFIGURE_ARGS+=       --without-nodejs
+CONFIGURE_ARGS+=       --without-dart
+CONFIGURE_ARGS+=       --without-haskell
+CONFIGURE_ARGS+=       --without-go
+CONFIGURE_ARGS+=       --without-rs
+CONFIGURE_ARGS+=       --without-haxe
+CONFIGURE_ARGS+=       --without-dotnetcore
+CONFIGURE_ARGS+=       --without-d
+



Home | Main Index | Thread Index | Old Index