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/snett | |
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/snett')
-rw-r--r-- | audio/snett/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/snett/Makefile b/audio/snett/Makefile index 5c7e77898cc0..817d24f335ea 100644 --- a/audio/snett/Makefile +++ b/audio/snett/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes NO_BUILD= yes +BROKEN= Not updated to the DrJekyll clientlib API do-install: @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET} |