From owner-freebsd-ports@freebsd.org Fri Sep 13 09:25:51 2019 Return-Path: Delivered-To: freebsd-ports@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 D4D1AEC026 for ; Fri, 13 Sep 2019 09:25:51 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46V9H35JpMz4NrH for ; Fri, 13 Sep 2019 09:25:51 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id B49B7EC025; Fri, 13 Sep 2019 09:25:51 +0000 (UTC) Delivered-To: ports@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 B45F2EC024 for ; Fri, 13 Sep 2019 09:25:51 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46V9H3490Nz4NrG; Fri, 13 Sep 2019 09:25:51 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:9d6d:3b99:ed1:4e61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 72DB7AD2B; Fri, 13 Sep 2019 09:25:50 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Fri, 13 Sep 2019 18:25:47 +0900 From: Koichiro Iwao To: =?utf-8?Q?T=C4=B3l?= Coosemans Cc: ports@FreeBSD.org Subject: Re: dos2unix patch? Message-ID: <20190913092547.nk76ri2uup66fpxr@icepick.vmeta.jp> References: <20190912052357.rywdc2ewf3nrpy36@icepick.vmeta.jp> <20190913112006.49000962@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190913112006.49000962@FreeBSD.org> X-Operating-System: FreeBSD 12.0-STABLE amd64 User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2019 09:25:51 -0000 On Fri, Sep 13, 2019 at 11:20:06AM +0200, Tijl Coosemans wrote: > You could add the patches to DISTFILES instead of PATCHFILES and then > maybe do-extract will just copy them to WRKDIR, but if not, you can set > EXTRACT_ONLY to the original distfile and copy the patches to WRKDIR in > post-extract. Then dos2unix should work and you can add the WRKDIR > patches to EXTRA_PATCHES. Thanks, I give it a try! -- meta