Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38A2F84FD4 for ; Thu, 2 Nov 2023 12:15:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fAMWoPkmWet2 for ; Thu, 2 Nov 2023 12:15:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8102084FCF for ; Thu, 2 Nov 2023 12:15:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FBFDFA2A; Thu, 2 Nov 2023 12:15:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698927302187820" MIME-Version: 1.0 Date: Thu, 2 Nov 2023 12:15:02 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/www/logswan To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20231102121502.6FBFDFA2A@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698927302187820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Thu Nov 2 12:15:02 UTC 2023 Modified Files: pkgsrc/www/logswan: Makefile Log Message: logswan: convert to use cmake/build.mk To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/logswan/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698927302187820 Content-Disposition: inline Content-Length: 898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/logswan/Makefile diff -u pkgsrc/www/logswan/Makefile:1.28 pkgsrc/www/logswan/Makefile:1.29 --- pkgsrc/www/logswan/Makefile:1.28 Sat Apr 1 09:54:26 2023 +++ pkgsrc/www/logswan/Makefile Thu Nov 2 12:15:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2023/04/01 09:54:26 fcambus Exp $ +# $NetBSD: Makefile,v 1.29 2023/11/02 12:15:02 nros Exp $ DISTNAME= logswan-2.1.14 CATEGORIES= www @@ -10,12 +10,12 @@ HOMEPAGE= https://www.logswan.org/ COMMENT= Fast Web log analyzer using probabilistic data structures LICENSE= 2-clause-bsd -USE_CMAKE= yes - -CMAKE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/dbip +CMAKE_CONFIGURE_ARGS+= -DGEOIP2DIR=${PREFIX}/share/dbip TEST_TARGET= test +.include "../../devel/cmake/build.mk" + .include "../../textproc/jansson/buildlink3.mk" .include "../../geography/libmaxminddb/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1698927302187820--