From owner-svn-ports-head@freebsd.org Wed May 16 16:44:54 2018 Return-Path: Delivered-To: svn-ports-head@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 1DA67EEC90A; Wed, 16 May 2018 16:44:54 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-ot0-f195.google.com (mail-ot0-f195.google.com [74.125.82.195]) (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 ADD4E7073B; Wed, 16 May 2018 16:44:53 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-ot0-f195.google.com with SMTP id i5-v6so1694234otf.1; Wed, 16 May 2018 09:44:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=WRUmsOBH+7QPVMhle4p10qlWnWolW+Ps6FWgF9Mb4cY=; b=qRP6g20+hd4bdE6aSYTANz12PQC5r2s8ts26W90LlkDyFQtwVJK+XTtmafPtfXxRNR uaMt4HwHiSVMG36oOS9HLDd8X2YYCDCysrEzHLTBq2xtsLvUaQXQ6Dey0EV2gjBM5sq6 cgY/Ck2zK2XCQviaoYB50jNYABK1TnYoGL1++YXGwkagwsH/5dq5kZ87283xHIBOY/+t tz3xJfMT525BDcazggtbkZmgBYZ+p/SB99DhQQg1sI6vh5ei6nYvO8V7jVIE1B6N+OEN jsRR5d25n5zf4fi0Npn9iHlg52lqV18CMtKTxytVrce5IktdAnU6iEB0cqdVrc61zK+R W0aA== X-Gm-Message-State: ALKqPwd/Jn2HZWoDnFP3Qi70BOraMXDi4Vd1KJIrd8q01z2Ux16jQ+t9 iJM3bCj+BFTf5LfTT1oZsGOeeIz4 X-Google-Smtp-Source: AB8JxZqh/RuVAE2MyfR2CLHh3dEjfeJLHdJiHOueeDzicqQHGmkJZDjhHGPUffENu5KWUKVBywR3bA== X-Received: by 2002:a9d:10e:: with SMTP id 14-v6mr1145130otu.238.1526489091694; Wed, 16 May 2018 09:44:51 -0700 (PDT) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com. [209.85.218.43]) by smtp.gmail.com with ESMTPSA id f67-v6sm1584662oih.21.2018.05.16.09.44.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 May 2018 09:44:51 -0700 (PDT) Received: by mail-oi0-f43.google.com with SMTP id b130-v6so1308251oif.12; Wed, 16 May 2018 09:44:51 -0700 (PDT) X-Received: by 2002:aca:6856:: with SMTP id d83-v6mr1069795oic.66.1526489091153; Wed, 16 May 2018 09:44:51 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22ca:0:0:0:0:0 with HTTP; Wed, 16 May 2018 09:44:30 -0700 (PDT) In-Reply-To: <20180516174132.3fde2c5b@oxy> References: <201805150843.w4F8hAZI019968@repo.freebsd.org> <1526378526.3651809.1372515152.0F21E242@webmail.messagingengine.com> <20180516173933.3b10ad56@oxy> <20180516174132.3fde2c5b@oxy> From: Luca Pizzamiglio Date: Wed, 16 May 2018 18:44:30 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r470005 - in head/textproc: . bat bat/files To: Mateusz Piotrowski <0mp@freebsd.org> Cc: Tobias Kortkamp , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:44:54 -0000 Hi Mateusz, I'm feeling bad, it seems that I've stolen your port :( The directory crates int Cargo.toml is already at version 0.10.0 so I didn't found that issue. 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. Sorry again! Regards, Luca [1] https://github.com/rust-lang/libc/pull/704 On Wed, May 16, 2018 at 5:41 PM, Mateusz Piotrowski <0mp@freebsd.org> wrote: > I'm sorry, I hit reply too early. > > On Wed, 16 May 2018 17:39:33 +0200 > Mateusz Piotrowski <0mp@FreeBSD.org> wrote: > > >Anyway, here's a link to the issue on Bugzilla which links to my > >version of the port (you might be willing to incorporate some of the > >work I've done). > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227931 >