svn commit: r432816 - in head/x11-drivers: . xf86-video-ast xorg-drivers

Johannes M Dieterich jmd at FreeBSD.org
Mon Jan 30 01:42:14 UTC 2017


Author: jmd
Date: Mon Jan 30 01:42:13 2017
New Revision: 432816
URL: https://svnweb.freebsd.org/changeset/ports/432816

Log:
  Add xf86-video-ast driver for ASPEED graphics controllers in recent server motherboards.
  
  PR:		194705
  Submitted by:	nwhitehorn at freebsd.org
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9309

Added:
  head/x11-drivers/xf86-video-ast/
  head/x11-drivers/xf86-video-ast/Makefile   (contents, props changed)
  head/x11-drivers/xf86-video-ast/distinfo   (contents, props changed)
  head/x11-drivers/xf86-video-ast/pkg-descr   (contents, props changed)
Modified:
  head/x11-drivers/Makefile
  head/x11-drivers/xorg-drivers/Makefile

Modified: head/x11-drivers/Makefile
==============================================================================
--- head/x11-drivers/Makefile	Mon Jan 30 00:09:53 2017	(r432815)
+++ head/x11-drivers/Makefile	Mon Jan 30 01:42:13 2017	(r432816)
@@ -20,6 +20,7 @@
     SUBDIR += xf86-input-wacom
     SUBDIR += xf86-video-apm
     SUBDIR += xf86-video-ark
+    SUBDIR += xf86-video-ast
     SUBDIR += xf86-video-ati
     SUBDIR += xf86-video-chips
     SUBDIR += xf86-video-cirrus

Added: head/x11-drivers/xf86-video-ast/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-drivers/xf86-video-ast/Makefile	Mon Jan 30 01:42:13 2017	(r432816)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	xf86-video-ast
+PORTVERSION=	1.1.5
+CATEGORIES=	x11-drivers
+
+MAINTAINER=	x11 at FreeBSD.org
+COMMENT=	X.Org ASPEED display driver
+
+LICENSE=	MIT
+LICENSE_FILES=	${WRKSRC}/COPYING
+
+XORG_CAT=	driver
+USE_XORG=	xf86driproto glproto
+INSTALL_TARGET=	install-strip
+
+PLIST_FILES=	lib/xorg/modules/drivers/ast_drv.so
+
+.include <bsd.port.mk>

Added: head/x11-drivers/xf86-video-ast/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-drivers/xf86-video-ast/distinfo	Mon Jan 30 01:42:13 2017	(r432816)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1485310562
+SHA256 (xorg/driver/xf86-video-ast-1.1.5.tar.bz2) = 1edbbc55d47d3fd71dec99b15c2483e22738c642623a0fb86ef4a81a9067a2de
+SIZE (xorg/driver/xf86-video-ast-1.1.5.tar.bz2) = 339848

Added: head/x11-drivers/xf86-video-ast/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-drivers/xf86-video-ast/pkg-descr	Mon Jan 30 01:42:13 2017	(r432816)
@@ -0,0 +1,3 @@
+This package contains the X.Org xf86-video-ast driver.
+
+WWW: http://www.x.org

Modified: head/x11-drivers/xorg-drivers/Makefile
==============================================================================
--- head/x11-drivers/xorg-drivers/Makefile	Mon Jan 30 00:09:53 2017	(r432815)
+++ head/x11-drivers/xorg-drivers/Makefile	Mon Jan 30 01:42:13 2017	(r432816)
@@ -32,6 +32,7 @@ VIDEO_DRIVERS=		mach64 \
 			vesa \
 			apm \
 			ark \
+			ast \
 			chips \
 			dummy \
 			glint \


More information about the svn-ports-head mailing list