From 1a782b3157860d35e79a7b9dceb50bee7a7b7684 Mon Sep 17 00:00:00 2001 From: Vladimir Druzenko Date: Thu, 25 Jul 2024 21:45:39 +0300 Subject: =?UTF-8?q?audio/alsa-plugins:=20update=201.2.7.1=20=E2=86=92=201.?= =?UTF-8?q?2.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also: * refresh patches; * change maintainer from ports@ to rodrigo@ - maintainer other alsa ports: audio/alsa-lib audio/alsa-utils (if he is against changing the maintainer, then I will return the old value ports@). PR: 280144 Approved by: rodrigo (maintainer, timeout > 2 weeks) --- audio/alsa-plugins/files/patch-jack_pcm__jack.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 audio/alsa-plugins/files/patch-jack_pcm__jack.c (limited to 'audio/alsa-plugins/files/patch-jack_pcm__jack.c') diff --git a/audio/alsa-plugins/files/patch-jack_pcm__jack.c b/audio/alsa-plugins/files/patch-jack_pcm__jack.c deleted file mode 100644 index 12ad92846719..000000000000 --- a/audio/alsa-plugins/files/patch-jack_pcm__jack.c +++ /dev/null @@ -1,11 +0,0 @@ ---- jack/pcm_jack.c.orig 2023-11-03 22:31:39 UTC -+++ jack/pcm_jack.c -@@ -603,7 +603,7 @@ static int snd_pcm_jack_open(snd_pcm_t **pcmp, const c - } - - if (client_name == NULL) { -- const char *pname = program_invocation_short_name; -+ const char *pname = getprogname(); - if (!pname[0]) { - pname = "alsa-jack"; - } -- cgit v1.2.3