svn commit: r421067 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Mon Aug 29 15:07:49 UTC 2016


Author: gerald
Date: Mon Aug 29 15:07:48 2016
New Revision: 421067
URL: https://svnweb.freebsd.org/changeset/ports/421067

Log:
  Backport from wine-devel (r414806):
  
  Include GNUTLS in the default options since apparently it does help
  with Evernote and World of Warcraft.
  
  And it also seems to help with Internet Explorer and Microsoft Office. [1]
  
  Bump PORTREVISION.
  
  PR:		208234
  Reported by:	crees [1]

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Mon Aug 29 15:04:35 2016	(r421066)
+++ head/emulators/wine/Makefile	Mon Aug 29 15:07:48 2016	(r421067)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.8.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -49,7 +50,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 PORTDATA=	l_intl.nls wine.inf
 
 OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL V4L WINEMAKER X11 GECKO MONO
-OPTIONS_DEFAULT=X11
+OPTIONS_DEFAULT=GNUTLS X11
 OPTIONS_SUB=	yes
 
 DOSBOX_DESC=	Use DOSBox to run MS-DOS programs


More information about the svn-ports-all mailing list