From owner-freebsd-x11@freebsd.org Mon Apr 20 09:14:28 2020 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B92E12BC765; Mon, 20 Apr 2020 09:14:28 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495LcL5ph3z40J2; Mon, 20 Apr 2020 09:14:26 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 495LcC23Wcz3lbm; Mon, 20 Apr 2020 09:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1587373918; bh=xhp2hhw6wogtdBMxn1xRz9Fb bHtAoP6WsIpvaNsHLvs=; b=vkrEai0hA3WCx+wZ2MImQBM2HKtX9oLK0kZe872y 8eUQZw1QeyR+e1rxv+tfP5BTghY343xrAcMqqSG9GP8iL3stp2nxWeFowB+OYiXx j77u87N8Yz8Zp1XbtP/P2pdoKhMuBUjqbyCgwTEeU42wtKHRyEXfgv0YkHtDviR+ sxY= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id HoZXfyR_a7vr; Mon, 20 Apr 2020 09:11:58 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:21b9:f28e:5614:8414]) by mail.daemonic.se (Postfix) with ESMTPSA id 495LY84jW8z3mCf; Mon, 20 Apr 2020 09:11:40 +0000 (UTC) Subject: Re: Wayland on FreeBSD To: Tomasz CEDRO , FreeBSD Questions Mailing List , freebsd-x11@freebsd.org References: From: Niclas Zeising Message-ID: Date: Mon, 20 Apr 2020 11:11:38 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 495LcL5ph3z40J2 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=daemonic.se header.s=20151023 header.b=vkrEai0h; dmarc=pass (policy=none) header.from=daemonic.se; spf=pass (mx1.freebsd.org: domain of zeising@daemonic.se designates 176.58.89.161 as permitted sender) smtp.mailfrom=zeising@daemonic.se X-Spamd-Result: default: False [-6.69 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[daemonic.se:s=20151023]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-3.69)[ip: (-9.74), ipnet: 176.58.89.0/24(-4.87), asn: 36236(-3.80), country: US(-0.05)]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[daemonic.se:+]; DMARC_POLICY_ALLOW(-0.50)[daemonic.se,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2020 09:14:28 -0000 On 2020-04-20 03:38, Tomasz CEDRO wrote: > On Fri, Apr 17, 2020 at 10:34 PM Tomasz CEDRO wrote: >> I would like to use Enlightenment (0.23.1) + Wayland. > > I did manage to run Wayland + Hikari so Wayland works on FreeBSD :-) > Ports version is 1.18 and lags behind only one release (1.20 is 1.19 > with some readme added). Are you referring to the wayland versions here? Looking at the source for both wayland and wayland-protocols, FreeBSD ports are at the latest versions, wayland 1.18, and wayland-protocols 1.20. Regards -- Niclas