pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/enchant2



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 22 15:06:09 UTC 2018

Modified Files:
        pkgsrc/textproc/enchant2: Makefile

Log Message:
textproc/enchant2: Avoid detecting unsupported system dictionaries which
can cause conflicts with the PLIST, same as textproc/exchant.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/enchant2/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/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.3 pkgsrc/textproc/enchant2/Makefile:1.4
--- pkgsrc/textproc/enchant2/Makefile:1.3       Fri Nov 16 13:02:46 2018
+++ pkgsrc/textproc/enchant2/Makefile   Thu Nov 22 15:06:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/16 13:02:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/22 15:06:09 nia Exp $
 #
 
 DISTNAME=              enchant-2.2.3
@@ -25,6 +25,12 @@ INSTALLATION_DIRS+=  share/examples
 MAKE_DIRS+=            ${PREFIX}/share/enchant
 CONF_FILES=            ${PREFIX}/share/examples/enchant.ordering ${PREFIX}/share/enchant/enchant.ordering
 
+# unsupported in pkgsrc - other dictionaries can be used instead
+# avoid PLIST problems
+CONFIGURE_ARGS+=       --without-hspell
+CONFIGURE_ARGS+=       --without-uspell
+CONFIGURE_ARGS+=       --without-voikko
+
 # XXX: needs unittest-cpp as a test dependency
 #TEST_TARGET=          check
 



Home | Main Index | Thread Index | Old Index