Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 May 2023 11:11:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271206] sysutils/topgrade: Update to 11.0.2
Message-ID:  <bug-271206-7788-8KlqKWlex5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271206-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271206-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271206

--- Comment #3 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to freebsd from comment #2)

That's not the right section.  This one is about making patches to the ports
tree to submit on Bugzilla.  The one you should be looking at is =C2=A7 4.4=
, which
is about how to patch the source code your are building, i.e.

    cd .../sysutils/topgrade/work/path/to/file
    cp file.rs file.rs.orig
    vi file.rs # patch patch patch
    cd .../sysutils/topgrade
    make makepatch # generate patch file

Note that you need to copy to a .orig file before doing any patching.  The
makepatch script uses .orig files to diff against when generating patches.

I see that you have removed the REINPLACE_CMD section from your new patch. =
 Is
it no longer required?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271206-7788-8KlqKWlex5>