svn commit: r383728 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Fri Apr 10 13:35:28 UTC 2015


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


More information about the svn-ports-all mailing list