From owner-freebsd-ports@freebsd.org Tue Jul 7 19:22:49 2020 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 6C2B334A982 for ; Tue, 7 Jul 2020 19:22:49 +0000 (UTC) (envelope-from portmaster@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1XQK09H0z41w6 for ; Tue, 7 Jul 2020 19:22:48 +0000 (UTC) (envelope-from portmaster@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 067JMuWV076369 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 7 Jul 2020 12:23:03 -0700 (PDT) (envelope-from portmaster@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 Cc: freebsd-ports In-Reply-To: From: Chris Reply-To: portmaster@BSDforge.com To: Jonathan Chen Subject: Re: Porting Practice Date: Tue, 07 Jul 2020 12:23:03 -0700 Message-Id: <86b7dd439d035b08160fa735057aa79d@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4B1XQK09H0z41w6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2020 19:22:49 -0000 On Sun, 5 Jul 2020 13:07:53 +1200 Jonathan Chen jonc@chen=2Eorg=2Enz said > On Sun, 5 Jul 2020 at 12:47, Brandon helsley > wrote: > > > > I have gotten a couple of emails from portscout about ports that need u= pdated > > and maintained=2E Before I go about updating and maintaining these ports = I wanted > > to do some practice on a couple that I use like x11/nvidia-settings=2E I = have > > recieved alot of help on the forums and from the documentation, but i'm= still > > at a loss as to how the diff process works=2E > [=2E=2E=2E] >=20 > This is my personal workflow: > 1=2E Take a simple copy of the port into my working directory > 2=2E Get the port working in my working directory=2E > 3=2E cd my-working-directory > 4=2E diff -ruN /usr/ports/x11/nvidia-settings =2E > /tmp/nvidia-settings=2Epatc= h I believe that "svn diff" is the preferred method for generating patches=2E > 5=2E submit patch onto bugs=2Efreebsd=2Eorg >=20 > Hope that helps=2E > --=20 > Jonathan Chen > _______________________________________________ > freebsd-ports@freebsd=2Eorg mailing list > https://lists=2Efreebsd=2Eorg/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd=2Eorg"