svn commit: r339783 - head/devel/kBuild

John Marino freebsd.contact at marino.st
Wed Jan 15 15:24:34 UTC 2014



On 1/15/2014 16:19, Bernhard Froehlich wrote:
> Author: decke
> Date: Wed Jan 15 15:19:52 2014
> New Revision: 339783
> URL: http://svnweb.freebsd.org/changeset/ports/339783
> QAT: https://qat.redports.org/buildarchive/r339783/
> 
> Log:
>   - Replace hardcoded freebsd strings with KBUILD_TARGET in do-install
>   
>   PR:		ports/184296
>   Submitted by:	Daniel Lorch <dlorch at gmail.com>
> 
> Modified:
>   head/devel/kBuild/Makefile
> 
> Modified: head/devel/kBuild/Makefile
> ==============================================================================
> --- head/devel/kBuild/Makefile	Wed Jan 15 15:16:24 2014	(r339782)
> +++ head/devel/kBuild/Makefile	Wed Jan 15 15:19:52 2014	(r339783)
> @@ -29,6 +29,7 @@ KBUILD_ENV=	ACLOCAL=${ACLOCAL} \
>  		AUTORECONF=${AUTORECONF} \
>  		AUTOPOINT=true
>  USE_GCC=	any
> +KBUILD_TARGET=	${OPSYS:tl}
>  

Thanks Bernhard!
One question, is ":tl" (above) correct?  I thought we had to stick with
":L" until 15 April 2014 when F8.3 expires.

Regards,
John


More information about the svn-ports-all mailing list