summaryrefslogtreecommitdiff
path: root/audio/ruby-xmms2-ecore
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-05-27 22:58:34 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-05-27 22:58:34 +0000
commita4deae8088def95d808fbcb497e3a52724d16b74 (patch)
treeeb4491afbc2688a231e65d74641cfae5cda3229a /audio/ruby-xmms2-ecore
parent- Update to 1.4.6 (diff)
- 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]
Notes
Notes: svn path=/head/; revision=192151
Diffstat (limited to 'audio/ruby-xmms2-ecore')
-rw-r--r--audio/ruby-xmms2-ecore/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/audio/ruby-xmms2-ecore/Makefile b/audio/ruby-xmms2-ecore/Makefile
index cdcf58a38a2f..14231af03652 100644
--- a/audio/ruby-xmms2-ecore/Makefile
+++ b/audio/ruby-xmms2-ecore/Makefile
@@ -12,8 +12,8 @@ PKGNAMESUFFIX= -ecore
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Ruby ecore mainloop bindings for XMMS2
-BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2
-RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2
+BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2
+RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2
LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore
MASTERDIR= ${.CURDIR}/../xmms2
@@ -24,19 +24,8 @@ USE_LDCONFIG= yes
PLIST= ${.CURDIR}/pkg-plist
-SCONS_TARGET= src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
- src/clients/lib/ruby/xmmsclient_ecore.so
-XMMS2_SLAVE= ruby-ecore
+BROKEN= Fails to configure (can not find ecore-config)
-do-install:
- @cd ${WRKSRC} && ${INSTALL_PROGRAM} \
- src/clients/lib/ruby/xmmsclient_ecore.so \
- ${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so
- @cd ${WRKSRC} && ${INSTALL_PROGRAM} \
- src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
- ${PREFIX}/lib/libxmmsclient-ecore.so
- @cd ${WRKSRC} && ${INSTALL_PROGRAM} \
- src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.a \
- ${PREFIX}/lib/libxmmsclient-ecore.a
+XMMS2_SLAVE= ruby-ecore
.include "${MASTERDIR}/Makefile"