mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
hamlib: bump version
This commit is contained in:
@@ -15,10 +15,10 @@ LICENSE="GNU LGPL v2
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/hamlib/files/hamlib/$portVersion/hamlib-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e200b22f307e9a0c826187c2b08fe81c7d0283cf07056e6db3463d1481580fd5"
|
||||
CHECKSUM_SHA256="8bf0107b071f52f08587f38e2dee8a7848de1343435b326f8f66d95e1f8a2487"
|
||||
PATCHES="hamlib-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -31,10 +31,11 @@ PROVIDES="
|
||||
cmd:rigmem$secondaryArchSuffix
|
||||
cmd:rigsmtr$secondaryArchSuffix
|
||||
cmd:rigswr$secondaryArchSuffix
|
||||
cmd:rigtestlibusb$secondaryArchSuffix
|
||||
cmd:rotctl$secondaryArchSuffix
|
||||
cmd:rotctld$secondaryArchSuffix
|
||||
lib:libhamlib$secondaryArchSuffix = 4.0.2 compat >= 4
|
||||
lib:libhamlib++$secondaryArchSuffix = 4.0.2 compat >= 4
|
||||
lib:libhamlib$secondaryArchSuffix = 4.0.4 compat >= 4
|
||||
lib:libhamlib++$secondaryArchSuffix = 4.0.4 compat >= 4
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -44,8 +45,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
hamlib${secondaryArchSuffix}_devel = $portVersion compat >= 4
|
||||
devel:libhamlib$secondaryArchSuffix = 4.0.2 compat >= 4
|
||||
devel:libhamlib++$secondaryArchSuffix = 4.0.2 compat >= 4
|
||||
devel:libhamlib$secondaryArchSuffix = 4.0.4 compat >= 4
|
||||
devel:libhamlib++$secondaryArchSuffix = 4.0.4 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
hamlib$secondaryArchSuffix == $portVersion base
|
||||
@@ -1,4 +1,4 @@
|
||||
From e48d43a51136606e6a26d236603b0c2f262aa619 Mon Sep 17 00:00:00 2001
|
||||
From 090a2fb1ad6b0f2a2f9eef76a5c829944fa029be Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Thu, 1 Jul 2021 22:03:21 +0300
|
||||
Subject: Haiku patch
|
||||
@@ -89,3 +89,26 @@ index 03f4e76..0438bad 100644
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
From ed772628e0e5ecfd37804846669a230c6e03430d Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Wed, 5 Jan 2022 15:02:32 +1000
|
||||
Subject: Fix missing simbols
|
||||
|
||||
|
||||
diff --git a/src/event.c b/src/event.c
|
||||
index 0438bad..039a869 100644
|
||||
--- a/src/event.c
|
||||
+++ b/src/event.c
|
||||
@@ -215,7 +215,7 @@ int remove_trn_rig(RIG *rig)
|
||||
}
|
||||
|
||||
|
||||
-#if defined(HAVE_SIGACTION) && !defined(__HAIKU__)
|
||||
+#if defined(HAVE_SIGACTION)
|
||||
|
||||
|
||||
/*
|
||||
--
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user