https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258108
Thibault Jouan <tj+freebsd_po...@a13.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #229977|0 |1 is obsolete| | --- Comment #49 from Thibault Jouan <tj+freebsd_po...@a13.fr> --- Comment on attachment 229977 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229977 potential fix for patching issue Interesting, I didn't notice the issue because I do already have `devel/ruby-gems/files' directory existing, because of other custom patches. Creating the directory before running patch with no arguments solves the issue. Not creating the directory and running patch with `-p0' works too. mkdir devel/ruby-gems/files && patch < ~/tmp/patch.gem patch -p0 < ~/tmp/patch.gem -- You are receiving this mail because: You are the assignee for the bug.