Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2016 11:51: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: r414806 - head/emulators/wine-devel
Message-ID:  <201605081151.u48BpNER015751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun May  8 11:51:23 2016
New Revision: 414806
URL: https://svnweb.freebsd.org/changeset/ports/414806

Log:
  Include GNUTLS in the default options since apparently it does help
  with Evernote and World of Warcraft.
  
  Bump PORTREVISION.
  
  PR:		208234

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun May  8 11:13:52 2016	(r414805)
+++ head/emulators/wine-devel/Makefile	Sun May  8 11:51:23 2016	(r414806)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	1.9.9
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -53,7 +54,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 PORTDATA=	l_intl.nls wine.inf
 
 OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL STAGING V4L WINEMAKER X11 GECKO MONO
-OPTIONS_DEFAULT=X11
+OPTIONS_DEFAULT=GNUTLS X11
 OPTIONS_SUB=	yes
 
 STAGING_DESC=	Include the Wine Staging patchset



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