Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 00:38:51 +0900
From:      Norikatsu Shigemura <nork@ninth-nine.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36253: misc/xosd cannot link to libxmms.so
Message-ID:  <200203241539.g2OFdSZ07746@nd250009.gab.xdsl.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         36253
>Category:       ports
>Synopsis:       misc/xosd cannot link to libxmms.so
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 24 07:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Ensure Technology Ltd. (http://www.ensure-tech.co.jp)
>Environment:
System: FreeBSD sakura.ninth-nine.com 4.5-STABLE FreeBSD 4.5-STABLE #80: Mon Mar 11 01:30:52 JST 2002 nork@sakura.ninth-nine.com:/usr/obj/usr/src/sys/SAKURA i386
>Description:
	Major version of xmms's library, libxmms.so, is now 3.
	But xosd is refer to 2.
>How-To-Repeat:
	ls /usr/X11R6/lib/libxmms.so*
>Fix:

--- xosd.diff begins here ---
--- misc/xosd/Makefile.orig	Tue Jan 29 01:12:08 2002
+++ misc/xosd/Makefile	Mon Mar 25 00:31:41 2002
@@ -16,7 +16,7 @@
 
 LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 .if defined(WITH_XMMS)
-LIB_DEPENDS+=	xmms.2:${PORTSDIR}/audio/xmms
+LIB_DEPENDS+=	xmms.3:${PORTSDIR}/audio/xmms
 .endif
 
 XMMS_CONFIG?=	${X11BASE}/bin/xmms-config
--- xosd.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203241539.g2OFdSZ07746>