svn commit: r344308 - in head/multimedia/handbrake: . files

Juergen Lock nox at jelal.kn-bremen.de
Sun Feb 16 16:38:17 UTC 2014


On Sun, Feb 16, 2014 at 04:54:15PM +0100, Thomas Zander wrote:
> On 15 February 2014 19:13, Alexander Leidinger <Alexander at leidinger.net> wrote:
> 
> > Not noise at all... this is a real problem. And it's not the only one.
> 
> Could you take a look at the attached fix?
> I was no longer able to reproduce any of the compile and link problems
> after applying this.
> (poudriere is running my CPU glowing red for some hours now...if you
> find something, please let me know)
> 
> Riggs

Yes that now built.

 Thanx! :)
	Juergen

> Index: Makefile
> ===================================================================
> --- Makefile	(revision 344501)
> +++ Makefile	(working copy)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	handbrake
>  PORTVERSION=	0.9.9
> +PORTREVISION=	1
>  CATEGORIES=	multimedia
>  MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION} \
>  		http://download.handbrake.fr/handbrake/contrib/:contrib
> @@ -147,9 +148,9 @@
>  	@${REINPLACE_CMD} -E \
>  		-e 's|%%REP_CC%%|${CC}|g' \
>  		-e 's|%%REP_CXX%%|${CXX}|g' \
> +		-e 's|%%REP_I%%|-I./contrib/include -I${LOCALBASE}/include|g' \
> +		-e 's|%%REP_L%%|-L${LOCALBASE}/lib|g' \
>  		-e 's|%%REP_ARCHS%%|${CPUTYPE}|g' \
> -		-e 's|%%REP_I%%|-I${LOCALBASE}/include|g' \
> -		-e 's|%%REP_L%%|-L${LOCALBASE}/lib|g' \
>  		-e 's|%%REP_ICONV%%|${ICONV_LIB:S/-l//}|g' \
>  		${WRKSRC}/custom.defs
>  



More information about the svn-ports-all mailing list