ports/95218: [PATCH] audio/ruby-xmms2: Unbreak build
Alexander Botero-Lowry
alex at foxybanana.com
Sun Apr 2 06:20:17 UTC 2006
>Number: 95218
>Category: ports
>Synopsis: [PATCH] audio/ruby-xmms2: Unbreak build
>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: Sun Apr 02 06:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Alexander Botero-Lowry
>Release: FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb 7 19:06:16 PST
>Description:
- switch to a pkg-plist so as to override master port's plist
- add master port as a run dependency
Added file(s):
- pkg-plist
Port maintainer (alex at foxybanana.com) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- ruby18-xmms2-0.2.d.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/ruby-xmms2/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/ruby-xmms2/Makefile
--- /usr/ports/audio/ruby-xmms2/Makefile Fri Mar 31 19:53:48 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/ruby-xmms2/Makefile Sat Apr 1 21:57:29 2006
@@ -2,7 +2,7 @@
# Date created: 18 Mar 2006
# Whom: Alexander Botero-Lowry <alex at foxybanana.com>
#
-# $FreeBSD: ports/audio/ruby-xmms2/Makefile,v 1.1 2006/04/01 03:53:48 edwin Exp $
+# $FreeBSD: $
#
CATEGORIES= audio ruby
@@ -11,13 +11,15 @@
MAINTAINER= alex at foxybanana.com
COMMENT= Ruby Bindings for XMMS2
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
+RUN_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
+
MASTERDIR= ${.CURDIR}/../xmms2
USE_RUBY= yes
USE_GNOME= glib20
-PLIST_FILES= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so \
- ${RUBY_SITEARCHLIBDIR}/xmmsclient_glib.so
+PLIST= ${.CURDIR}/pkg-plist
SCONS_TARGET= src/clients/lib/ruby/xmmsclient.so \
src/clients/lib/ruby/xmmsclient_glib.so
diff -ruN --exclude=CVS /usr/ports/audio/ruby-xmms2/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/ruby-xmms2/pkg-plist
--- /usr/ports/audio/ruby-xmms2/pkg-plist Wed Dec 31 16:00:00 1969
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/ruby-xmms2/pkg-plist Sat Apr 1 21:44:26 2006
@@ -0,0 +1,2 @@
+%%RUBY_SITEARCHLIBDIR%%/xmmsclient.so
+%%RUBY_SITEARCHLIBDIR%%/xmmsclient_glib.so
--- ruby18-xmms2-0.2.d.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list