From owner-svn-ports-head@FreeBSD.ORG Wed Jan 15 16:29:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 611A6E72 for ; Wed, 15 Jan 2014 16:29:08 +0000 (UTC) Received: from mail-oa0-x229.google.com (mail-oa0-x229.google.com [IPv6:2607:f8b0:4003:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20BB21668 for ; Wed, 15 Jan 2014 16:29:08 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id i4so1463737oah.14 for ; Wed, 15 Jan 2014 08:29:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=xwf3vUK6XrdY78TVzq6JIoJsD0w7m2j10T4mQrmslwU=; b=Lj3WCIuXnoeeqG714a9cTjwTlKkcfTp4cUYErmnFc8aU+2Fy3xJn/6y35WdDM/k2Gt hY2AJlrbgfF9ineGh9qA/7ertZ4r1no28VJ/WMThRXB/oHAtZrOGFpLGZ4RHaNy8acYJ DH9MpuMqC8R1fJqzEk/7+T5+yme7H4B0BjniM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xwf3vUK6XrdY78TVzq6JIoJsD0w7m2j10T4mQrmslwU=; b=ICeBfCqav3RgiI8A6tp82Iq0MuNrqjdQtauzbTqom7Po/fyqxWvY22K7NoNsXlP//n +b56bSbLyO3ciN7Qi72LaNZt/kzCqmW9TaHUqhJVVcrpf8vhyjuy/mIkyjAbCa/UlRpy 2UUIe7hNxF/kAXHdRXef5w30ma52PR7Nz4hSwzcsIWQtOR04V2cMwl9S+n7Ghr713iR4 22EZT2aDYMMydpxlUWInHoiCNWNJSkBrhXpqHnhbrwKEQkf1zCsskcBF14YxJkg5Rnsp /GstqQQ/PLXhl14YsSmVmEYmSRTDWnutJjd8OCSMV6S66riGNQ0+LexXAdzepxSS1y3c c2oQ== X-Gm-Message-State: ALoCoQniAEThv205r0F1fN8MAwsEm7oTP1cMBMn2u7N0GFJGTRGkKH/e4Tv4FotR3q6SSnLA5kG/ MIME-Version: 1.0 X-Received: by 10.60.67.105 with SMTP id m9mr2523178oet.58.1389803347086; Wed, 15 Jan 2014 08:29:07 -0800 (PST) Sender: decke@bluelife.at Received: by 10.76.154.2 with HTTP; Wed, 15 Jan 2014 08:29:06 -0800 (PST) X-Originating-IP: [80.123.233.199] In-Reply-To: <52D6A80E.1000403@marino.st> References: <201401151519.s0FFJrBq088989@svn.freebsd.org> <52D6A80E.1000403@marino.st> Date: Wed, 15 Jan 2014 17:29:06 +0100 X-Google-Sender-Auth: H2-nTBTDXheSGgIOo8ycFby2Y-4 Message-ID: Subject: Re: svn commit: r339783 - head/devel/kBuild From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: marino@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2014 16:29:08 -0000 On Wed, Jan 15, 2014 at 4:23 PM, John Marino 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 >> >> 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/