From owner-cvs-all@FreeBSD.ORG Sat Sep 15 01:41:53 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 D21A516A417; Sat, 15 Sep 2007 01:41:53 +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 A84B313C442; Sat, 15 Sep 2007 01:41:53 +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 l8F1frTM071907; Sat, 15 Sep 2007 01:41:53 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8F1frtf071906; Sat, 15 Sep 2007 01:41:53 GMT (envelope-from gerald) Message-Id: <200709150141.l8F1frtf071906@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 15 Sep 2007 01:41:53 +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 ports/emulators/wine/files patch-avoid-user_shared_data 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, 15 Sep 2007 01:41:53 -0000 gerald 2007-09-15 01:41:53 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Removed files: emulators/wine/files patch-avoid-user_shared_data Log: Update to Wine 0.9.45. Among others, this brings the following changes: - Many improvements to the crypto dlls (should make iTunes work). - The usual assortment of Direct3D improvements. - A number of fixes to sound support. - Many more WordPad features. - Lots of bug fixes. Remove temporary hack to avoid running into an mmap() issue specific to FreeBSD which has been fixed now.[1] Stop building wine-kthread since wine-pthread should be better by now and the former might not even work any longer.[2] Make FreeBSD 6.2 the minimum requirement for this port. Submitted by: Tijl Coosemans [1][2] Revision Changes Path 1.242 +4 -5 ports/emulators/wine/Makefile 1.142 +3 -3 ports/emulators/wine/distinfo 1.2 +0 -62 ports/emulators/wine/files/patch-avoid-user_shared_data (dead) 1.119 +7 -1 ports/emulators/wine/pkg-plist