mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
axel: bump version.
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Axel tries to accelerate HTTP/FTP downloading process by using \
|
||||
multiple connections for one file. It can use multiple mirrors for a download. \
|
||||
Axel has no dependencies and is lightweight, so it might be useful as a wget \
|
||||
clone on byte-critical systems."
|
||||
HOMEPAGE="https://github.com/eribertomota/axel/"
|
||||
HOMEPAGE="https://github.com/axel-download-accelerator/axel/"
|
||||
COPYRIGHT="2001-2007 Wilmer van der Gaast,
|
||||
2007-2009 Giridhar Appaji Nag,
|
||||
2008-2010 Philipp Hagemeister,
|
||||
@@ -11,9 +11,9 @@ COPYRIGHT="2001-2007 Wilmer van der Gaast,
|
||||
2016 Stephen Thirlwall, and others."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/eribertomota/axel/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b"
|
||||
PATCHES="axel-2.12.patchset"
|
||||
SOURCE_URI="https://github.com/axel-download-accelerator/axel/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39"
|
||||
PATCHES="axel-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
From 72baa8b5f0194657cb7d16a11d1048bc44d65b68 Mon Sep 17 00:00:00 2001
|
||||
From 29aaa1a0f4d6571745e3a2d3cc1666f34b6bd0f2 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Sun, 16 Apr 2017 19:44:33 +0200
|
||||
Subject: Fix for Haiku
|
||||
|
||||
|
||||
diff --git a/src/tcp.c b/src/tcp.c
|
||||
index bf4e128..0843889 100644
|
||||
index eaceeb7..0c0854c 100644
|
||||
--- a/src/tcp.c
|
||||
+++ b/src/tcp.c
|
||||
@@ -38,6 +38,10 @@
|
||||
@@ -40,6 +40,10 @@
|
||||
|
||||
#include "axel.h"
|
||||
|
||||
@@ -20,28 +20,29 @@ index bf4e128..0843889 100644
|
||||
{
|
||||
sprintf( buffer, _("Unable to connect to server %s:%i: %s\n"),
|
||||
--
|
||||
2.12.2
|
||||
2.13.1
|
||||
|
||||
|
||||
From e15fadfefe3708ea2e03440827abf7166a22c046 Mon Sep 17 00:00:00 2001
|
||||
From 11ec6d6f36e0ae01bd30a0c254870f8581207f1f Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Sun, 16 Apr 2017 19:54:03 +0200
|
||||
Subject: Haiku specific lib
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 663640f..a6eced5 100644
|
||||
index 5efede4..dc4c353 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -71,6 +71,9 @@ HP-UX )
|
||||
@@ -79,6 +79,9 @@ HP-UX )
|
||||
fi
|
||||
LDFLAGS="$LDFLAGS $AXEL_EXTRA_FLAGS -lintl -lpthread"
|
||||
LDFLAGS="$LDFLAGS $AXEL_EXTRA_FLAGS -lpthread"
|
||||
;;
|
||||
+Haiku )
|
||||
+ LDFLAGS="$LDFLAGS -lnetwork -lintl"
|
||||
+ LDFLAGS="$LDFLAGS -lnetwork"
|
||||
+;;
|
||||
* )
|
||||
LDFLAGS="$LDFLAGS -lintl -pthread"
|
||||
LDFLAGS="$LDFLAGS -pthread"
|
||||
;;
|
||||
--
|
||||
2.12.2
|
||||
2.13.1
|
||||
|
||||
Reference in New Issue
Block a user