Received: by mail.netbsd.org (Postfix, from userid 605) id AE52584D77; Wed, 27 Mar 2019 20:47:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33F9D84D64 for ; Wed, 27 Mar 2019 20:47:37 +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 x4cXL9zQscKc for ; Wed, 27 Mar 2019 20:47:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86C2784C2B for ; Wed, 27 Mar 2019 20:47:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BAC4FB16; Wed, 27 Mar 2019 20:47:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553719656103380" MIME-Version: 1.0 Date: Wed, 27 Mar 2019 20:47:36 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/biology/samtools To: pkgsrc-changes@NetBSD.org Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20190327204736.7BAC4FB16@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. --_----------=_1553719656103380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Wed Mar 27 20:47:36 UTC 2019 Modified Files: pkgsrc/biology/samtools: Makefile Log Message: biology/samtools: Add zlib dependency for Linux Fixes build on CentOS 7 minimal. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/biology/samtools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553719656103380 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/biology/samtools/Makefile diff -u pkgsrc/biology/samtools/Makefile:1.3 pkgsrc/biology/samtools/Makefile:1.4 --- pkgsrc/biology/samtools/Makefile:1.3 Tue Nov 6 10:49:41 2018 +++ pkgsrc/biology/samtools/Makefile Wed Mar 27 20:47:36 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/11/06 10:49:41 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/03/27 20:47:36 bacon Exp $ DISTNAME= samtools-1.9 CATEGORIES= biology @@ -21,6 +21,7 @@ REPLACE_PERL+= misc/plot-bamstats REPLACE_PERL+= test/test.pl REPLACE_PYTHON= misc/*.py +.include "../../devel/zlib/buildlink3.mk" .include "../../biology/htslib/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/curses.buildlink3.mk" --_----------=_1553719656103380--