Date: Tue, 18 May 2021 18:44:53 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5dddc26f3ea1 - main - audio/soundtracker: Backport the bugfix patch from the upstream Message-ID: <202105181844.14IIira1069763@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dddc26f3ea15f0a5e8c224289a95fa1fdacaf43 commit 5dddc26f3ea15f0a5e8c224289a95fa1fdacaf43 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-18 18:43:56 +0000 Commit: Yuri Victorovich <yuri@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105181844.14IIira1069763>