Received: by mail.netbsd.org (Postfix, from userid 605) id 1966E84D83; Fri, 14 May 2021 11:51:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55B3D84D81 for ; Fri, 14 May 2021 11:51:40 +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 1yRHbzU4l_Rt for ; Fri, 14 May 2021 11:51:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B02F584CE1 for ; Fri, 14 May 2021 11:51:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADD25FA95; Fri, 14 May 2021 11:51:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620993099256120" MIME-Version: 1.0 Date: Fri, 14 May 2021 11:51:39 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/rvault To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210514115139.ADD25FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620993099256120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri May 14 11:51:39 UTC 2021 Modified Files: pkgsrc/security/rvault: Makefile Log Message: rvault: needs fuse, pkg-config To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/rvault/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620993099256120 Content-Disposition: inline Content-Length: 867 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/rvault/Makefile diff -u pkgsrc/security/rvault/Makefile:1.9 pkgsrc/security/rvault/Makefile:1.10 --- pkgsrc/security/rvault/Makefile:1.9 Wed Apr 21 13:25:21 2021 +++ pkgsrc/security/rvault/Makefile Fri May 14 11:51:39 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/04/21 13:25:21 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/05/14 11:51:39 nia Exp $ DISTNAME= rvault-0.3 PKGREVISION= 4 @@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd WRKSRC= ${WRKDIR}/${DISTNAME}/src NO_CONFIGURE= yes -USE_TOOLS= gmake +USE_TOOLS= gmake pkg-config MAKE_ENV+= LIBSCRYPT_KDF=1 @@ -22,5 +22,6 @@ MAKE_ENV+= BINDIR=${PREFIX}/bin MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} .include "../../security/scrypt/buildlink3.mk" +.include "../../mk/fuse.buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1620993099256120--