DELTA 537926 0 23 SVN4  Al2subreadENDREP DELTA SVNnx^MPn0\@j }ruI0U !1vjC(_n̜+g$ZbG =1"bC7FICoj`*%F8v)d#L"󻞞?Mq}~VmZ0_fi=cѦchgR㪿zшB+VzaN\*=\"A&7#<󟼟9쬈 K(EiVFV?| 59؆RWLGY7vL/Mc7B`i3C { =k*rB4-hЭE(3)7b @ T%O6}mENDREP DELTA SVN-/--TIMESTAMP = 1591305316 SHA256 (subread-2.0.1-source.tar.gz) = d808eb5b1823c572cb45a97c95a3c5acb3d8e29aa47ec74e3ca1eb345787c17b SIZE (subread-2.0.1-source.tar.gz) = 23260381 ENDREP DELTA SVN% %%x^Wmo6l " ./>ȍW,-ѶJTE*pHQhr"HB=w<%CbL%%5O!{twgxlԟg.z:{,.|{~;ퟮ?L]>{L^߬SM+5wqgm@`7޲顐s)E<_QlPFReH[NК`gdDp2S,@xi+ݰWyD( N䀢#&$rW/`:8Ai) њb!Hi9;h@tsک,өE 5rVZ w<*ǔZr1yS.(,Cǖ^JrY Ƕ, ڐ@hEbs|+ $҅ͅX&Hh>*Lb";׹#4%X;a5A20cm-|\Eb yh}X@8̮?0zP QY)ޙ**CS%8R r ,j_0;E!A:e n|EHEIAN@3,9I!6w LQt6j` V,cF\M$hlv&2t?kW^ 7]fuGPXMT|cWd7#wC>䔌 6|hߓmFC-)wÚuӰl-AbҊPo(ρ2s5xVnݴ lC SH9$^W%WKQkwvjdm? e;q)/emmP"VȰnl-:}DkZ9fHSk.С:8P#0M؀=[ 5vT?UqWttnߑuu9m .;kBJNl~3)jN <[Z~ _5m (P^qs^\8,o1ccȓ -p%y+p7tJJSz%z HaV<rS:R[=jK #o@U;S\Ny RryHENDREP DELTA SVNJLJJ--- HelperFunctions.c.orig 2020-06-04 23:58:40 UTC +++ HelperFunctions.c @@ -845,7 +845,7 @@ int strcmp_number(char * s1, char * s2) int mac_str(char * str_buff) { -#if defined(FREEBSD) || defined(__MINGW32__) +#if defined(__FreeBSD__) || defined(__MINGW32__) return 1; #else #ifdef MACOS @@ -2703,7 +2703,7 @@ void main(){ int get_free_total_mem(size_t * total, size_t * free_mem){ -#ifdef FREEBSD +#ifdef __FreeBSD__ return -1; #endif ENDREP DELTA SVNtvtt--- core-junction.c.orig 2018-11-08 15:19:02 UTC +++ core-junction.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "subread.h" #include "sublog.h" #include "gene-value-index.h" ENDREP DELTA SVN,.,,--- gene-algorithms.c.orig 2020-06-04 23:57:31 UTC +++ gene-algorithms.c @@ -28,7 +28,7 @@ #include #include -#ifndef FREEBSD +#ifndef __FreeBSD__ #include #endif @@ -1563,7 +1563,7 @@ int load_offsets(gene_offset_t* offsets , const char i double miltime(){ double ret; - #ifdef FREEBSD + #ifdef __FreeBSD__ struct timeval tp; struct timezone tz; tz.tz_minuteswest=0; ENDREP DELTA SVN--- input-files.c.orig 2020-06-05 00:33:03 UTC +++ input-files.c @@ -48,7 +48,7 @@ FILE * f_subr_open(const char * fname, const char * mo #ifdef __MINGW32__ return fopen64(fname, mode); #else -#if defined(__LP64__) || defined(_LP64) || defined(MACOS) +#if defined(__LP64__) || defined(_LP64) || defined(MACOS) || defined(__FreeBSD__) return fopen(fname, mode); #else return fopen64(fname, mode); ENDREP DELTA SVNJLJJ--- long-hashtable.c.orig 2020-06-04 23:59:33 UTC +++ long-hashtable.c @@ -22,7 +22,7 @@ #include #ifndef MACOS -#ifndef FREEBSD +#ifndef __FreeBSD__ #include #endif #endif ENDREP DELTA SVN[][[--- longread-one/LRMsorted-hashtable.c.orig 2018-11-08 14:47:43 UTC +++ longread-one/LRMsorted-hashtable.c @@ -22,11 +22,9 @@ #include #include "LRMsorted-hashtable.h" -#ifndef MACOS -#ifndef FREEBSD +#if !defined(__APPLE__) && !defined(__FreeBSD__) #include #endif -#endif #include #include "LRMfile-io.h" ENDREP DELTA SVN~I~~x^S]o@}_qA*5 Y.B A6M}P֗&|sfgB (g~H]N'&gy5NtAW~\]$|0鶻 Hw0{A(]Ϡ@J4H!Y\?8G,/:6kuMd9S@M5r@,q O2jߩ7ldq\ieRyA=kY2ҹk<+Ŧ]f`w;%IŢJ9h0rp/r_??E D$+x ̟"!no}[BKUel{B]:b/u-BL X c\dFfXPxK:'E_>JVސ(t%$J iU1"LWO[m"pwm:p@ *yP ZUPml>@v4qd {@5{RR/;B]\24v1~~MRzK<|D T5$Lz>p^xr6 ߣ-9A|xPY=GxENDREP DELTA SVNfhff--- read-repair.c.orig 2018-11-08 15:20:06 UTC +++ read-repair.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "subread.h" #include "core.h" #include "input-files.h" ENDREP DELTA SVNmomm--- sambam-file.c.orig 2018-11-08 15:20:35 UTC +++ sambam-file.c @@ -30,6 +30,7 @@ #include #include #include +#include #include "subread.h" #include "core.h" #include "gene-algorithms.h" ENDREP DELTA SVN')''--- sorted-hashtable.c.orig 2018-11-08 03:33:50 UTC +++ sorted-hashtable.c @@ -23,11 +23,9 @@ #include #include -#ifndef MACOS -#ifndef FREEBSD +#if !defined(__FreeBSD__) && !defined(__APPLE__) #include #endif -#endif #include #include"core.h" ENDREP DELTA SVN  --- subread.h.orig 2018-11-08 14:46:06 UTC +++ subread.h @@ -102,7 +102,7 @@ #define USE_POSIX_MUTEX_LOCK -#if defined(MACOS) || defined(FREEBSD) || defined(USE_POSIX_MUTEX_LOCK) +#if defined(__APPLE__) || defined(__FreeBSD__) || defined(USE_POSIX_MUTEX_LOCK) typedef pthread_mutex_t subread_lock_t; #define pthread_spinlock_t pthread_mutex_t #define pthread_spin_lock pthread_mutex_lock ENDREP DELTA SVNXEXXx^]A0 E9P;Pt3(:%V눮H%ۗT6,"??3[ ao֒&%G`!X OO# $tn B*`1h؈rXjam5Vrҭ,tK%M˜ -|J^^?wV0G=;Az[0 U(2$~Ĝ&_)E="/Zjjb%aV<ɏtW+n6֙,Rp1;]9w^IYccLGԚZ=ƺвlGBN_~Wqxsm4bBicOM-