From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 08:38:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4307F7B0; Fri, 3 Oct 2014 08:38:39 +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 2EC27AD4; Fri, 3 Oct 2014 08:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s938cdhA033045; Fri, 3 Oct 2014 08:38:39 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s938cdTg033044; Fri, 3 Oct 2014 08:38:39 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410030838.s938cdTg033044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 08:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r369878 - in branches/2014Q4/x11-drivers: . xf86-video-ati-ums X-SVN-Group: ports-branches 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.18-1 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: Fri, 03 Oct 2014 08:38:39 -0000 Author: bapt Date: Fri Oct 3 08:38:38 2014 New Revision: 369878 URL: https://svnweb.freebsd.org/changeset/ports/369878 QAT: https://qat.redports.org/buildarchive/r369878/ Log: MFH: r369876 Add a ums only version of the ati drivers Added: branches/2014Q4/x11-drivers/xf86-video-ati-ums/ - copied from r369876, head/x11-drivers/xf86-video-ati-ums/ Modified: branches/2014Q4/x11-drivers/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/x11-drivers/Makefile ============================================================================== --- branches/2014Q4/x11-drivers/Makefile Fri Oct 3 08:38:08 2014 (r369877) +++ branches/2014Q4/x11-drivers/Makefile Fri Oct 3 08:38:38 2014 (r369878) @@ -20,6 +20,7 @@ SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark SUBDIR += xf86-video-ati + SUBDIR += xf86-video-ati-ums SUBDIR += xf86-video-chips SUBDIR += xf86-video-cirrus SUBDIR += xf86-video-dummy