Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8DCAA7A20D for ; Mon, 19 Sep 2016 15:09:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 40E3485E45; Mon, 19 Sep 2016 15:09:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED54B8609C for ; Mon, 19 Sep 2016 15:02:08 +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 UiFjNddr6h9W for ; Mon, 19 Sep 2016 15:02:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4468D86318 for ; Mon, 19 Sep 2016 13:40:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 424B9FBD1; Mon, 19 Sep 2016 13:40:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474292433192330" MIME-Version: 1.0 Date: Mon, 19 Sep 2016 13:40:33 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160919134033.424B9FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474292433192330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Mon Sep 19 13:40:33 UTC 2016 Modified Files: pkgsrc/sysutils/boxbackup-client: Makefile pkgsrc/sysutils/boxbackup-server: Makefile Log Message: wants gmake To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/boxbackup-client/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/boxbackup-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474292433192330 Content-Disposition: inline Content-Length: 1376 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/boxbackup-client/Makefile diff -u pkgsrc/sysutils/boxbackup-client/Makefile:1.17 pkgsrc/sysutils/boxbackup-client/Makefile:1.18 --- pkgsrc/sysutils/boxbackup-client/Makefile:1.17 Sat Jul 9 06:38:58 2016 +++ pkgsrc/sysutils/boxbackup-client/Makefile Mon Sep 19 13:40:33 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/09/19 13:40:33 wiedi Exp $ # DISTNAME= boxbackup-0.11.1 @@ -16,7 +16,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_LANGUAGES= c++ -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run gmake REPLACE_PERL+= bin/bbackupd/bbackupd-config Index: pkgsrc/sysutils/boxbackup-server/Makefile diff -u pkgsrc/sysutils/boxbackup-server/Makefile:1.17 pkgsrc/sysutils/boxbackup-server/Makefile:1.18 --- pkgsrc/sysutils/boxbackup-server/Makefile:1.17 Sat Jul 9 06:38:58 2016 +++ pkgsrc/sysutils/boxbackup-server/Makefile Mon Sep 19 13:40:33 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/09/19 13:40:33 wiedi Exp $ # DISTNAME= boxbackup-0.11.1 @@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_LANGUAGES= c++ -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run gmake REPLACE_PERL+= bin/bbstored/bbstored-certs bin/bbstored/bbstored-config REPLACE_PERL+= lib/raidfile/raidfile-config --_----------=_1474292433192330--