From owner-freebsd-gnome@freebsd.org Sun Feb 18 22:21:24 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B46FF0A776 for ; Sun, 18 Feb 2018 22:21:24 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward100o.mail.yandex.net (forward100o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::600]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20CD56F2F0 for ; Sun, 18 Feb 2018 22:21:23 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mxback10o.mail.yandex.net (mxback10o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::24]) by forward100o.mail.yandex.net (Yandex) with ESMTP id 9B2FB2A22626; Mon, 19 Feb 2018 01:21:13 +0300 (MSK) Received: from smtp4p.mail.yandex.net (smtp4p.mail.yandex.net [2a02:6b8:0:1402::15:6]) by mxback10o.mail.yandex.net (nwsmtp/Yandex) with ESMTP id uTB8azFDYJ-LDI0dQAx; Mon, 19 Feb 2018 01:21:13 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1518992473; bh=k2Hs2VEqcD3HF4cAlBa3tfKHHhvz4kfKq17JfzB6hO0=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=gfp8he3s2Wf8d8+Xlkp/G+ALpJ2WnmMBAU8f8WJv5qXPLKop51WVKeKsepp5ejWm2 j3v9Iyrcd9MNB9/qX2R2a6g2UDuqe5VCwA9pqDzC54McDHYCRPCGbagDbQ070EdcY0 FhXpNrF3RcMHV6WhlCHYa8zXUfvT6ky0cC80n+DI= Received: by smtp4p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 9wfh1phGvs-LBsWA9lC; Mon, 19 Feb 2018 01:21:12 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1518992472; bh=k2Hs2VEqcD3HF4cAlBa3tfKHHhvz4kfKq17JfzB6hO0=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=NXIqvyDahr7OcFkvWvxshMTslXBEZ2siJecBE8aGhNcT2lh1UnBZKofi/fADhKy4N 9uorZxVLmAhYg4ke6GQWu1/r8aCaPMyfBQuYLe/xZjGwhMsu9I0u1hBJ9dHubEjjoM 15X1s/3g6NYXbptKGV+PQP9ITpLPStC7/7kwvN4Y= Authentication-Results: smtp4p.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1518992469.75026.0.camel@yandex.com> Subject: Re: gnome 3 From: Stari Karp To: Wesley Moore , freebsd-gnome@freebsd.org Date: Sun, 18 Feb 2018 17:21:09 -0500 In-Reply-To: <1518992141.756321.1275069976.2AE13578@webmail.messagingengine.com> References: <1518865856.61110.1.camel@yandex.com> <1518992141.756321.1275069976.2AE13578@webmail.messagingengine.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.2 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2018 22:21:24 -0000 On Mon, 2018-02-19 at 09:15 +1100, Wesley Moore wrote: > On Sat, Feb 17, 2018, at 10:10 PM, Stari Karp wrote: > > Hi! > > > > I am one of the GNOME 3 user and we didn't have any update for the > > new > > versions long time. I saw OpenBSD use gnome-shell 3.24.3 but we are > > still on 3.18. Is it the end of the GNOME 3 on FreeBSD? > > Thank you. > > There are up to date versions of GNOME in the gnome-3.26 branch of > the freebsd-ports-gnome repository: > https://github.com/freebsd/freebsd-ports-gnome/blob/gnome-3.26/x11/gn > ome/Makefile > > I have tried building from this repo on a 11.1 machine and whilst a > lot of it works it appears you need to be running a 12-CURRENT kernel > with EV_DEV support for it to work. myfreeweb/Greg has written up > some info here: > https://unrelenting.technology/kb/FreeBSDDesktop > > I'm not sure what the plans are for getting this merged into the main > ports tree. Maybe it needs to wait until 12 is released? > > Regards, > Wes > Thank you very much.