pkgsrc-Changes-HG archive

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

pkgsrc: libthrift: explicitly disable things not defined as depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e520b402a28f
branches:  trunk
changeset: 306128:e520b402a28f
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 f180a6468192 -r e520b402a28f 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