Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 17:36:35 +0100
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        Thomas Zander <thomas.e.zander@googlemail.com>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, Alexander Leidinger <Alexander@leidinger.net>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, Juergen Lock <nox@jelal.kn-bremen.de>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r344308 - in head/multimedia/handbrake: . files
Message-ID:  <20140216163635.GA20324@enceladus10.kn-bremen.de>
In-Reply-To: <CAFU734xE4F2sOq3yykvW09=MiD1Nuv_E_faSzzDKFN=b5i7k1Q@mail.gmail.com>
References:  <201402142000.s1EK0E0t008538@svn.freebsd.org> <20140214213235.GA29437@enceladus10.kn-bremen.de> <20140214215207.GA34669@enceladus10.kn-bremen.de> <20140215191349.00007330@unknown> <CAFU734xE4F2sOq3yykvW09=MiD1Nuv_E_faSzzDKFN=b5i7k1Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 16, 2014 at 04:54:15PM +0100, Thomas Zander wrote:
> On 15 February 2014 19:13, Alexander Leidinger <Alexander@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
>  




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140216163635.GA20324>