pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/konqueror
Module Name: pkgsrc
Committed By: markd
Date: Thu Jun 26 20:33:21 UTC 2025
Modified Files:
pkgsrc/www/konqueror: Makefile
Log Message:
konqueror: set USE_SYSTEM_DICTIONARIES=YES
Stops creation of bdic files to match any hunspell disctionaries that
happen to be on the build system. Fixes PR pkg/59463
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/konqueror/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/konqueror/Makefile
diff -u pkgsrc/www/konqueror/Makefile:1.18 pkgsrc/www/konqueror/Makefile:1.19
--- pkgsrc/www/konqueror/Makefile:1.18 Thu Apr 24 14:16:04 2025
+++ pkgsrc/www/konqueror/Makefile Thu Jun 26 20:33:20 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2025/04/24 14:16:04 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/06/26 20:33:20 markd Exp $
DISTNAME= konqueror-${KAPPSVER}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= www
HOMEPAGE= https://konqueror.org/
@@ -42,13 +42,15 @@ CONF_FILES+= ${PREFIX}/share/examples/kd
CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/useragenttemplatesrc \
${PKG_SYSCONFDIR}/xdg/useragenttemplatesrc
-# list of hunspell dictionaries to support
-# eg. en_US en_GB en_NZ
-KONQ_DICTS?=
-.for dict in ${KONQ_DICTS}
-DEPENDS+= hunspell-${dict}-[0-9]*:../../textproc/hunspell-${dict}
-GENERATE_PLIST+= ${ECHO} share/konqueror/webengine_dictionaries/${dict}.bdic;
-.endfor
+CMAKE_CONFIGURE_ARGS+= -DUSE_SYSTEM_DICTIONARIES=YES
+
+## list of hunspell dictionaries to support
+## eg. en_US en_GB en_NZ
+#KONQ_DICTS?=
+#.for dict in ${KONQ_DICTS}
+#DEPENDS+= hunspell-${dict}-[0-9]*:../../textproc/hunspell-${dict}
+#GENERATE_PLIST+= ${ECHO} share/konqueror/webengine_dictionaries/${dict}.bdic;
+#.endfor
.include "../../devel/kcmutils/buildlink3.mk"
.include "../../devel/kdoctools/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index