From amdmi3@amdmi3.ru  Fri Mar 26 16:52:50 2010
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2FBD51065672
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Mar 2010 16:52:50 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15])
	by mx1.freebsd.org (Postfix) with ESMTP id E34638FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Mar 2010 16:52:49 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.71)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1NvCm7-0001Ct-F3; Fri, 26 Mar 2010 19:52:47 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id DFD9FB860;
	Fri, 26 Mar 2010 19:52:46 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id CAE9AB84B; Fri, 26 Mar 2010 19:52:46 +0300 (MSK)
Message-Id: <20100326165246.CAE9AB84B@hades.panopticon>
Date: Fri, 26 Mar 2010 19:52:46 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: datahead4@gmail.com
Subject: audio/liblastfm: doesn't respect PREFIX
X-Send-Pr-Version: 3.113
X-GNATS-Notify: datahead4@gmail.com

>Number:         145062
>Category:       ports
>Synopsis:       audio/liblastfm: doesn't respect PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 26 17:00:08 UTC 2010
>Closed-Date:    Fri Mar 07 12:54:35 UTC 2014
>Last-Modified:  Fri Mar 07 12:54:35 UTC 2014
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009
>Description:
Doesn't install with custom PREFIX/LOCALBASE:

http://people.freebsd.org/~amdmi3/liblastfm-0.3.0.log

Port maintainer (datahead4@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

Somewhere along these lines, but this doesn't really fix it.

--- liblastfm begins here ---
Index: Makefile
===================================================================
RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/audio/liblastfm/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2 Nov 2009 20:48:25 -0000	1.6
+++ Makefile	25 Mar 2010 18:22:40 -0000
@@ -23,7 +23,8 @@
 QT_COMPONENTS=	corelib xml network sql gui qtestlib \
 		qmake_build moc_build rcc_build uic_build
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=	-release
+QT_NONSTANDARD=	yes
+CONFIGURE_ARGS+=	--release --prefix="${PREFIX}"
 MAKE_JOBS_UNSAFE=	yes
 
 USE_LDCONFIG=	yes
--- liblastfm ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Mar 26 17:00:18 UTC 2010 
Responsible-Changed-Why:  
itetcu@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145062 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Mar 26 17:00:23 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145062 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: datahead4@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/145062: audio/liblastfm: doesn't respect PREFIX
Date: Fri, 26 Mar 2010 17:00:20 UT

 Maintainer of audio/liblastfm,
 
 Please note that PR ports/145062 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145062
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Matt <datahead4@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/145062: audio/liblastfm: doesn't respect PREFIX
Date: Fri, 26 Mar 2010 14:09:21 -0600

 There were discussions about this problem documented in ports/139315 (
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139315 ), but we were
 never able to confirm that the proposed solutions fixed the problem.
 
 Can someone with tindy-access run the patch proposed with ports/145062
 through a build on this port and see if it fixes the problem?  Based
 on the discussion from the other PR, my only suggestion is to change
 ${PREFIX} to ${LOCALBASE} in the proposed patch.
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Thu Feb 9 02:40:12 UTC 2012 
State-Changed-Why:  
maintainer timeout (itetcu ; 685 days) / last commit 53 days ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145062 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Fri Mar 7 12:54:35 UTC 2014 
State-Changed-Why:  
This is no longer relevant, liblastfm had been updated and fixed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145062 
>Unformatted:
