mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
gwenhywfar, bump to 5.12.2 (#12980)
This commit is contained in:
@@ -5,7 +5,7 @@ COPYRIGHT="Martin Preuss"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/aqbanking/gwenhywfar/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2b0b9dd49b95f025f4e0c0346ba88e20b893407c444fccf6403a4da349954f04"
|
||||
CHECKSUM_SHA256="64e044f41a4ea59d3c5a7afe77ed8fed3ee850277f9310183bb5fcb0b2329633"
|
||||
PATCHES="gwenhywfar-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -18,7 +18,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="79.10.2"
|
||||
libVersion="79.12.2"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -1,4 +1,4 @@
|
||||
From 83e8464a86e7653b8c21ed3470a24a7a27c0aed2 Mon Sep 17 00:00:00 2001
|
||||
From 320c3a16a778d19ae65758f28a5fd265d791b941 Mon Sep 17 00:00:00 2001
|
||||
From: Javier Steinaker <jsteinaker@gmail.com>
|
||||
Date: Thu, 7 Nov 2024 12:07:29 -0300
|
||||
Subject: Test http, https and TLS against a working domain
|
||||
@@ -44,5 +44,28 @@ index 6ee1dab..cfe4e4f 100644
|
||||
|
||||
baseLayer=sio;
|
||||
--
|
||||
2.45.2
|
||||
2.50.1
|
||||
|
||||
|
||||
From cb6691dad7ff061d10dcc8e8a78f6c9ce38f5d20 Mon Sep 17 00:00:00 2001
|
||||
From: Luc Schrijvers <begasus@gmail.com>
|
||||
Date: Tue, 30 Sep 2025 13:42:08 +0200
|
||||
Subject: Include endian.h for Haiku also (fixes build)
|
||||
|
||||
|
||||
diff --git a/src/os/portable_endian.h b/src/os/portable_endian.h
|
||||
index d9a9f7b..3df897d 100644
|
||||
--- a/src/os/portable_endian.h
|
||||
+++ b/src/os/portable_endian.h
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
-#if defined(__linux__) || defined(__CYGWIN__)
|
||||
+#if defined(__linux__) || defined(__CYGWIN__) || defined(__HAIKU__)
|
||||
|
||||
# include <endian.h>
|
||||
|
||||
--
|
||||
2.50.1
|
||||
|
||||
Reference in New Issue
Block a user