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 98E6C7A168 for ; Sun, 18 Sep 2016 22:28:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4C4AF85F28; Sun, 18 Sep 2016 22:28:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D051B85F26 for ; Sun, 18 Sep 2016 22:28:34 +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 sTT333yTb3Al for ; Sun, 18 Sep 2016 22:28:34 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7352C84CFD for ; Sun, 18 Sep 2016 22:28:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A39EFBD1; Sun, 18 Sep 2016 22:28:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474237714151520" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 22:28:34 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/net/librsync To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160918222834.6A39EFBD1@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. --_----------=_1474237714151520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sun Sep 18 22:28:34 UTC 2016 Modified Files: pkgsrc/net/librsync: Makefile Log Message: needs bzip2 and zlib To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/librsync/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474237714151520 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/librsync/Makefile diff -u pkgsrc/net/librsync/Makefile:1.3 pkgsrc/net/librsync/Makefile:1.4 --- pkgsrc/net/librsync/Makefile:1.3 Thu Sep 1 16:16:55 2016 +++ pkgsrc/net/librsync/Makefile Sun Sep 18 22:28:34 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/09/01 16:16:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/09/18 22:28:34 wiedi Exp $ DISTNAME= librsync-2.0.0 CATEGORIES= net @@ -14,5 +14,7 @@ USE_CMAKE= yes USE_TOOLS+= perl USE_LANGUAGES= c c++ +.include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1474237714151520--