git: 5dddc26f3ea1 - main - audio/soundtracker: Backport the bugfix patch from the upstream

Yuri Victorovich yuri at FreeBSD.org
Tue May 18 18:44:53 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5dddc26f3ea15f0a5e8c224289a95fa1fdacaf43

commit 5dddc26f3ea15f0a5e8c224289a95fa1fdacaf43
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-18 18:43:56 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-18 18:44:51 +0000

    audio/soundtracker: Backport the bugfix patch from the upstream
---
 audio/soundtracker/Makefile                   |  1 +
 audio/soundtracker/files/patch-app_gui-subs.h | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index a39cca1cb722..95aeb07ee612 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	soundtracker
 DISTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/
 
diff --git a/audio/soundtracker/files/patch-app_gui-subs.h b/audio/soundtracker/files/patch-app_gui-subs.h
new file mode 100644
index 000000000000..f2bdf900557c
--- /dev/null
+++ b/audio/soundtracker/files/patch-app_gui-subs.h
@@ -0,0 +1,13 @@
+- bugfix patch from the upstream
+
+--- app/gui-subs.h.orig	2021-05-18 18:36:26 UTC
++++ app/gui-subs.h
+@@ -151,7 +151,7 @@ gui_subs_create_slider(const gchar* title,
+     GtkAdjustment** adj,
+     gboolean in_mainwindow)
+ {
+-    return gui_subs_create_slider(title, min, max, changedfunc, adj, in_mainwindow);
++    return gui_subs_create_slider_full(title, min, max, changedfunc, adj, in_mainwindow, NULL);
+ }
+ 
+ GtkWidget* gui_combo_new(GtkListStore* ls);


More information about the dev-commits-ports-all mailing list