From owner-freebsd-questions@FreeBSD.ORG Sun Jun 27 09:18:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB5016A4CE for ; Sun, 27 Jun 2004 09:18:53 +0000 (GMT) Received: from bilbo.otenet.gr (bilbo.otenet.gr [195.170.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5512D43D3F for ; Sun, 27 Jun 2004 09:18:51 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a136.otenet.gr [212.205.215.136]) i5R9IeFr020446; Sun, 27 Jun 2004 12:18:44 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i5R9IX4q019379; Sun, 27 Jun 2004 12:18:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i5R9IXt8019378; Sun, 27 Jun 2004 12:18:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 27 Jun 2004 12:18:33 +0300 From: Giorgos Keramidas To: Sergey Zaharchenko Message-ID: <20040627091833.GA19300@gothmog.gr> References: <40DE239C.8090401@cox.net> <20040627024729.GA3240@gothmog.gr> <200406270026.20501.jaymo@cromagnon.cullmail.com> <20040627071808.GA369@shark.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040627071808.GA369@shark.localdomain> cc: Jay Moore cc: freebsd-questions@freebsd.org Subject: Re: Updating source code manually X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 09:18:53 -0000 On 2004-06-27 11:18, Sergey Zaharchenko wrote: > On Sun, Jun 27, 2004 at 12:26:20AM -0500, Jay Moore probably wrote: > > stupid newbie question: How do I view the source file with the > > patches merged? > > By running `make extract patch' in the port's directory, I presume. Just running `make patch' should be enough. The dependencies will take care of running `make fetch', `make checksum', `make extract' and *then* `make patch'. - Giorgos