ports/95217: [PATCH] audio/py-xmms2: Unbreak build
Alexander Botero-Lowry
alex at foxybanana.com
Sun Apr 2 06:20:16 UTC 2006
>Number: 95217
>Category: ports
>Synopsis: [PATCH] audio/py-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:14 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 the master port's plist
- add the 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:
--- py24-xmms2-0.2.d.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/py-xmms2/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/py-xmms2/Makefile
--- /usr/ports/audio/py-xmms2/Makefile Fri Mar 31 19:52:52 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/py-xmms2/Makefile Sat Apr 1 21:58:37 2006
@@ -2,7 +2,7 @@
# Date created: 18 Mar 2006
# Whom: Alexander Botero-Lowry <alex at foxybanana.com>
#
-# $FreeBSD: ports/audio/py-xmms2/Makefile,v 1.1 2006/04/01 03:52:52 edwin Exp $
+# $FreeBSD: $
#
CATEGORIES= audio python
@@ -11,13 +11,15 @@
MAINTAINER= alex at foxybanana.com
COMMENT= Python Bindings for XMMS2
-BUILD_DEPENDS= pyrex:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex \
+ ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
+RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USE_PYTHON= yes
-PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR}/xmmsclient.so
+PLIST= ${.CURDIR}/pkg-plist
SCONS_TARGET= src/clients/lib/python/xmmsclient.so
XMMS2_SLAVE= python
diff -ruN --exclude=CVS /usr/ports/audio/py-xmms2/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/py-xmms2/pkg-plist
--- /usr/ports/audio/py-xmms2/pkg-plist Wed Dec 31 16:00:00 1969
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/py-xmms2/pkg-plist Sat Apr 1 21:58:56 2006
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/xmmsclient.so
--- py24-xmms2-0.2.d.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list