From owner-freebsd-ports@freebsd.org Sun Feb 24 22:40:46 2019 Return-Path: Delivered-To: freebsd-ports@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 9051415100CE for ; Sun, 24 Feb 2019 22:40:46 +0000 (UTC) (envelope-from SRS0=h8Xr=Q7=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 2B95E8C6D4 for ; Sun, 24 Feb 2019 22:40:45 +0000 (UTC) (envelope-from SRS0=h8Xr=Q7=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id DE45928429; Sun, 24 Feb 2019 23:40:42 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 5B0C328416; Sun, 24 Feb 2019 23:40:40 +0100 (CET) Subject: Re: how to patch in port with NO_BUILD? To: Walter Schwarzenfeld , freebsd-ports@freebsd.org References: <4ed53028-2f82-408a-a59b-b01834e9ba1a@utanet.at> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <0c2d97ef-f63f-39a6-0dfc-bb69d4849a99@quip.cz> Date: Sun, 24 Feb 2019 23:40:39 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3 MIME-Version: 1.0 In-Reply-To: <4ed53028-2f82-408a-a59b-b01834e9ba1a@utanet.at> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 2B95E8C6D4 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Sun, 24 Feb 2019 22:40:46 -0000 Walter Schwarzenfeld wrote on 2019/02/24 16:02: > Make a patch that includes the whole changed file and change the > do-install target. In the meantime I came up with this https://bz-attachments.freebsd.org/attachment.cgi?id=202298 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235968 Miroslav Lachman