Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2018 20:18:44 +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: r473250 - head/emulators/wine-devel
Message-ID:  <201806242018.w5OKIiqp053804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Jun 24 20:18:44 2018
New Revision: 473250
URL: https://svnweb.freebsd.org/changeset/ports/473250

Log:
  The VKD3D option is not operational yet, and there is at least one
  prerequisite port we are missing, so make sure we IGNORE this port
  should anyone try to enable this option nevertheless.
  
  PR:		229276

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Jun 24 20:18:40 2018	(r473249)
+++ head/emulators/wine-devel/Makefile	Sun Jun 24 20:18:44 2018	(r473250)
@@ -95,6 +95,8 @@ V4L_CONFIGURE_WITH=	v4l
 V4L_BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 V4L_LIB_DEPENDS=	libv4l1.so:multimedia/libv4l
 
+VKD3D_IGNORE=		The VKD3D option is not supported (yet)
+
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML-LibXML
 
 X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender



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