FreeBSD Bugzilla – Attachment 252594 Details for
Bug 278390
comms/quisk: update 4.2.19 → 4.2.36
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] comms/quisk: update 4.2.19 → 4.2.36
0001-comms-quisk-update-4.2.19-4.2.36.patch (text/plain), 3.92 KB, created by
Älven
on 2024-08-07 17:14:45 UTC
(
hide
)
Description:
[PATCH] comms/quisk: update 4.2.19 → 4.2.36
Filename:
MIME Type:
Creator:
Älven
Created:
2024-08-07 17:14:45 UTC
Size:
3.92 KB
patch
obsolete
>From eb3efe0fd97ceac9863e22c8f7874f2d29dc3180 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Wed, 7 Aug 2024 17:51:34 +0400 >Subject: [PATCH] comms/quisk: update 4.2.19 â 4.2.36 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >--- > comms/quisk/Makefile | 7 +++---- > comms/quisk/distinfo | 6 +++--- > comms/quisk/files/patch-ac2yd_remote.c | 4 ++-- > comms/quisk/files/patch-setup.py | 6 +++--- > comms/quisk/files/patch-sound.c | 13 ++----------- > comms/quisk/pkg-descr | 0 > 6 files changed, 13 insertions(+), 23 deletions(-) > mode change 100755 => 100644 comms/quisk/pkg-descr > >diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile >index e2780a5c8f89..8a80a4827f91 100644 >--- a/comms/quisk/Makefile >+++ b/comms/quisk/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= quisk >-DISTVERSION= 4.2.19 >-PORTREVISION= 2 >+DISTVERSION= 4.2.36 > CATEGORIES= comms hamradio > MASTER_SITES= PYPI > >@@ -11,9 +10,9 @@ WWW= https://james.ahlstrom.name/quisk/ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/license.txt > >-LIB_DEPENDS= libfftw3.so:math/fftw3 \ >+LIB_DEPENDS= libasound.so:audio/alsa-lib \ >+ libfftw3.so:math/fftw3 \ > libportaudio.so:audio/portaudio \ >- libasound.so:audio/alsa-lib \ > libpulse.so:audio/pulseaudio > > USES= python >diff --git a/comms/quisk/distinfo b/comms/quisk/distinfo >index 7f9681474e85..6fc0944674a8 100644 >--- a/comms/quisk/distinfo >+++ b/comms/quisk/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1687973631 >-SHA256 (quisk-4.2.19.tar.gz) = 8946b29894eee88db4faceda82fe3f0878f45429a13083e77f4b3c9e132c8cd2 >-SIZE (quisk-4.2.19.tar.gz) = 4805584 >+TIMESTAMP = 1723034330 >+SHA256 (quisk-4.2.36.tar.gz) = 4e7e7d1a004fc17e787555c7178d358632fc4b87eb819cd387f6456f297755ca >+SIZE (quisk-4.2.36.tar.gz) = 5151025 >diff --git a/comms/quisk/files/patch-ac2yd_remote.c b/comms/quisk/files/patch-ac2yd_remote.c >index eef5199f5a2f..229719557a49 100644 >--- a/comms/quisk/files/patch-ac2yd_remote.c >+++ b/comms/quisk/files/patch-ac2yd_remote.c >@@ -1,6 +1,6 @@ >---- ac2yd/remote.c.orig 2022-11-30 19:10:07 UTC >+--- ac2yd/remote.c.orig 2023-12-12 20:34:47 UTC > +++ ac2yd/remote.c >-@@ -20,6 +20,7 @@ >+@@ -28,6 +28,7 @@ > #include <sys/socket.h> > #include <arpa/inet.h> > #include <netinet/ip.h> >diff --git a/comms/quisk/files/patch-setup.py b/comms/quisk/files/patch-setup.py >index fdb7c4652a2f..1aeb71e45e45 100644 >--- a/comms/quisk/files/patch-setup.py >+++ b/comms/quisk/files/patch-setup.py >@@ -1,7 +1,7 @@ >---- setup.py.orig 2022-11-19 21:34:46 UTC >+--- setup.py.orig 2024-05-10 17:22:55 UTC > +++ setup.py >-@@ -48,6 +48,15 @@ if sys.platform == "darwin": # Build for Macintosh >- define_macros.append(("QUISK_HAVE_PULSEAUDIO", None)) >+@@ -54,6 +54,15 @@ elif "freebsd" in sys.platform: #Build for FreeBSD >+ define_macros = [("QUISK_HAVE_PULSEAUDIO", None)] # Pulseaudio is in FreeBSD base > Modules = [Extension ('quisk._quisk', include_dirs=['.', base_dir + '/include'], library_dirs=['.', base_dir + '/lib'], > libraries=libraries, sources=sources, define_macros=define_macros)] > +if "freebsd" in sys.platform: #Build for FreeBSD >diff --git a/comms/quisk/files/patch-sound.c b/comms/quisk/files/patch-sound.c >index 335e4db9a755..62c93fa01cca 100644 >--- a/comms/quisk/files/patch-sound.c >+++ b/comms/quisk/files/patch-sound.c >@@ -1,15 +1,6 @@ >---- sound.c.orig 2022-11-01 15:27:27 UTC >+--- sound.c.orig 2024-05-20 18:01:18 UTC > +++ sound.c >-@@ -15,7 +15,7 @@ >- #else >- #include <sys/socket.h> >- #include <arpa/inet.h> >--#include <netinet/ip.h> >-+#include <netinet/in.h> >- #endif >- >- #include "quisk.h" >-@@ -596,7 +596,7 @@ void play_sound_interface(struct sound_dev* dev, int n >+@@ -604,7 +604,7 @@ void play_sound_interface(struct sound_dev* dev, int n > else > dev->cr_correction = (0.5 - dev->cr_average_fill) * dev->play_buf_size; > if (dev->cr_correction != 0) >diff --git a/comms/quisk/pkg-descr b/comms/quisk/pkg-descr >old mode 100755 >new mode 100644 >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 278390
:
250007
|
251007
|
252591
| 252594