svn commit: r339783 - head/devel/kBuild

Bernhard Fröhlich decke at FreeBSD.org
Wed Jan 15 16:37:39 UTC 2014


On Wed, Jan 15, 2014 at 4:23 PM, John Marino <freebsd.contact at marino.st> wrote:
>
>
> 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

You were right. It's fixed now. Thanks!

-- 
Bernhard Froehlich
http://www.bluelife.at/


More information about the svn-ports-all mailing list