From owner-svn-ports-branches@FreeBSD.ORG Wed May 14 21:37:18 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C622ADBE; Wed, 14 May 2014 21:37:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2E2F2CE4; Wed, 14 May 2014 21:37:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ELbIlF068719; Wed, 14 May 2014 21:37:18 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4ELbI1v068718; Wed, 14 May 2014 21:37:18 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201405142137.s4ELbI1v068718@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 14 May 2014 21:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r354088 - branches/2014Q2/x11-toolkits/qt5-gui X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 21:37:18 -0000 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}