From owner-cvs-all@FreeBSD.ORG Sat Dec 29 12:11:55 2007 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 1C58C16A421; Sat, 29 Dec 2007 12:11:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11EF513C447; Sat, 29 Dec 2007 12:11:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBTCBs0F085223; Sat, 29 Dec 2007 12:11:54 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBTCBs4U085216; Sat, 29 Dec 2007 12:11:54 GMT (envelope-from gerald) Message-Id: <200712291211.lBTCBs4U085216@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 29 Dec 2007 12:11:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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: Sat, 29 Dec 2007 12:11:55 -0000 gerald 2007-12-29 12:11:54 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to Wine 0.9.52. Among others, this includes the following changes: - Many copy protection fixes. - GLSL is now the default for Direct3D. - Lots of memory errors fixed thanks to Valgrind. - Support for TOPMOST windows. - Beginnings of an inetcomm dll implementation. - Completed I/O completion. - Improved user credentials management, including Mac Keychain support. - More Valgrinding. - A bunch of WinHelp improvements. - Better Japanese font support. - A ton of rpcrt4 fixes. - Several Alsa capture fixes. - Improved support for screen resolution changes. - Improved graphics tablet support. - Support for RPC context handles. - Fixes for some longstanding screen depth issues. - Implementation of "My Network Places" shell folder. - Lots of bug fixes. Move our desktop file into DESKTOPDIR [1] and make the postinstall target a bit less chatty. PR: 118753 Submitted by: Naram Qashat (update from 0.9.50 to 0.9.51) Suggested by: Tijl Coosemans [1] Revision Changes Path 1.247 +6 -3 ports/emulators/wine/Makefile 1.146 +3 -3 ports/emulators/wine/distinfo 1.122 +28 -1 ports/emulators/wine/pkg-plist