Date: Sun, 03 Mar 2024 11:43:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 277395] ports-mgmt/portupgrade with lang/ruby32 fails with: undefined method `exists?' for File:Class Message-ID: <bug-277395-7788-jmhkLOFi3K@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277395-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-277395-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=3D277395 --- Comment #10 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to bagas from comment #9) The patch tobias C.Berner mentioned at Comment 1 is for applying onto ports tree. If you are updateing ports tree using devel/git, you can update as follows. # cd /usr/ports && git stash && git pull --ff-only && portsdb -Uu && git st= ash apply This way, git automatically revert local patches which are not committed be= fore pulling updates from upstream and automatically re-apply the patch. Don't forget to check whether applied patch (or possibly conflicting change= s) are committed on cgit or dev-commits-ports-main ML. If any, revert the patch before updating to be safe. To reduce risks, you would bettter updating ports tree on single computer a= nd deploy (by clone, rsync or anything you prefer) or null-mount it from other= s. --=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-277395-7788-jmhkLOFi3K>