pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/link-grammar link-grammar: explicitly disable...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73de86594f11
branches:  trunk
changeset: 409508:73de86594f11
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Jan 18 17:38:41 2020 +0000

description:
link-grammar: explicitly disable Python bindings

In some OS environments (e.g., some Linux distros), Python in the base
userland was being detected, and bindings were generated, causing a
build failure due to PLIST mismatch. (Python bindings aren't required
for this package's intended dependencies in pkgsrc, and so aren't
meant to be included. If someone wants them, they should add them as a
non-default option.)

diffstat:

 textproc/link-grammar/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f242d6390000 -r 73de86594f11 textproc/link-grammar/Makefile
--- a/textproc/link-grammar/Makefile    Sat Jan 18 16:33:54 2020 +0000
+++ b/textproc/link-grammar/Makefile    Sat Jan 18 17:38:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/06/29 17:46:55 gutteridge Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/18 17:38:41 gutteridge Exp $
 
 DISTNAME=      link-grammar-5.6.2
 CATEGORIES=    textproc
@@ -15,6 +15,7 @@
 GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+=       --disable-java-bindings
+CONFIGURE_ARGS+=       --disable-python-bindings
 
 PKGCONFIG_OVERRIDE+=   link-grammar.pc.in
 



Home | Main Index | Thread Index | Old Index