From owner-freebsd-questions@FreeBSD.ORG Sun Jun 27 05:22:52 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 18FF916A4CE for ; Sun, 27 Jun 2004 05:22:52 +0000 (GMT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45C243D4C for ; Sun, 27 Jun 2004 05:22:51 +0000 (GMT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i5R5QLtg002093; Sun, 27 Jun 2004 00:26:21 -0500 (CDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i5R5QLh9002092; Sun, 27 Jun 2004 00:26:21 -0500 (CDT) (envelope-from jamoore) From: Jay Moore To: freebsd-questions@freebsd.org Date: Sun, 27 Jun 2004 00:26:20 -0500 User-Agent: KMail/1.6.1 References: <40DE239C.8090401@cox.net> <20040627024729.GA3240@gothmog.gr> In-Reply-To: <20040627024729.GA3240@gothmog.gr> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406270026.20501.jaymo@cromagnon.cullmail.com> cc: Giorgos Keramidas Subject: Re: Updating source code manually X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 05:22:52 -0000 On Saturday 26 June 2004 09:47 pm, Giorgos Keramidas wrote: > There is... just put your patches in files/patch-* files. Make sure > that if they are sorted alphabetically, their order is correct, i.e. if > you have two patches name them patch-zz-local-1 and patch-zz-local-2 or > similar -- this way they will be applied *after* any existing port > patches (because of the -zz- part) and local-1 will be applied before > local-2 ensuring the order you want to use. stupid newbie question: How do I view the source file with the patches merged? Thanks, Jay