From owner-freebsd-ports@FreeBSD.ORG Wed Mar 23 16:59:02 2005 Return-Path: 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 4498216A4CE for ; Wed, 23 Mar 2005 16:59:02 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C893A43D4C for ; Wed, 23 Mar 2005 16:59:01 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so236805wri for ; Wed, 23 Mar 2005 08:59:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=GPniHjVj7xUZYHNM8GHSK2frhbqQdjJc6pAiSl8/6DJGtqOO2n/Rp9qJ4jHA5ht15dR1yH8NJc7s5RFY0bbxZ8Wg9JMxFydyKhT/OwVJct4TPWw+etqGpCnEa5VI5q8/LkNj+x24KKBKe5HwDRnjopToBcVXao+HgU8WKKKrbxU= Received: by 10.54.95.13 with SMTP id s13mr430148wrb; Wed, 23 Mar 2005 08:59:00 -0800 (PST) Received: by 10.54.29.77 with HTTP; Wed, 23 Mar 2005 08:59:00 -0800 (PST) Message-ID: <790a9fff05032308597da515be@mail.gmail.com> Date: Wed, 23 Mar 2005 10:59:00 -0600 From: Scot Hetzel To: ddlawrence@excite.com In-Reply-To: <20050323164802.1E1598AF16@xprdmailfe2.nwk.excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050323164802.1E1598AF16@xprdmailfe2.nwk.excite.com> cc: freebsd-ports@freebsd.org Subject: Re: wine woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2005 16:59:02 -0000 On Wed, 23 Mar 2005 11:48:02 -0500 (EST), Don Lawrence wrote: > > Hi. I am new to freeBSD & wine. Just got 5.3 up with the > freebie CD with all the packages/ports. > I can't find the wine executable. There are the makefile > files in /usr/ports/emulators/wine, no install file though. > I thought it is already made & installed. No? > Please help.......exasperated..........don > Just do a "make install" in the /usr/ports/emulators/wine directory, and it will build and install wine. or get the wine package from ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/ and use pkg_add to install it. Scot