diff options
author | oliver <oliver@FreeBSD.org> | 2009-12-03 01:31:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-12-03 01:31:04 +0800 |
commit | 7aaeeacc5016a917b40fe24b445d7c0e8d215c20 (patch) | |
tree | 0a98680dac2ac7d0ef596a478b98cd562267f7be /audio | |
parent | 5bbd456952f0458d1d40f9ecc4ec860f996cf262 (diff) | |
download | freebsd-ports-gnome-7aaeeacc5016a917b40fe24b445d7c0e8d215c20.tar.gz freebsd-ports-gnome-7aaeeacc5016a917b40fe24b445d7c0e8d215c20.tar.zst freebsd-ports-gnome-7aaeeacc5016a917b40fe24b445d7c0e8d215c20.zip |
update audacious to 2.2
bump portrevisions on dependent ports
mark audacious-crossfade BROKEN since it is no longer compatible with audacious
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacious-crossfade/Makefile | 2 | ||||
-rw-r--r-- | audio/audacious-dumb/Makefile | 2 | ||||
-rw-r--r-- | audio/audacious-dumb/files/patch-Makefile | 4 | ||||
-rw-r--r-- | audio/audacious-dumb/files/patch-audacious-dumb.c | 11 | ||||
-rw-r--r-- | audio/wmauda/Makefile | 2 |
5 files changed, 17 insertions, 4 deletions
diff --git a/audio/audacious-crossfade/Makefile b/audio/audacious-crossfade/Makefile index f279b6f04622..654b6e4744c2 100644 --- a/audio/audacious-crossfade/Makefile +++ b/audio/audacious-crossfade/Makefile @@ -13,4 +13,6 @@ CPPFLAGS+= -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/atk-1.0 MASTERDIR= ${.CURDIR}/../xmms-crossfade +BROKEN= Does not compile + .include "${MASTERDIR}/Makefile" 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, diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index fbddcf73c231..f14e09210a8d 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmauda PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio windowmaker MASTER_SITES= http://www.netswarm.net/misc/ \ ${MASTER_SITE_GENTOO} |