pkgsrc-WIP-changes archive

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

recoll: enable recollq



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Oct 1 14:08:06 2023 +0200
Changeset:	d5e63765de3a544b13cfbf11ea1eac7b1ff65a02

Modified Files:
	recoll/Makefile
	recoll/PLIST

Log Message:
recoll: enable recollq

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d5e63765de3a544b13cfbf11ea1eac7b1ff65a02

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

diffstat:
 recoll/Makefile | 3 ++-
 recoll/PLIST    | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/recoll/Makefile b/recoll/Makefile
index 24ab5e13f3..2155b39b9f 100644
--- a/recoll/Makefile
+++ b/recoll/Makefile
@@ -30,6 +30,7 @@ USE_LANGUAGES=	c c++
 USE_LIBTOOL=	yes
 USE_TOOLS+=	perl:run pkg-config unzip:run
 
+CONFIGURE_ARGS+=	--enable-recollq
 CONFIGURE_ARGS+=	--with-aspell=${BUILDLINK_PREFIX.aspell}/bin/aspell
 CONFIGURE_ARGS+=	--with-file-command=${BUILDLINK_PREFIX.file}/bin/file
 
@@ -70,7 +71,7 @@ pre-configure:
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/tool.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-# not found by configure even when enabled
+# not found by configure even when included
 #.include "../../sysutils/fam/buildlink3.mk"
 .include "../../sysutils/file/buildlink3.mk"
 .include "../../textproc/aspell/buildlink3.mk"
diff --git a/recoll/PLIST b/recoll/PLIST
index 46727c16d0..e97f2b606b 100644
--- a/recoll/PLIST
+++ b/recoll/PLIST
@@ -1,6 +1,7 @@
 @comment $NetBSD$
 bin/recoll
 bin/recollindex
+bin/recollq
 ${PYSITELIB}/Recoll-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
 ${PYSITELIB}/Recoll-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
 ${PYSITELIB}/Recoll-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt


Home | Main Index | Thread Index | Old Index