Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 14:32:23 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333295 - head/emulators/wine-devel
Message-ID:  <201311091432.rA9EWNCH005788@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311091432.rA9EWNCH005788>