From owner-freebsd-ports@FreeBSD.ORG Thu Nov 22 09:29:56 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 872E216A476 for ; Thu, 22 Nov 2007 09:29:56 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from ella.lautre.net (ella.lautre.net [80.67.160.76]) by mx1.freebsd.org (Postfix) with ESMTP id 4301913C4D5 for ; Thu, 22 Nov 2007 09:29:56 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.lautre.net (Postfix) with ESMTP id 981964C339; Thu, 22 Nov 2007 10:29:42 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 80) id 5088411424; Thu, 22 Nov 2007 10:29:40 +0100 (CET) Received: from 192.54.193.52 ([192.54.193.52]) by graf.pompo.net (Horde MIME library) with HTTP; Thu, 22 Nov 2007 10:29:40 +0100 Message-ID: <20071122102940.yg6bd25cxwgwosog@graf.pompo.net> X-Priority: 3 (Normal) Date: Thu, 22 Nov 2007 10:29:40 +0100 From: Thierry Thomas To: Stephen Montgomery-Smith References: <4740FB72.5010206@math.missouri.edu> <20071119062848.GS57695@graf.pompo.net> <20071120211224.GJ85384@graf.pompo.net> <474379D0.3040702@math.missouri.edu> <47437F71.6040400@math.missouri.edu> <20071121202324.GW89927@graf.pompo.net> <20071121215253.GC88565@cauchy.math.missouri.edu> In-Reply-To: <20071121215253.GC88565@cauchy.math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-6.2 X-Originating-IP: 192.54.193.52 X-Remote-Browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9 Cc: FreeBSD Ports List Subject: Re: stlport 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: Thu, 22 Nov 2007 09:29:56 -0000 Selon Stephen Montgomery-Smith le Mer 21 nov 22:52:53 2007 : > Now that you mention it, I can see it in the diff file that you sent me. > > How do you get patch to behave properly when the file it diffs > against doesn't > already exist? If you `cd /usr/ports', patch -p0 < /tmp/stlport.diff should apply everything. Ajust -p0 (-p1, etc.) if you run it from another dir. Regards, -- Th. Thomas.