Received: by mail.netbsd.org (Postfix, from userid 605) id 9D35884D3B; Sat, 24 Nov 2018 13:35:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 979D784D1F for ; Sat, 24 Nov 2018 13:35:10 +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 vlmUGWXT1hrg for ; Sat, 24 Nov 2018 13:35:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD70184CFB for ; Sat, 24 Nov 2018 13:35:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD542FB1F; Sat, 24 Nov 2018 13:35:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543066505204970" MIME-Version: 1.0 Date: Sat, 24 Nov 2018 13:35:05 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/time/libical To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181124133505.CD542FB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1543066505204970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Nov 24 13:35:05 UTC 2018 Modified Files: pkgsrc/time/libical: Makefile Log Message: libical: Explicitly disable BDB because if it's found, packaging will break. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/libical/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1543066505204970 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/libical/Makefile diff -u pkgsrc/time/libical/Makefile:1.17 pkgsrc/time/libical/Makefile:1.18 --- pkgsrc/time/libical/Makefile:1.17 Wed Aug 22 09:47:14 2018 +++ pkgsrc/time/libical/Makefile Sat Nov 24 13:35:05 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:14 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2018/11/24 13:35:05 nia Exp $ # DISTNAME= libical-3.0.3 @@ -16,6 +16,7 @@ USE_TOOLS+= perl pkg-config USE_CMAKE= yes CMAKE_ARGS+= -DUSE_BUILTIN_TZDATA=false CMAKE_ARGS+= -DICAL_BUILD_DOCS=false +CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_BDB=true MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= libical.pc.in src/libical-glib/libical-glib.pc.in --_----------=_1543066505204970--