pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libthrift libthrift: explicitly disable things n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/868a8d9a6de4
branches:  trunk
changeset: 378569:868a8d9a6de4
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 11 09:10:28 2018 +0000

description:
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

diffstat:

 devel/libthrift/options.mk |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 7e8a51c3232a -r 868a8d9a6de4 devel/libthrift/options.mk
--- a/devel/libthrift/options.mk        Wed Apr 11 08:49:22 2018 +0000
+++ b/devel/libthrift/options.mk        Wed Apr 11 09:10:28 2018 +0000
@@ -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 @@
 .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