Date: Thu, 6 Jul 2006 22:45:05 -0500 (CDT) From: Alexander Botero-Lowry <alex@foxybanana.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: alex@foxybanana.com Subject: ports/99866: [PATCH] audio/ruby18-xmms2-ecore: update to 0.2DrEvil Message-ID: <200607070345.k673j5Q4021925@Laptop.mine.box> Resent-Message-ID: <200607070350.k673oJIW045344@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99866 >Category: ports >Synopsis: [PATCH] audio/ruby18-xmms2-ecore: update to 0.2DrEvil >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 07 03:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:51:33 CDT 2006 >Description: - Update to 0.2DrEvil >How-To-Repeat: >Fix: --- ruby18-xmms2-ecore-0.2.d.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ruby-xmms2-ecore/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 25 Jun 2006 11:14:38 -0000 1.1 +++ Makefile 7 Jul 2006 03:44:39 -0000 @@ -14,6 +14,7 @@ BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 +LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore MASTERDIR= ${.CURDIR}/../xmms2 @@ -33,6 +34,9 @@ ${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \ - ${LOCALBASE}/lib/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 .include "${MASTERDIR}/Makefile" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/ruby-xmms2-ecore/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 25 Jun 2006 11:14:38 -0000 1.1 +++ pkg-plist 7 Jul 2006 03:44:40 -0000 @@ -1,2 +1,3 @@ %%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so +lib/libxmmsclient-ecore.a lib/libxmmsclient-ecore.so --- ruby18-xmms2-ecore-0.2.d.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607070345.k673j5Q4021925>