Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 21:20:03 GMT
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/147973: [patch] audio/xmmsctrl fix depends
Message-ID:  <201007152120.o6FLK3Zk007354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/147973; it has been noted by GNATS.

From: "Jason E. Hale" <bsdkaffee@gmail.com>
To: bug-followup@freebsd.org,
 hinokind@gmail.com
Cc:  
Subject: Re: ports/147973: [patch] audio/xmmsctrl fix depends
Date: Thu, 15 Jul 2010 17:10:09 -0400

 This really isn't necessary.  Xmmsctrl is a commandline utility that 
 indirectly depends on gtk12 and x11 because of the direct dependency on xmms.  
 It links to libxmms, so xmms is the port that needs to make sure all of these 
 other ports are installed.  Xmmsctrl uses the xmms-config utility provided by 
 xmms to get the libraries that xmms linked to.  Gettext is not used either; 
 there is no international documentation installed.
 
 As long as multimedia/xmms is installed and working (which is what xmmsctrl 
 currently pulls in for build/run), xmmsctrl should build and run.  I am not 
 seeing any build problems, so I would rather not clutter the Makefile with 
 these other things.
 
 - Jason



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