From owner-freebsd-questions@FreeBSD.ORG Fri May 8 15:33:19 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72994688 for ; Fri, 8 May 2015 15:33:19 +0000 (UTC) Received: from mail.eskimo.com (mail.eskimo.com [204.122.16.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 598F81821 for ; Fri, 8 May 2015 15:33:19 +0000 (UTC) Received: from shellx.eskimo.com (shellx.eskimo.com [204.122.16.2]) by mail.eskimo.com (Postfix) with ESMTP id 658FE1A5C; Fri, 8 May 2015 08:23:50 -0700 (PDT) Received: by shellx.eskimo.com (Postfix, from userid 51518) id 5019B3348; Fri, 8 May 2015 08:23:50 -0700 (PDT) Date: Fri, 8 May 2015 08:23:50 -0700 From: Joseph Olatt To: Avinash Sonawane Cc: freebsd-questions@freebsd.org Subject: Re: Can not make install misc/freebsd-doc-en : No file to patch error Message-ID: <20150508152349.GA11528@shellx.eskimo.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.98.7 at mail.eskimo.com X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 15:33:19 -0000 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@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.