From owner-svn-ports-all@FreeBSD.ORG Sat Mar 8 11:48:40 2014 Return-Path: Delivered-To: svn-ports-all@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 D26BA69E; Sat, 8 Mar 2014 11:48:40 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF51A997; Sat, 8 Mar 2014 11:48:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s28Bmew5009894; Sat, 8 Mar 2014 11:48:40 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s28BmeBx009893; Sat, 8 Mar 2014 11:48:40 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403081148.s28BmeBx009893@svn.freebsd.org> From: Antoine Brodin Date: Sat, 8 Mar 2014 11:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347480 - head/x11-drivers/xf86-input-magictouch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 11:48:40 -0000 Author: antoine Date: Sat Mar 8 11:48:40 2014 New Revision: 347480 URL: http://svnweb.freebsd.org/changeset/ports/347480 QAT: https://qat.redports.org/buildarchive/r347480/ Log: Mark BROKEN: Does not compile libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT xf86MagicTouch.lo -MD -MP -MF .deps/xf86MagicTouch.Tpo -c xf86MagicTouch.c -fPIC -DPIC -o .libs/xf86MagicTouch.o xf86MagicTouch.c:9:10: fatal error: 'xf86Version.h' file not found #include ^ 1 error generated. Reported by: pkg-fallout Modified: head/x11-drivers/xf86-input-magictouch/Makefile Modified: head/x11-drivers/xf86-input-magictouch/Makefile ============================================================================== --- head/x11-drivers/xf86-input-magictouch/Makefile Sat Mar 8 11:26:41 2014 (r347479) +++ head/x11-drivers/xf86-input-magictouch/Makefile Sat Mar 8 11:48:40 2014 (r347480) @@ -8,6 +8,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org magictouch input driver +BROKEN= Does not compile + .include .if defined(WITH_NEW_XORG)