Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 13:25:52 +0200 (CEST)
From:      esk@ira.uka.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21698: Missing USE_X_PREFIX in xmms-liveice port
Message-ID:  <200010021125.NAA02907@i30nb2.ira.uka.de>

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

>Number:         21698
>Category:       ports
>Synopsis:       Missing USE_X_PREFIX in xmms-liveice port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 02 04:30:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Espen Skoglund
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Universität Karlsruhe	
>Environment:

	

>Description:

The audio/xmms-liveice port is missing the USE_X_PREFIX in its makefile.
This conflicts with the XMMS port itself which does install the program
with this prefix.  (Thanks to Tobias Reifenberger <treif@mayn.de> for
pointing this out.)

>How-To-Repeat:

	

>Fix:

--- xmms-liveice/Makefile.orig  Mon Oct  2 13:14:12 2000
+++ xmms-liveice/Makefile       Mon Oct  2 13:14:44 2000
@@ -17,6 +17,7 @@
 RUN_DEPENDS=   ${LOCALBASE}/bin/lame:${PORTSDIR}/audio/lame
 
 WRKSRC=                ${WRKDIR}/LiveIce-1.0.0
+USE_X_PREFIX=  yes
 USE_LIBTOOL=   yes
 
 GTK_CONFIG?=   ${X11BASE}/bin/gtk12-config


>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?200010021125.NAA02907>