From owner-freebsd-ports@FreeBSD.ORG Fri Nov 18 07:30:30 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 83CFE16A421 for ; Fri, 18 Nov 2005 07:30:30 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id C403E43D46 for ; Fri, 18 Nov 2005 07:30:27 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so115387nzo for ; Thu, 17 Nov 2005 23:30:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ukyiY6et+R56lwqQasS7bAJ70AoGEDBOxztj2IHBl1f5tsftrVG3/PD7TYCfc4Ttqn3kXTaRhE6w5cggN0tRBz3RGlEizTHxvxsdkF5f5pmK7aor7IPINams8/3GGx3Y3ZbaNwHDoPIPgKQvUIU+mDW7q1Phi5Jc9VH2NywcPq0= Received: by 10.36.216.6 with SMTP id o6mr5579815nzg; Thu, 17 Nov 2005 23:30:27 -0800 (PST) Received: by 10.37.20.33 with HTTP; Thu, 17 Nov 2005 23:30:27 -0800 (PST) Message-ID: Date: Fri, 18 Nov 2005 10:30:27 +0300 From: "Andrew P." To: Derrick Edwards In-Reply-To: <200511171954.42629.dantavious@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511171954.42629.dantavious@comcast.net> Cc: gerald@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Wine problems 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: Fri, 18 Nov 2005 07:30:30 -0000 On 11/18/05, Derrick Edwards wrote: > All, > I installed wine via ports and used winecfg to configure it. When I try t= o > install Internet explorer with the command wine ie6setup.exe, I get an er= ror > stating that "Setup was unable to download the required componets." This = is > where I am stuck at. Can someone help? I also get the following when runn= ing > from the command line. I have successfully installed IE6 (with some fonts problem), using a script from here: http://sidenet.ddo.jp/winetips/config.html Actually, I'm thinking about creating some kind of wine infrastructure, so that people can create ports of win32 apps. Gerald and I might discuss it later.