pkgsrc-WIP-changes archive

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

htslib: Add patch for NetBSD cpp expansion



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri May 19 10:21:03 2017 -0500
Changeset:	6560ffaf0949eff3b8e001c9c1ab65460f8d1799

Modified Files:
	htslib/distinfo
	samtools/TODO

Log Message:
htslib: Add patch for NetBSD cpp expansion

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6560ffaf0949eff3b8e001c9c1ab65460f8d1799

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 htslib/distinfo | 1 +
 samtools/TODO   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/htslib/distinfo b/htslib/distinfo
index 8a1b983cea..5418fbd8c4 100644
--- a/htslib/distinfo
+++ b/htslib/distinfo
@@ -6,3 +6,4 @@ SHA512 (htslib-1.3.2.tar.gz) = f40f69c895046ab4cbb992f02926d9152b4e8e6a9ba54513f
 Size (htslib-1.3.2.tar.gz) = 1066181 bytes
 SHA1 (patch-Makefile) = 5508f222237a33afde7474d8b7e6c999641316d6
 SHA1 (patch-hfile__libcurl.c) = 5369ce80563a57917192760e9673398f383bf71e
+SHA1 (patch-htslib_ksort.h) = 523e20d4c60ae847526a304be383efad8ec2e623
diff --git a/samtools/TODO b/samtools/TODO
index b2e3b56f25..8d76b5b6cc 100644
--- a/samtools/TODO
+++ b/samtools/TODO
@@ -1 +1,3 @@
-Clean up and test.
+
+KSORT_INIT_GENERIC(uint16_t) is expanded to KSORT_INIT_GENERIC(__uint16_t)
+on NetBSD, causing undefined reference to ks_introsort_uint32_t.


Home | Main Index | Thread Index | Old Index