Date: Wed, 15 Jan 2014 17:29:06 +0100 From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= <decke@FreeBSD.org> To: marino@freebsd.org Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r339783 - head/devel/kBuild Message-ID: <CAE-m3X0VTHT%2BZa0UbJK14dm=Zi8u%2B_7VfM7aCDjkdd8%2B=h-xPA@mail.gmail.com> In-Reply-To: <52D6A80E.1000403@marino.st> References: <201401151519.s0FFJrBq088989@svn.freebsd.org> <52D6A80E.1000403@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 15, 2014 at 4:23 PM, John Marino <freebsd.contact@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@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 I have only compile tested that change on redports with FreeBSD 8.4 and it worked fine there. I wasn't aware that our ancient make on 8.3 can't handle that but could someone verify that please? -- Bernhard Froehlich http://www.bluelife.at/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-m3X0VTHT%2BZa0UbJK14dm=Zi8u%2B_7VfM7aCDjkdd8%2B=h-xPA>