From owner-freebsd-ports@FreeBSD.ORG Thu Nov 22 08:02:10 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 3F91C16A469 for ; Thu, 22 Nov 2007 08:02:10 +0000 (UTC) (envelope-from redmail@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 1AE4F13C46E for ; Thu, 22 Nov 2007 08:02:10 +0000 (UTC) (envelope-from redmail@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (localhost [127.0.0.1]) by cauchy.math.missouri.edu (8.14.2/8.14.1) with ESMTP id lALLqrcP088634 for ; Wed, 21 Nov 2007 15:52:53 -0600 (CST) (envelope-from redmail@cauchy.math.missouri.edu) Received: (from redmail@localhost) by cauchy.math.missouri.edu (8.14.2/8.14.1/Submit) id lALLqrST088633 for freebsd-ports@freebsd.org; Wed, 21 Nov 2007 15:52:53 -0600 (CST) (envelope-from redmail) Date: Wed, 21 Nov 2007 15:52:53 -0600 From: Stephen Montgomery-Smith To: FreeBSD Ports List Message-ID: <20071121215253.GC88565@cauchy.math.missouri.edu> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071121202324.GW89927@graf.pompo.net> User-Agent: Mutt/1.4.2.3i 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 08:02:10 -0000 On Wed, Nov 21, 2007 at 09:23:24PM +0100, Thierry Thomas wrote: > Le Mer 21 nov 07 ? 1:44:33 +0100, Stephen Montgomery-Smith > ?crivait?: > > > >It didn't build at all on my system. I am sure it is a problem with > > >stlport/config/stl_gcc.h. > > > > > >What version of FreeBSD are you using? Did you build it with gcc or icc? > > > > Adding this attached file to stlport/files made it work for my system. > > Could you please check that my patch provided you the file > files/patch-stlport_stl_config_host.h? This config/host.h is the way to > handle this kind of specificities and should give the same result that > your patch. > 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?