Date: Thu, 8 Mar 2007 15:48:37 +0100 From: "Spil Oss" <spil.oss@googlemail.com> To: freebsd-ports@freebsd.org Subject: Re: How to create a patch that removes a file Message-ID: <5fbf03c20703080648u26153a48r6e5d5776f9e7e84f@mail.gmail.com> In-Reply-To: <5fbf03c20703080647w75e7b555r6baba555b75748d8@mail.gmail.com> References: <5fbf03c20703080443p1c8edca0p167b242a5b0969a2@mail.gmail.com> <20070308132356.GD27709@voodoo.bawue.com> <5fbf03c20703080647w75e7b555r6baba555b75748d8@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks all, Should have rtfm-ed a bit more... Sent patches to maintainer. Kind regards, Spil. On 08/03/07, Kirill Ponomarew <krion@voodoo.bawue.com> wrote: > On Thu, Mar 08, 2007 at 01:43:41PM +0100, Spil Oss wrote: > > Hi all, > > > > I've succesfully upgraded the port for an application that has an > > older version in the ports collection. > > I'd like to submit the patch in a PR, but I don't know (yet :D) how to > > include the removal of a file from the port (that patch-file is now > > already included in the distributed sources). > > > > Anyone care to give me some guidance? > > Quite easy: > > cp -Rp port port.orig > make your changes in port and remove some files/patches there > diff -ruN port.orig port > > Or just use /usr/ports/Tools/scripts/patchtool.py > > -Kirill >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5fbf03c20703080648u26153a48r6e5d5776f9e7e84f>