pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/rrdtool Disabled bindings for tcl and python...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba900963359a
branches:  trunk
changeset: 505773:ba900963359a
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Sat Jan 07 12:54:15 2006 +0000

description:
Disabled bindings for tcl and python. Without it the build
process may fail if these packages are installed and found by the
configure process.

diffstat:

 databases/rrdtool/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 16e6ebe30609 -r ba900963359a databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Sat Jan 07 12:47:55 2006 +0000
+++ b/databases/rrdtool/Makefile        Sat Jan 07 12:54:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/12/05 20:50:01 rillig Exp $
+# $NetBSD: Makefile,v 1.43 2006/01/07 12:54:15 wulf Exp $
 #
 
 DISTNAME=      rrdtool-1.2.11
@@ -21,6 +21,8 @@
 
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --with-perl-options=${MAKE_PARAMS:Q}
+CONFIGURE_ARGS+=       --disable-tcl
+CONFIGURE_ARGS+=       --disable-python
 
 PERL5_CONFIGURE=       NO
 PERL5_PACKLIST+=       auto/RRDp/.packlist



Home | Main Index | Thread Index | Old Index