diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-05-28 06:58:34 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-05-28 06:58:34 +0800 |
commit | 4c02a6138faec50c29380ed976da2bb3d56da986 (patch) | |
tree | 5352df2233691a02ad4eaf39fcd2bd87748552ee /audio/gxmms2 | |
parent | 56fb4847798b25ae4312e35be2c0f692fe9c32b7 (diff) | |
download | freebsd-ports-gnome-4c02a6138faec50c29380ed976da2bb3d56da986.tar.gz freebsd-ports-gnome-4c02a6138faec50c29380ed976da2bb3d56da986.tar.zst freebsd-ports-gnome-4c02a6138faec50c29380ed976da2bb3d56da986.zip |
- Update XMMS2 to DrJekyll
- Update Esperanza to 0.3
- Update xmms2-scrobbler to 0.1.3
- Update gx2osd to 0.2
- Mark ports which have not been updated to the refactored playlist api BROKEN:
azrael, euphoria[1], gxmms2, nyello, shellac, snett
- Mark BROKEN bindings which have been removed or fail to configure:
java, ruby-ecore
XMMS2 has gone through some very big changes including the introduction of a new
mechanism for managing music which treats the media library as a DAG, more details
about all the changes can be found at:
http://wiki.xmms2.xmms.se/index.php/Release:DrJekyll
Approved by: stas [1]
Diffstat (limited to 'audio/gxmms2')
-rw-r--r-- | audio/gxmms2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gxmms2/Makefile b/audio/gxmms2/Makefile index f1a8ed48a294..773043854411 100644 --- a/audio/gxmms2/Makefile +++ b/audio/gxmms2/Makefile @@ -25,6 +25,8 @@ PLIST_FILES= bin/gxmms2 \ %%DATADIR%%/gxmms2_mini.xpm PLIST_DIRS= %%DATADIR%% +BROKEN= Not updated to DrJekyll clientlib API + .include <bsd.port.pre.mk> do-install: |