Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e200df84b506
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 481e7cb9ad2e
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 5, 2022

  1. hamlib: bump version

    threedeyes committed Jan 5, 2022
    Copy the full SHA
    481e7cb View commit details
Showing with 31 additions and 7 deletions.
  1. +7 −6 media-libs/hamlib/{hamlib-4.2.recipe → hamlib-4.4.recipe}
  2. +24 −1 media-libs/hamlib/patches/{hamlib-4.2.patchset → hamlib-4.4.patchset}
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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