From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 25 09:40:27 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8068AE0E for ; Tue, 25 Jun 2013 09:40:27 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 08F831E78 for ; Tue, 25 Jun 2013 09:40:26 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id v1so833616lbd.18 for ; Tue, 25 Jun 2013 02:40:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=rY6D9wTRKcnS1FpTJFWpNL9PO1XbtVixr8aTZZZ44Cc=; b=KEknHX51Csu+bKvqrUYjxPqKRKmiZQNXSAw2r2D3V2cUKVd9ch7MOe0p0SW+U/M1W4 g70Cf0dVJigdiomZjBABpt8+s7kqZnUOkgg+OKy3Vy3ao9qcVRCOqofsBREKeUWYzcuI C9xkApg3PSYShIpdxAQOdV1xJMRcVnaeU2mVuaHSP1sPeJkICyWPP+lOuW8IpV+l0uu9 sOW0bt4ABxpPARkUVluWMRRrQG1x9dtKOEXwqW1ZAHMcyzhHeK2Z3sQFPF+BLGaFl2vO TH1yRGpbjC/j5ee5pKrFhlpQnNtiFmymHAKb1A8pPwUE4oV7lxnLvcRVPBJFF8HOAZaJ 505A== X-Received: by 10.112.167.228 with SMTP id zr4mr14664188lbb.96.1372153225361; Tue, 25 Jun 2013 02:40:25 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:cc65:7e25:e949:bd69? ([2001:980:d7ed:1:cc65:7e25:e949:bd69]) by mx.google.com with ESMTPSA id et10sm8342115lbc.6.2013.06.25.02.40.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Jun 2013 02:40:24 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <51C96586.50601@freebsd.org> Date: Tue, 25 Jun 2013 11:40:22 +0200 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130615 Thunderbird/17.0.6 MIME-Version: 1.0 To: Alexander Leidinger Subject: Re: patch to clean up Linux DRI ports References: <51C1937B.1080802@freebsd.org> <51C1F8C1.6040407@passap.ru> <20130621230243.00006c37@unknown> In-Reply-To: <20130621230243.00006c37@unknown> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2013 09:40:27 -0000 On 21-06-2013 23:02, Alexander Leidinger wrote: > On Wed, 19 Jun 2013 20:46:51 +0200 > Eitan Adler wrote: > >> On Wed, Jun 19, 2013 at 8:30 PM, Boris Samorodov >> wrote: >>> 19.06.2013 15:18, René Ladan пишет: >>> >>>> right now we have three Linux DRI ports around: >>>> - graphics/linux-dri74 (Ubuntu 9.09) >>>> - graphics/linux_dri (unknown, PORTVERSION 7.0) >>>> - graphics/linux-f10-dri >>>> >>>> Currently graphics/linux-dri74 is the default. I plan to modify >>>> bsd.linux-apps.mk and bsd.port.mk to change this to linux-f10-dri, >>>> after which the other two ports can be removed. >>>> >>>> See the attached patch (INDEX build is fine, no runtime testing >>>> done yet). >>> No objection from me. >>> Thanks! >> LGTM > Do we have a way to use a ${LINUX_DIST_SUFFIX} in the bsd.port.mk part? > I expect the answer is no, but I would love that someone prove me wrong > here for the sake of not hardcoding a specific version here. If nobody > has an idea how to have this working in this way, I would like to see a > comment in bsd.linux-apps.mk which points the the _GL_linux_RUN_DEPENDS > variable in b.p.m which specially mentions to update the b.l-a.m part > (and the other way too). The _GL_linux_RUN_DEPENDS variable is there to be able to write "USE_GL=linux" in a port but find /usr/ports/ -mindepth 2 -maxdepth 3 -name Makefile\* | xargs grep USE_GL | grep linux returns nothing so we might as well drop it? (svn revision 321727) Rene