summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-03-06 00:16:34 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-03-06 00:16:34 +0000
commitf87818e5400b347545eb9ba73cd95121a344a0b4 (patch)
tree8d8c2b9274567c708526a91b62062f9d9755582d /biology
parentmisc/lf: Update 20 -> 21 (diff)
biology/libbigwig: Update 0.4.4 -> 0.4.6
Notes
Notes: svn path=/head/; revision=567439
Diffstat (limited to 'biology')
-rw-r--r--biology/libbigwig/Makefile5
-rw-r--r--biology/libbigwig/distinfo6
-rw-r--r--biology/libbigwig/files/patch-Makefile13
3 files changed, 17 insertions, 7 deletions
diff --git a/biology/libbigwig/Makefile b/biology/libbigwig/Makefile
index eb39857df76b..ec0e43c4f3bf 100644
--- a/biology/libbigwig/Makefile
+++ b/biology/libbigwig/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libbigwig
-DISTVERSION= 0.4.4
+DISTVERSION= 0.4.6
CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
@@ -13,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl
USES= gmake localbase:ldflags
+USE_LDCONFIG= yes
+
USE_GITHUB= yes
GH_ACCOUNT= dpryan79
GH_PROJECT= libBigWig
-USE_LDCONFIG= yes
MAKE_ARGS= LDFLAGS=-L${LOCALBASE}/lib
diff --git a/biology/libbigwig/distinfo b/biology/libbigwig/distinfo
index b02db95dd992..05d7b21ec99a 100644
--- a/biology/libbigwig/distinfo
+++ b/biology/libbigwig/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562863376
-SHA256 (dpryan79-libBigWig-0.4.4_GH0.tar.gz) = 43a2298b2ebadc48103447a3bb4426df1b38d1bec5fa564e50ed2f00cc060478
-SIZE (dpryan79-libBigWig-0.4.4_GH0.tar.gz) = 272926
+TIMESTAMP = 1614989298
+SHA256 (dpryan79-libBigWig-0.4.6_GH0.tar.gz) = eb4ecbd3ae428474a57dab969fa7564ae755310da65be68efa18969e0d132a9e
+SIZE (dpryan79-libBigWig-0.4.6_GH0.tar.gz) = 300805
diff --git a/biology/libbigwig/files/patch-Makefile b/biology/libbigwig/files/patch-Makefile
index 72d27ea0de73..e687cce0eb14 100644
--- a/biology/libbigwig/files/patch-Makefile
+++ b/biology/libbigwig/files/patch-Makefile
@@ -1,6 +1,15 @@
---- Makefile.orig 2019-07-11 16:45:26 UTC
+--- Makefile.orig 2021-02-07 10:20:06 UTC
+++ Makefile
-@@ -71,7 +71,7 @@ clean:
+@@ -9,7 +9,7 @@ LDLIBS =
+ INCLUDES =
+
+ # Create a simple test-program to check if gcc can compile with curl
+-tmpfile:=$(shell mktemp --suffix=.c)
++tmpfile:=$(shell mktemp)
+ $(file >$(tmpfile),#include <curl/curl.h>)
+ $(file >>$(tmpfile),int main() { return 0; })
+ HAVE_CURL:=$(shell $(CC) $(CFLAGS) $(EXTRA_CFLAGS_PIC) $(LIBS) -lcurl $(tmpfile) -o /dev/null >/dev/null 2>&1 && echo "YES")
+@@ -87,7 +87,7 @@ clean:
rm -f *.o libBigWig.a libBigWig.so *.pico test/testLocal test/testRemote test/testWrite test/exampleWrite test/testRemoteManyContigs test/testBigBed test/testIterator example_output.bw
install: libBigWig.a libBigWig.so