Can not make install misc/freebsd-doc-en : No file to patch error
Joseph Olatt
joji at shellx.eskimo.com
Fri May 8 15:33:19 UTC 2015
On Fri, May 08, 2015 at 08:38:35PM +0530, Avinash Sonawane wrote:
> Hello everyone!
>
> # uname -a
> FreeBSD titanic.rootkea.me 10.1-RELEASE FreeBSD 10.1-RELEASE #0
> r274401: Tue Nov 11 21:02:49 UTC 2014
> root at releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>
> Whenever I say make install in /misc/freebsd-doc-en the install fails saying
> "No file to patch. Skipping...
> 6 out of 6 hunks ignored--saving rejects to configure.rej"
In the past, whenever I encounter issues like this, I remove the
offending directory and then run svnlite update. It will repopulate the
removed directory with all the required files.
(1) cd /usr/ports
(2) rm -rf misc/freebsd-doc-en
(3) svnlite update
(4) cd misc/freebsd-doc-en
(5) make install clean
Give it a shot. It might work for you.
More information about the freebsd-questions
mailing list