From owner-svn-ports-head@FreeBSD.ORG Sat Aug 9 09:23:26 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 7EC89295 for ; Sat, 9 Aug 2014 09:23:26 +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 515CE24F9 for ; Sat, 9 Aug 2014 09:23:26 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 2332 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 09:23:26 +0000 From: Antoine Brodin Date: Sat, 9 Aug 2014 09:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364418 - 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: <53e5e88e.2332.729c4815@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: Sat, 09 Aug 2014 09:23:26 -0000 Author: antoine Date: Sat Aug 9 09:23:25 2014 New Revision: 364418 URL: http://svnweb.freebsd.org/changeset/ports/364418 QAT: https://qat.redports.org/buildarchive/r364418/ Log: Attempt to unbreak Reported by: pkg-fallout Modified: head/x11-drivers/xf86-video-scfb/Makefile Modified: head/x11-drivers/xf86-video-scfb/Makefile ============================================================================== --- head/x11-drivers/xf86-video-scfb/Makefile Sat Aug 9 09:18:52 2014 (r364417) +++ head/x11-drivers/xf86-video-scfb/Makefile Sat Aug 9 09:23:25 2014 (r364418) @@ -16,6 +16,6 @@ GH_COMMIT= bdeb3bf GNU_CONFIGURE= yes USES= libtool pkgconfig -USE_XORG= xorg-server xproto inputproto +USE_XORG= xorg-server xproto inputproto randrproto renderproto videoproto .include