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:   gdt
Date:           Mon Jun 17 12:23:58 UTC 2024

Modified Files:
        pkgsrc/textproc/enchant2: Makefile

Log Message:
textproc/enchant2: Force disable more spell checkers

Sync the list of checkers that get --without-foo with configure.ac
(minus those in options.mk), adding nuspell and applespell.  While
it's not clear if bl3 would prevent them from being found, it's
cleaner and safer to be explicit and force them off.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/textproc/enchant2/Makefile:1.45
--- pkgsrc/textproc/enchant2/Makefile:1.44      Mon Jun 17 12:16:51 2024
+++ pkgsrc/textproc/enchant2/Makefile   Mon Jun 17 12:23:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2024/06/17 12:16:51 gdt Exp $
+# $NetBSD: Makefile,v 1.45 2024/06/17 12:23:58 gdt Exp $
 
 DISTNAME=              enchant-2.8.1
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
@@ -23,10 +23,12 @@ PKGCONFIG_OVERRIDE+=        enchant.pc.in
 GNU_CONFIGURE=         yes
 CFLAGS.SunOS+=         -D__EXTENSIONS__
 
-# unsupported in pkgsrc - other dictionaries can be used instead
-# avoid PLIST problems
+# Force disable all spell checkers that are not handled in options.mk,
+# to avoid them being unintentionally found if installed.
+CONFIGURE_ARGS+=       --without-nuspell
 CONFIGURE_ARGS+=       --without-hspell
 CONFIGURE_ARGS+=       --without-voikko
+CONFIGURE_ARGS+=       --without-applespell
 
 # needed for testing
 CONFIGURE_ARGS+=       --enable-relocatable



Home | Main Index | Thread Index | Old Index