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

Gerald Pfeifer gerald at FreeBSD.org
Sun Jun 24 20:18:46 UTC 2018


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


More information about the svn-ports-all mailing list