aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-07-20 05:38:37 +0800
committermadpilot <madpilot@FreeBSD.org>2013-07-20 05:38:37 +0800
commit69c55efa2ebca24577adf9ee83f51760abe72aa9 (patch)
treea23b862419eba70efcb3757f41d292e84b99916b
parentd6a4a71c7bef929b3e2317257f823191369b9d47 (diff)
downloadfreebsd-ports-gnome-69c55efa2ebca24577adf9ee83f51760abe72aa9.tar.gz
freebsd-ports-gnome-69c55efa2ebca24577adf9ee83f51760abe72aa9.tar.zst
freebsd-ports-gnome-69c55efa2ebca24577adf9ee83f51760abe72aa9.zip
- Update to 0.4.15
- Fix build with clang PR: ports/180455 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
-rw-r--r--audio/lmms/Makefile2
-rw-r--r--audio/lmms/distinfo4
-rw-r--r--audio/lmms/files/patch-plugins_zynaddsubfx_fltk_FL_Fl_Widget.H10
3 files changed, 13 insertions, 3 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile
index dcf2aa521f1f..0f731fd7e959 100644
--- a/audio/lmms/Makefile
+++ b/audio/lmms/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lmms
-PORTVERSION= 0.4.14
+PORTVERSION= 0.4.15
PORTEPOCH= 2
CATEGORIES= audio
MASTER_SITES= SF
diff --git a/audio/lmms/distinfo b/audio/lmms/distinfo
index f4f88a5d91a8..396a4c0255c2 100644
--- a/audio/lmms/distinfo
+++ b/audio/lmms/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lmms-0.4.14.tar.bz2) = 2cdf65009682112107270be09e030fc9db4a467838b2ec39669cc39ade66ec69
-SIZE (lmms-0.4.14.tar.bz2) = 14213318
+SHA256 (lmms-0.4.15.tar.bz2) = 0104caaea8adf7b51b0fc4ff2ab26364d1da5751a8fcbf6772704c8ef57a020b
+SIZE (lmms-0.4.15.tar.bz2) = 14211150
diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_FL_Fl_Widget.H b/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_FL_Fl_Widget.H
new file mode 100644
index 000000000000..424b212ac0d4
--- /dev/null
+++ b/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_FL_Fl_Widget.H
@@ -0,0 +1,10 @@
+--- plugins/zynaddsubfx/fltk/FL/Fl_Widget.H 2013-06-11 22:57:16.000000000 +0200
++++ plugins/zynaddsubfx/fltk/FL/Fl_Widget.H 2013-07-19 13:58:16.000000000 +0200
+@@ -108,6 +108,7 @@
+ */
+ class FL_EXPORT Fl_Widget {
+ friend class Fl_Group;
++ friend class Fl_X;
+
+ Fl_Group* parent_;
+ Fl_Callback* callback_;