ports/139315: [MAINTAINER] audio/liblastfm - fix build with custom PREFIX

Dima Panov Fluffy at fluffy.khv.ru
Fri Oct 2 23:41:10 UTC 2009


On Saturday 03 October 2009 06:23:16 Matt Tosto wrote:
> >Number:         139315

> 
> Build failed when custom PREFIX was set due to an incorrect formatting of
>  the CONFIGURE_ARGS in the port Makefile.  Small attached patch corrects
>  this issue.  I'm not entirely sure if ${PREFIX} or ${LOCALBASE} is the
>  proper substitution to use in the Makefile.  Confirmation of this would be
>  appreciated.
> 
> Patch attached with submission follows:
> 
> diff -U3 -r ../liblastfm/Makefile /usr/ports/audio/liblastfm/Makefile
> --- ../liblastfm/Makefile	2009-10-01 10:44:58.000000000 -0500
> +++ /usr/ports/audio/liblastfm/Makefile	2009-09-08 08:45:41.000000000 -0500
> @@ -23,7 +23,7 @@
>  QT_COMPONENTS=	corelib xml network sql gui qtestlib \
>  		qmake_build moc_build rcc_build uic_build
>  HAS_CONFIGURE=	yes
> -CONFIGURE_ARGS+=	--prefix ${LOCALBASE} --release
> +CONFIGURE_ARGS+=	-release
>  MAKE_JOBS_UNSAFE=	yes
> 
>  USE_LDCONFIG=	yes

Patch reversed, right? 

Args order also had a side effect.



-- 
Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018
Khabarovsk, Russia          | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29
KDE at FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995
Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024
-------------- next part --------------
A non-text attachment was scrubbed...
Name: liblastfm.diff
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20091003/1b636d42/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20091003/1b636d42/attachment.sig>


More information about the freebsd-ports-bugs mailing list