mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
axel: bump version.
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="2001-2007 Wilmer van der Gaast,
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/axel-download-accelerator/axel/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39"
|
||||
CHECKSUM_SHA256="0e223f18954e4c6c34b882a474c526b9c7d107168220c2f3892598248236a172"
|
||||
PATCHES="axel-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
@@ -49,6 +49,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
touch man/axel.1
|
||||
autoreconf -i
|
||||
runConfigure ./configure
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
From 29aaa1a0f4d6571745e3a2d3cc1666f34b6bd0f2 Mon Sep 17 00:00:00 2001
|
||||
From c59fbaf00a62fdf8c9a16cb84d3ec7b9575c01f4 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 eaceeb7..0c0854c 100644
|
||||
index 0fa13b3..c41993a 100644
|
||||
--- a/src/tcp.c
|
||||
+++ b/src/tcp.c
|
||||
@@ -40,6 +40,10 @@
|
||||
@@ -16,24 +16,24 @@ index eaceeb7..0c0854c 100644
|
||||
+#include <sys/sockio.h>
|
||||
+#endif
|
||||
+
|
||||
static void tcp_error( char *buffer, char *hostname, int port, const char *reason )
|
||||
static void
|
||||
tcp_error(char *buffer, char *hostname, int port, const char *reason)
|
||||
{
|
||||
sprintf( buffer, _("Unable to connect to server %s:%i: %s\n"),
|
||||
--
|
||||
2.13.1
|
||||
2.14.2
|
||||
|
||||
|
||||
From 11ec6d6f36e0ae01bd30a0c254870f8581207f1f Mon Sep 17 00:00:00 2001
|
||||
From c43511cc739554eed9b2146547614b6ca77aa557 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 5efede4..dc4c353 100644
|
||||
index 2c2d592..3d97469 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -79,6 +79,9 @@ HP-UX )
|
||||
@@ -80,6 +80,9 @@ HP-UX )
|
||||
fi
|
||||
LDFLAGS="$LDFLAGS $AXEL_EXTRA_FLAGS -lpthread"
|
||||
;;
|
||||
@@ -44,5 +44,5 @@ index 5efede4..dc4c353 100644
|
||||
LDFLAGS="$LDFLAGS -pthread"
|
||||
;;
|
||||
--
|
||||
2.13.1
|
||||
2.14.2
|
||||
|
||||
Reference in New Issue
Block a user