Received: by mail.netbsd.org (Postfix, from userid 605) id F18BB84DEF; Fri, 29 Mar 2019 09:52:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DAB684DDB for ; Fri, 29 Mar 2019 09:52:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GMTj_zlKmGip for ; Fri, 29 Mar 2019 09:52:01 +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 C8BCC84CDA for ; Fri, 29 Mar 2019 09:52:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C35CEFB16; Fri, 29 Mar 2019 09:52:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155385312030600" MIME-Version: 1.0 Date: Fri, 29 Mar 2019 09:52:00 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/databases/ldb To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20190329095200.C35CEFB16@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. --_----------=_155385312030600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Fri Mar 29 09:52:00 UTC 2019 Modified Files: pkgsrc/databases/ldb: Makefile Log Message: Fix ldb build as per suggestion from wiz@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ldb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155385312030600 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ldb/Makefile diff -u pkgsrc/databases/ldb/Makefile:1.2 pkgsrc/databases/ldb/Makefile:1.3 --- pkgsrc/databases/ldb/Makefile:1.2 Wed Mar 27 10:08:42 2019 +++ pkgsrc/databases/ldb/Makefile Fri Mar 29 09:52:00 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/03/27 10:08:42 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/03/29 09:52:00 prlw1 Exp $ # Before updating, make sure net/samba4 supports the newer version. DISTNAME= ldb-1.5.4 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../.. PYTHON_VERSIONS_INCOMPATIBLE= 27 -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config HAS_CONFIGURE= yes CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= ${WRKSRC}/buildtools/bin/waf --_----------=_155385312030600--