From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 00:03:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E1D1451 for ; Thu, 7 Aug 2014 00:03:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E1902FC2 for ; Thu, 7 Aug 2014 00:03:33 +0000 (UTC) Received: from adamw (uid 959) (envelope-from adamw@FreeBSD.org) id 5bda by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 00:03:33 +0000 From: Adam Weinberger Date: Thu, 7 Aug 2014 00:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364236 - head/x11-drivers/xf86-video-scfb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e2c255.5bda.61be3f15@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 00:03:33 -0000 Author: adamw Date: Thu Aug 7 00:03:33 2014 New Revision: 364236 URL: http://svnweb.freebsd.org/changeset/ports/364236 QAT: https://qat.redports.org/buildarchive/r364236/ Log: Add USE_XORG=inputproto. CC scfb_driver.lo In file included from scfb_driver.c:53: In file included from /usr/local/include/xorg/xf86.h:46: In file included from /usr/local/include/xorg/xf86str.h:39: In file included from /usr/local/include/xorg/scrnintstr.h:58: /usr/local/include/xorg/dix.h:57:10: fatal error: 'X11/extensions/XI.h' file not found #include Modified: head/x11-drivers/xf86-video-scfb/Makefile Modified: head/x11-drivers/xf86-video-scfb/Makefile ============================================================================== --- head/x11-drivers/xf86-video-scfb/Makefile Wed Aug 6 23:57:20 2014 (r364235) +++ head/x11-drivers/xf86-video-scfb/Makefile Thu Aug 7 00:03:33 2014 (r364236) @@ -16,6 +16,6 @@ GH_COMMIT= bdeb3bf GNU_CONFIGURE= yes USES= libtool pkgconfig -USE_XORG= xorg-server xproto +USE_XORG= xorg-server xproto inputproto .include