From owner-freebsd-ports@FreeBSD.ORG Mon Jul 4 14:29:25 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E50A216A41C; Mon, 4 Jul 2005 14:29:25 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A07A43D45; Mon, 4 Jul 2005 14:29:25 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from lightning (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050704142925i9100ssrnse>; Mon, 4 Jul 2005 14:29:25 +0000 From: Steven Friedrich To: freebsd-ports@freebsd.org Date: Mon, 4 Jul 2005 10:29:19 -0400 User-Agent: KMail/1.8.1 References: <200507030412.11449.lofi@freebsd.org> <200507032030.03830.lofi@freebsd.org> <20050703194739.GF913@zi025.glhnet.mhn.de> In-Reply-To: <20050703194739.GF913@zi025.glhnet.mhn.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507041029.19744.FreeBSD@insightbb.com> Cc: Simon Barner , Michael Nottebrock Subject: Re: Anybody else have an xscreensaver build break? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 14:29:26 -0000 On Sunday 03 July 2005 03:47 pm, Simon Barner wrote: > Michael Nottebrock wrote: > > On Sunday, 3. July 2005 17:13, Steven Friedrich wrote: > > > > 1. Make a copy of the file to edit: cp file.c file.c.orig > > > > 2. Make changes to file.c > > > > 3. cd ${WRKSRC}, i.e. work/xscreensaver-x.y in your case > > > > 4. patch -u path/to/file.c.orig path/to/file.c > patch-path_to_file.c > > > > > > I'm having trouble with > patch-path_to_file.c > > > > > > I tried patch -u hacks/glx/antmaze.c.orig hacks/glx/antmaze.c > > > > patch-hacks/glx/antmaze.c > > > > > > and got: > > > > > > patch-hacks/glx/antmaze.c: No such file or directory. > > > > > > help? > > > > Simon's instructions are quirky. :-) Patches are applied with patch and > > created with diff. Thus step 4 should be: > > > > diff -u path/to/file.c.orig path/to/file.c > patch-path_to_file > > Oh, yes, indeed :-/ Steven, sorry for the confusion! It's simply too hot > here to think clearly... ;-) > > Simon Thanks for taking the time to reply to my original post. I'll use Michael's clarification of your instructions and submit the changes via send-pr. -- i386 FreeBSD 4.11-STABLE There are 10 types of people in this world. Ones that understand binary and then, the others.