From owner-svn-ports-head@FreeBSD.ORG Tue Mar 26 21:35:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F082C383; Tue, 26 Mar 2013 21:35:24 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 17A821D6; Tue, 26 Mar 2013 21:35:23 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id t57so2577675wey.18 for ; Tue, 26 Mar 2013 14:35:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=w+GaKzzs2F8L+j4236RdkzmkQ2FiBrYae42gRr3QqsU=; b=KLHC6p20dxl6lDFUwIT3guaR/Ozlc736RzyraJO54DWU3Hj5vobdOFiub6/VshWVIG TFwALxcLdkeyWVYjpNKoUYyIVRZ4A+T+G+ITwYhYWVJFBdYuUa2cnzEfKfElpYYwkqRI BFF6h0RmGpdI7B3Y5MAfFxmH6wYUhF6NOMMRFzT8bydBIz5uzaqT/mO+dxWwGI80/rFu /nl4gAfjnceDKpRt35i5w+yqx4xtvskHrsJ8SUm164qP4BpKBIiPZkb3x1vaCgCHDRw6 Ig9SKWpHTfhdzjlyyQeyxBk4b3i6t0bZAquMn/P/31ouZglX0Dz1lz26T9Lm/2C5PTG+ fibA== X-Received: by 10.194.237.129 with SMTP id vc1mr27464975wjc.20.1364333723183; Tue, 26 Mar 2013 14:35:23 -0700 (PDT) Received: from dragon.dg ([197.87.118.152]) by mx.google.com with ESMTPS id gl11sm5329001wic.8.2013.03.26.14.35.20 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Mar 2013 14:35:22 -0700 (PDT) Sender: David Naylor From: David Naylor To: "Sergey A. Osokin" Subject: Re: svn commit: r315245 - in head/emulators: . i386-wine-devel i386-wine-devel/files Date: Tue, 26 Mar 2013 23:35:14 +0300 Message-ID: <36875999.qo3ESN1v78@dragon.dg> User-Agent: KMail/4.9.5 (FreeBSD/9.1-RELEASE; KDE/4.9.5; amd64; ; ) In-Reply-To: <20130326025707.GG39887@FreeBSD.org> References: <201303252008.r2PK8jtt049848@svn.freebsd.org> <552F406F-8274-4FBC-B36A-65C99542E8BF@bsdhash.org> <20130326025707.GG39887@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2646172.5KebPudHXO"; micalg="pgp-sha1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7Bit Cc: svn-ports-head@freebsd.org, Martin Wilke , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 21:35:25 -0000 --nextPart2646172.5KebPudHXO Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="koi8-r" On Tuesday, 26 March 2013 02:57:07 Sergey A. Osokin wrote: > On Tue, Mar 26, 2013 at 08:13:03AM +0800, Martin Wilke wrote: > > Why it calls i386-wine-devel? is wine-devel not just enough? > > I'm not sure that its possible to run i386 windows binaries on > amd64 with standard wine-devel port. The wine situation appears to be rather complicated. One can get: * wine for 32bit (emulators/wine and emulators/wine-devel) that runs on FreeBSD/i386, compiles on FreeBSD/i386 * wine for 32bit (emulators/i386-wine-devel) that runs on FreeBSD/amd64, compiles on FreeBSD/i386 * wine for 64bit (not ported) that runs on FreeBSD/amd64, will compile on FreeBSD/amd64 * WoW64, wine for 32bit and 64bit (not ported) that runs on FreeBSD/amd64, this port (if and when ported) will supersede emulators/i386-wine-devel. Will compile on FreeBSD/amd64 [1] As for the particular naming, of i386, I followed the linux- convention where the prefix indicates a different architecture (but can still be installed). I have plans (very early plans) to allow i386 to be installed on FreeBSD/amd64 by downloading the package (although no compilation on FreeBSD/amd64) and possibly integrating this port into the main port, but one step (port) at a time. [1] I think, wine might (probably) will require a compiler than can produce (cross-compile) 32bit binaries, which excludes base gcc. Regards --nextPart2646172.5KebPudHXO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEABECAAYFAlFSFJUACgkQUaaFgP9pFrItfACfVzsPskKM51VDyRzmmI8Gazzo 6qQAnijeaT68nfwXWAAxt8fAxYhn5nMm =3t23 -----END PGP SIGNATURE----- --nextPart2646172.5KebPudHXO--