From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 19 18:47: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 C548E80B for ; Wed, 19 Jun 2013 18:47:27 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) by mx1.freebsd.org (Postfix) with ESMTP id A03DB18BD for ; Wed, 19 Jun 2013 18:47:27 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id y14so5393624pdi.30 for ; Wed, 19 Jun 2013 11:47:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=7A/O9f5jJPLVWz+tSKrG+7HAsQlKYhIk2bEXOlGpZb4=; b=DKoI8Wvmhh11/H69vpC0ohOOcXS0JRSUoOQcSMeenRnx8BbouIdHpguxa/MHBH0ySO OIBvFmWOFg582N8xBXXEu10KUi2goHKzO8y2cTwN+++75toJyqyPFFaZLHPwuco0XJSy 1V1+pzV+e20WGuYjV5NpaWl4UdCMLpVrsjBGM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding:x-gm-message-state; bh=7A/O9f5jJPLVWz+tSKrG+7HAsQlKYhIk2bEXOlGpZb4=; b=Mtox3mqcUj6tNKULgOz/9zUYTarFJwOopyFr31eCMHkoUhGNdshqgn2JHqdH3wOvI8 ZFM77eVosP7WVBR25dGE7Elp3EHtIZZlwxobvHcOLelJ3rp9hDGjU9f9e3WFS9IoU0Sm u0GnxCyYh5cIG2uQXN/t1vCYYJOHMR6OLJZvleR/UavwjDYHQMl+Qe7NROPCUU4q4CDZ X19WOlmtFTQLGZAL+0TqAWmg/P9VVDHxM5ihpVZUR+Uow1/zW9WoQdoeOEkpi28Rb4qV 6lt7QIKofBzb3zWwYXiRsnTlVipbtTwUgRxq0TWHE7P32LhZrKc4TeIo6bEh9lrSS1qq +JUg== X-Received: by 10.68.213.231 with SMTP id nv7mr4171921pbc.70.1371667641344; Wed, 19 Jun 2013 11:47:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.45.33 with HTTP; Wed, 19 Jun 2013 11:46:51 -0700 (PDT) In-Reply-To: <51C1F8C1.6040407@passap.ru> References: <51C1937B.1080802@freebsd.org> <51C1F8C1.6040407@passap.ru> From: Eitan Adler Date: Wed, 19 Jun 2013 20:46:51 +0200 Message-ID: Subject: Re: patch to clean up Linux DRI ports To: Boris Samorodov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnBwvXDq5XKq3PasfPvL/54FJqDEpeFwh5337r0q2EVsynHRKiXJTw4tYNUja+589xWsztz 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: Wed, 19 Jun 2013 18:47:27 -0000 On Wed, Jun 19, 2013 at 8:30 PM, Boris Samorodov wrote: > 19.06.2013 15:18, Ren=C3=A9 Ladan =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> 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 --=20 Eitan Adler