svn commit: r354088 - branches/2014Q2/x11-toolkits/qt5-gui

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed May 14 21:37:18 UTC 2014


Author: rakuco
Date: Wed May 14 21:37:18 2014
New Revision: 354088
URL: http://svnweb.freebsd.org/changeset/ports/354088
QAT: https://qat.redports.org/buildarchive/r354088/

Log:
  MFH: r353821
  
  Explicitly disable evdev support.
  
  This is Linux-specific, and support for it may be accidentally enabled
  because the compiler test for it passes if multimedia/v4l_compat is
  installed, since it installs linux/input.h into ${LOCALBASE}/include.
  
  PR:		ports/187260
  
  Approved by:	portmgr (antoine)

Modified:
  branches/2014Q2/x11-toolkits/qt5-gui/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/x11-toolkits/qt5-gui/Makefile
==============================================================================
--- branches/2014Q2/x11-toolkits/qt5-gui/Makefile	Wed May 14 20:36:00 2014	(r354087)
+++ branches/2014Q2/x11-toolkits/qt5-gui/Makefile	Wed May 14 21:37:18 2014	(r354088)
@@ -27,7 +27,8 @@ USE_QT5=	core dbus qmake_build buildtool
 QT_DIST=	base
 USE_XORG=	x11 xi xrender
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	-no-eglfs
+CONFIGURE_ARGS=	-no-eglfs \
+		-no-evdev
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}


More information about the svn-ports-all mailing list