pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libclucene



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 12:06:40 UTC 2025

Modified Files:
        pkgsrc/textproc/libclucene: Makefile

Log Message:
libclucene: add upstream bug report URL


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/libclucene/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/libclucene/Makefile
diff -u pkgsrc/textproc/libclucene/Makefile:1.42 pkgsrc/textproc/libclucene/Makefile:1.43
--- pkgsrc/textproc/libclucene/Makefile:1.42    Mon Aug 11 08:35:28 2025
+++ pkgsrc/textproc/libclucene/Makefile Mon Aug 11 12:06:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2025/08/11 08:35:28 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/08/11 12:06:40 wiz Exp $
 
 DISTNAME=              clucene-core-2.3.3.4
 PKGNAME=               lib${DISTNAME:S/-core-/-/}
@@ -17,6 +17,7 @@ USE_LANGUAGES=        c c++
 USE_LIBTOOL=   yes
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_CONTRIBS_LIB=ON
+# https://sourceforge.net/p/clucene/bugs/236/
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 .include "../../devel/cmake/build.mk"



Home | Main Index | Thread Index | Old Index