From owner-svn-ports-head@FreeBSD.ORG Tue Dec 10 21:44:02 2013 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 23476D44 for ; Tue, 10 Dec 2013 21:44:02 +0000 (UTC) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA14A12EE for ; Tue, 10 Dec 2013 21:44:01 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id e16so4370723qcx.13 for ; Tue, 10 Dec 2013 13:44:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=pM5tK6QOzcFJty9ZCyhcSsYcOWToM0Hm/Fy6lQlZyes=; b=kTpxSC3XUjEjo1kvQxCeE1SF3CygS12m/v+7RIJC+kWxOrwheIhdD4ULrM3sDt98oi qXUeZYuTqwTmy+t5ENrYF4ml0JIJZ1URJ1hcwNw20DE0MB7Z+8SVgu+ST/scv5XI0oYf 33XfRQcNDP4ZfDvLTmySCfmqN8lH+YVOjb59I= 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:from :date:message-id:subject:to:cc:content-type; bh=pM5tK6QOzcFJty9ZCyhcSsYcOWToM0Hm/Fy6lQlZyes=; b=FC6Sch3SbIz1EDGAOFX2UnxJJFlmOZdmc0Ms/Y30rnWthmIBXA5HqxlTxcmYxWZx8T 8y5Cip3cVJ1GDVLzXdpZXL3FTvluvg1zkIEbPUcl0faEMxZVjQAt2l/Jx61bBFssSKq0 IAWRl/FqH/DkA2VD15yTx86Co8tZorf2tilJJCJtLciurBTKlvv86tyfc1PAzCVNebmM dStiATmNzhZJRJAMM9CV5qqZHQmWFfdzkzNRsxNJ9XgFYkutHPGMvuzCNWmgX5/eGN/5 k/e1Ul/igRtGuBxGZ22SQmciHLIgmbiU0m2hQXFvFYuqQAWQIwdcU1jkirQvLsF8O+nc mQcw== X-Gm-Message-State: ALoCoQkVAVP2Gg6dClPNZBKRq5P9e98Hj00O0tfYassLjPAg4k08RORn8IJdV2K1bAw2WMKZUrJc X-Received: by 10.224.61.198 with SMTP id u6mr48671305qah.41.1386711840793; Tue, 10 Dec 2013 13:44:00 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.86.42 with HTTP; Tue, 10 Dec 2013 13:43:30 -0800 (PST) In-Reply-To: <201312102042.rBAKger9012190@svn.freebsd.org> References: <201312102042.rBAKger9012190@svn.freebsd.org> From: Eitan Adler Date: Tue, 10 Dec 2013 16:43:30 -0500 X-Google-Sender-Auth: Olgp2x69_D7mlT-WJkJ9kvF0DjU Message-ID: Subject: Re: svn commit: r336107 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-additions/files virtualbox-ose-kmod virtualbox-ose/files To: Bernhard Froehlich , Gerald Pfeifer Content-Type: text/plain; charset=UTF-8 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: Tue, 10 Dec 2013 21:44:02 -0000 On Tue, Dec 10, 2013 at 3:42 PM, Bernhard Froehlich wrote: > .if ${OSVERSION} < 900000 && ${OSVERSION} > 801500 > EXTRA_PATCHES+= ${FILESDIR}/extrapatch-src-VBox-Devices-PC-vbox.dsl > .endif > @@ -210,7 +176,11 @@ pre-everything:: > post-patch: > @${ECHO} 'VBOX_PATH_APP_PRIVATE_ARCH = ${PREFIX}/lib/virtualbox' > ${WRKSRC}/LocalConfig.kmk > @${ECHO} 'VBOX_PATH_SHARED_LIBS = ${PREFIX}/lib/virtualbox' >> ${WRKSRC}/LocalConfig.kmk > +.if defined(_GCC_RUNTIME) > + @${ECHO} 'VBOX_WITH_RUNPATH = ${_GCC_RUNTIME}:${PREFIX}/lib/virtualbox' >> ${WRKSRC}/LocalConfig.kmk > +.else This looks wrong due to the use of ${_GCC_RUNTIME} outside of bsd.gcc.mk. Is there a better solution for this? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams