From owner-svn-ports-all@FreeBSD.ORG Sat Nov 9 14:32:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1CD7E2E; Sat, 9 Nov 2013 14:32:23 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF71020F6; Sat, 9 Nov 2013 14:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9EWNc2005790; Sat, 9 Nov 2013 14:32:23 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9EWNCH005788; Sat, 9 Nov 2013 14:32:23 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311091432.rA9EWNCH005788@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 9 Nov 2013 14:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333295 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 14:32:24 -0000 Author: gerald Date: Sat Nov 9 14:32:23 2013 New Revision: 333295 URL: http://svnweb.freebsd.org/changeset/ports/333295 Log: Update to Wine 1.7.5. This includes the following changes: - Rewrite of the BiDi algorithm for full Unicode 6.3 support. - Support for Video Mixing Renderer version 7. - Various bug fixes. Replace USE_GCC by USES=compiler:c11. [1] Suggested by: dbn [1] Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Nov 9 14:14:50 2013 (r333294) +++ head/emulators/wine-devel/Makefile Sat Nov 9 14:32:23 2013 (r333295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.5 +DISTVERSION= 1.7.6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -23,7 +23,6 @@ CONFLICTS_INSTALL= i386-wine-* wine-1.4* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ @@ -37,7 +36,7 @@ WINELIBDIR?= ${PREFIX}/lib USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= i386 -USES= bison gmake +USES= bison compiler:c11 gmake USE_BZIP2= yes SUB_FILES= pkg-message Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Nov 9 14:14:50 2013 (r333294) +++ head/emulators/wine-devel/distinfo Sat Nov 9 14:32:23 2013 (r333295) @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.5.tar.bz2) = 355c2980c457f7d714132fcf7008fcb9ad185295bdd9f0681e9123d839952823 -SIZE (wine-1.7.5.tar.bz2) = 21514302 +SHA256 (wine-1.7.6.tar.bz2) = ea26fa5b7f24069c4e44b8ef24e1c6d2d2ec3aac99adc1fecdf14dcbe357be86 +SIZE (wine-1.7.6.tar.bz2) = 21521738