ports/145062: audio/liblastfm: doesn't respect PREFIX
Dmitry Marakasov
amdmi3 at amdmi3.ru
Fri Mar 26 17:00:09 UTC 2010
>Number: 145062
>Category: ports
>Synopsis: audio/liblastfm: doesn't respect PREFIX
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 26 17:00:08 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list