ports/147974: [patch] audio/xmms-flac fix depends
Andrius Morkunas
hinokind at gmail.com
Fri Jun 18 14:40:06 UTC 2010
>Number: 147974
>Category: ports
>Synopsis: [patch] audio/xmms-flac fix depends
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 18 14:40:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Andrius Morkunas
>Release:
>Organization:
>Environment:
>Description:
Add missing dependencies.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN audio/xmms-flac.orig/Makefile audio/xmms-flac/Makefile
--- audio/xmms-flac.orig/Makefile 2009-08-22 00:13:24.000000000 +0000
+++ audio/xmms-flac/Makefile 2010-06-18 14:27:36.664834105 +0000
@@ -7,7 +7,7 @@
PORTNAME= xmms-flac
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/flac/flac-src/flac-${PORTVERSION}-src
DISTNAME= flac-${PORTVERSION}
@@ -16,9 +16,16 @@
COMMENT= XMMS input plugin for playing FLAC files
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
- FLAC.10:${PORTSDIR}/audio/flac
+ FLAC.10:${PORTSDIR}/audio/flac \
+ pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \
+ ogg.7:${PORTSDIR}/audio/libogg \
+ xcb.2:${PORTSDIR}/x11/libxcb
USE_AUTOTOOLS= libtool:22
+USE_GETTEXT= yes
+USE_GNOME= gtk12
+USE_ICONV= yes
+USE_XORG= x11 xau xdmcp xext xi
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}" \
--with-xmms-prefix="${LOCALBASE}"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list