Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 13:35:28 +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: r383728 - head/emulators/wine-devel
Message-ID:  <201504101335.t3ADZSE8003437@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Apr 10 13:35:27 2015
New Revision: 383728
URL: https://svnweb.freebsd.org/changeset/ports/383728

Log:
  Revert the bogus half of the previous commit (which added COMPHOLIO
  to OPTIONS_DEFAULT).
  
  The other half, which is actually desirable, moved extraction of
  the Compholio/Staging patchset from the pre-configure target to
  the post-extract target which allows us to actually add local
  patches for this patchset as well.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Fri Apr 10 13:34:07 2015	(r383727)
+++ head/emulators/wine-devel/Makefile	Fri Apr 10 13:35:27 2015	(r383728)
@@ -53,7 +53,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 PORTDATA=	l_intl.nls wine.inf
 
 OPTIONS_DEFINE=	COMPHOLIO CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL V4L WINEMAKER X11 GECKO MONO
-OPTIONS_DEFAULT=X11 COMPHOLIO
+OPTIONS_DEFAULT=X11
 OPTIONS_SUB=	yes
 
 COMPHOLIO_DESC=	Include the Compholio patchset, needed for Pipelight support



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