aboutsummaryrefslogtreecommitdiff
path: root/audio/audacious-dumb
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-12-02 17:31:04 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2009-12-02 17:31:04 +0000
commit0196b197b8892e23087eb90718eb8a5a89852b07 (patch)
treeeecafb58c9d014ad9280ff1ca0573ee16542236b /audio/audacious-dumb
parentab967efa71152846dc46cc2a7a04a860f0648a1f (diff)
downloadports-0196b197b8892e23087eb90718eb8a5a89852b07.tar.gz
ports-0196b197b8892e23087eb90718eb8a5a89852b07.zip
Notes
Diffstat (limited to 'audio/audacious-dumb')
-rw-r--r--audio/audacious-dumb/Makefile2
-rw-r--r--audio/audacious-dumb/files/patch-Makefile4
-rw-r--r--audio/audacious-dumb/files/patch-audacious-dumb.c11
3 files changed, 14 insertions, 3 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile
index 6fdf0c0dfdac..91eae5df4668 100644
--- a/audio/audacious-dumb/Makefile
+++ b/audio/audacious-dumb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= audacious-dumb
PORTVERSION= 0.57
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.netswarm.net/misc/ \
CRITICAL
diff --git a/audio/audacious-dumb/files/patch-Makefile b/audio/audacious-dumb/files/patch-Makefile
index 98832e186b01..7536885198a4 100644
--- a/audio/audacious-dumb/files/patch-Makefile
+++ b/audio/audacious-dumb/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2007-10-28 19:36:45.000000000 +0100
-+++ Makefile 2007-11-28 15:07:03.000000000 +0100
+--- ./Makefile.orig 2008-01-27 20:32:05.000000000 +0100
++++ ./Makefile 2009-12-02 00:14:08.000000000 +0100
@@ -7,7 +7,7 @@
CC ?= gcc
CFLAGS ?= -O2 -pipe
diff --git a/audio/audacious-dumb/files/patch-audacious-dumb.c b/audio/audacious-dumb/files/patch-audacious-dumb.c
new file mode 100644
index 000000000000..4774feb6b91e
--- /dev/null
+++ b/audio/audacious-dumb/files/patch-audacious-dumb.c
@@ -0,0 +1,11 @@
+--- ./audacious-dumb.c.orig 2009-12-02 00:14:15.000000000 +0100
++++ ./audacious-dumb.c 2009-12-02 00:14:26.000000000 +0100
+@@ -49,7 +49,7 @@
+ .stop = stop,
+ .pause = duh_pause,
+ .seek = seek,
+- .get_song_info = get_song_info,
++ NULL,
+ .file_info_box = file_info_box,
+ .get_song_tuple = get_tuple_info,
+ .is_our_file_from_vfs = is_our_file_from_vfs,