From owner-cvs-all@FreeBSD.ORG Mon Mar 24 05:03:25 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C57106564A; Mon, 24 Mar 2008 05:03:25 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0CF8FC1A; Mon, 24 Mar 2008 05:03:25 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JY7007W2Y1I6P70@mta5.srv.hcvlny.cv.net>; Mon, 24 Mar 2008 01:03:24 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m2O53A3s019586; Mon, 24 Mar 2008 01:03:11 -0400 Date: Mon, 24 Mar 2008 01:03:05 -0400 From: "Aryeh M. Friedman" In-reply-to: <47E5D4C9.7070303@gmail.com> To: Gerald Pfeifer Message-id: <47E73609.2040609@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <200803230340.m2N3e2p3067324@repoman.freebsd.org> <47E5D4C9.7070303@gmail.com> User-Agent: Thunderbird 2.0.0.12 (X11/20080314) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 05:03:25 -0000 Aryeh M. Friedman wrote: > Gerald Pfeifer wrote: >> gerald 2008-03-23 03:40:02 UTC >> >> FreeBSD ports repository >> >> Modified files: >> emulators/wine Makefile distinfo pkg-plist Log: >> Update to Wine 0.9.58. Among others, this includes the following >> changes: >> - The default version is now Windows XP. >> - Many Richedit improvements. >> - Beginning of jscript dll support. >> - Shell folders now respect XDG directory configuration. >> - Many translation updates. >> - Lots of bug fixes. >> Revision Changes Path >> 1.256 +1 -1 ports/emulators/wine/Makefile >> 1.152 +3 -3 ports/emulators/wine/distinfo >> 1.129 +7 -0 ports/emulators/wine/pkg-plist >> _______________________________________________ >> cvs-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/cvs-ports >> To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org" >> >> > Any word on AMD64 support? cc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0xb8da6310, 0xe19b, 0x11d0, { 0x93, 0x3c, 0x00, 0xa0, 0xc9, 0x0d, 0xca, 0xa9 } }" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=nocona -o actxprxy_servprov_p.o actxprxy_servprov_p.c actxprxy_servprov_p.c:272:2: error: #error Currently only Wine and WIN32 are supported. gmake[2]: *** [actxprxy_servprov_p.o] Error 1 gmake[2]: Leaving directory `/usr/ports/emulators/wine/work/wine-0.9.58/dlls/actxprxy' gmake[1]: *** [actxprxy] Error 2 gmake[1]: Leaving directory `/usr/ports/emulators/wine/work/wine-0.9.58/dlls' gmake: *** [dlls] Error 2 *** Error code 2 Stop in /usr/ports/emulators/wine.