Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/biology/htslib bioloty/htslib: Correct bl2 (ABI bump, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6984d225373
branches:  trunk
changeset: 435984:a6984d225373
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Wed Jul 22 15:36:55 2020 +0000

description:
bioloty/htslib: Correct bl2 (ABI bump, not API)

Also add -if to autoreconf

diffstat:

 biology/htslib/Makefile      |  5 +++--
 biology/htslib/buildlink3.mk |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 0d4418fba7dc -r a6984d225373 biology/htslib/Makefile
--- a/biology/htslib/Makefile   Wed Jul 22 15:23:56 2020 +0000
+++ b/biology/htslib/Makefile   Wed Jul 22 15:36:55 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/07/22 14:50:14 bacon Exp $
+# $NetBSD: Makefile,v 1.17 2020/07/22 15:36:55 bacon Exp $
 
 DISTNAME=      htslib-1.10.2
+PKGREVISION=   1
 CATEGORIES=    biology
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=samtools/}
 
@@ -24,7 +25,7 @@
 TEST_TARGET=           test
 
 pre-configure:
-       cd ${WRKSRC} && autoreconf
+       cd ${WRKSRC} && autoreconf -if
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
diff -r 0d4418fba7dc -r a6984d225373 biology/htslib/buildlink3.mk
--- a/biology/htslib/buildlink3.mk      Wed Jul 22 15:23:56 2020 +0000
+++ b/biology/htslib/buildlink3.mk      Wed Jul 22 15:36:55 2020 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2020/07/22 14:50:14 bacon Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2020/07/22 15:36:55 bacon Exp $
 
 BUILDLINK_TREE+=       htslib
 
 .if !defined(HTSLIB_BUILDLINK3_MK)
 HTSLIB_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.htslib+= htslib>=1.10.2
+BUILDLINK_API_DEPENDS.htslib+= htslib>=1.8
+BUILDLINK_ABI_DEPENDS.htslib+= htslib>=1.10.2
 BUILDLINK_PKGSRCDIR.htslib?=   ../../biology/htslib
 
 .endif # HTSLIB_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index