pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/link-grammar



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jan 18 17:38:41 UTC 2020

Modified Files:
        pkgsrc/textproc/link-grammar: Makefile

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/link-grammar/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/link-grammar/Makefile
diff -u pkgsrc/textproc/link-grammar/Makefile:1.11 pkgsrc/textproc/link-grammar/Makefile:1.12
--- pkgsrc/textproc/link-grammar/Makefile:1.11  Sat Jun 29 17:46:55 2019
+++ pkgsrc/textproc/link-grammar/Makefile       Sat Jan 18 17:38:41 2020
@@ -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 @@ USE_TOOLS+=   gmake pkg-config
 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