From owner-svn-ports-all@freebsd.org Wed May 16 17:10:44 2018 Return-Path: Delivered-To: svn-ports-all@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 1798FEEE2F2; Wed, 16 May 2018 17:10:44 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5725A71DBA; Wed, 16 May 2018 17:10:43 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-wr0-f175.google.com with SMTP id q3-v6so2269910wrj.6; Wed, 16 May 2018 10:10:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lzG0hSPyJ6phgYoYwU2TD1gOgDTn1aps/jUZFZUXTmQ=; b=jqmHL18vdrXkVqaw2GxUDDIxqcjM4agdq4Gxmk8RVbwkbDaMiyWZm/NXrPwbpQz/yK Ur8x3oMuXbpgzVVPvxj1y89D3B3pC3+dk6UBUr9S7Jl/cUngASCvtON2MmSGZBSaL7Jp sXwsr8Ql0o6onGn/xoSPo4KxKeh6Z++3bLbJEcTbuzuejHI3gzmOuhLH5VIn7/8RuQDo U1QdoIrty5Yvhf6rohYV89UNOEnGSEIZOA+chFbDAam8x1YashptmJXY4PeTWr4gktM2 HdQmJjqmeSPrHkeWTWTL9+ZzY3XZw53JDEY1pzCORv25smxQ+L6Sp2HA6HFq1P6JBz7A fihQ== X-Gm-Message-State: ALKqPweD76WZHJPW8LwkM4GZIgGj24VD2k6B3UOexb0IZCQhmIToMFl0 Tjafb44RbE66m00COphBKxL2qKo7Xko= X-Google-Smtp-Source: AB8JxZrLO1TjiSn0vf6Zytnd+fdnrJRIdznSBX7AHCc23Q8IuEl1p103xFAXeJyU281hj1j7D8vJnA== X-Received: by 2002:a19:e45c:: with SMTP id b89-v6mr15138530lfh.48.1526490321463; Wed, 16 May 2018 10:05:21 -0700 (PDT) Received: from oxy (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id d73-v6sm731771lfd.50.2018.05.16.10.05.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 May 2018 10:05:21 -0700 (PDT) Date: Wed, 16 May 2018 19:06:24 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Luca Pizzamiglio Cc: Tobias Kortkamp , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files Message-ID: <20180516190624.200a40b0@oxy> In-Reply-To: References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> <20180516173933.3b10ad56@oxy> <20180516174132.3fde2c5b@oxy> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 17:10:44 -0000 On Wed, 16 May 2018 18:44:30 +0200 Luca Pizzamiglio wrote: >I'm feeling bad, it seems that I've stolen your port :( Nah, it's fine. You've done a marvelous job there. :) >But the libc one (TIOCGWINSZ) is currently annoying, and the whole >discussion around this crate seems have no immediate solution [1], so a >patch was the fastest solution. I've heard[1] that the fix is going to be included in the next libc release (0.2.41). Also, I think that this link[2] was missing from my Bugzilla issue. It has some troubleshooting history. Cheers, Mateusz [1]: https://github.com/jwilm/alacritty/issues/1247 [2]: https://github.com/sharkdp/bat/issues/41