From owner-freebsd-ports@FreeBSD.ORG Sun Jul 3 18:30:14 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 3003916A41C; Sun, 3 Jul 2005 18:30:14 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA11443D48; Sun, 3 Jul 2005 18:30:13 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 5680B5269A; Sun, 3 Jul 2005 20:30:12 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id 4CCAA114AB2; Sun, 3 Jul 2005 20:30:12 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-192-112.arcor-ip.net [213.23.192.112]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id DDFAC1873B; Sun, 3 Jul 2005 20:30:11 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j63IU4Dn035794 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 3 Jul 2005 20:30:08 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: Steven Friedrich Date: Sun, 3 Jul 2005 20:29:58 +0200 User-Agent: KMail/1.8.1 References: <200507030412.11449.lofi@freebsd.org> <20050703112234.GE913@zi025.glhnet.mhn.de> <200507031113.21507.FreeBSD@insightbb.com> In-Reply-To: <200507031113.21507.FreeBSD@insightbb.com> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: Simon Barner , "freebsd-ports@freebsd.org" 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: Sun, 03 Jul 2005 18:30:14 -0000 --nextPart1542065.TSekjdLWDg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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=20 created with diff. Thus step 4 should be: diff -u path/to/file.c.orig path/to/file.c > patch-path_to_file =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1542065.TSekjdLWDg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCyC6rXhc68WspdLARAnsiAJsHP+tXgjEIP3aPXSM3ZR46mO97CgCfVv1W euqbckdonkcfezKfZ+AnWVg= =2CYb -----END PGP SIGNATURE----- --nextPart1542065.TSekjdLWDg--