Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DD1CC7A2E8 for ; Tue, 20 Dec 2016 08:56:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8EA52855D7; Tue, 20 Dec 2016 08:56:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DB1785599 for ; Tue, 20 Dec 2016 08:56:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4XIdixzIqh-b for ; Tue, 20 Dec 2016 08:56:52 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7B1548557C for ; Tue, 20 Dec 2016 08:56:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7911BFBA6; Tue, 20 Dec 2016 08:56:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482224212183500" MIME-Version: 1.0 Date: Tue, 20 Dec 2016 08:56:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/meta-pkgs/modular-xorg-drivers To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161220085652.7911BFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482224212183500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Dec 20 08:56:52 UTC 2016 Modified Files: pkgsrc/meta-pkgs/modular-xorg-drivers: Makefile Log Message: Re-add qxl driver now it builds again. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482224212183500 Content-Disposition: inline Content-Length: 1253 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile diff -u pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.36 pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.37 --- pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile:1.36 Wed Dec 7 22:00:44 2016 +++ pkgsrc/meta-pkgs/modular-xorg-drivers/Makefile Tue Dec 20 08:56:52 2016 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2016/12/07 22:00:44 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/12/20 08:56:52 wiz Exp $ DISTNAME= # empty PKGNAME= modular-xorg-drivers-1.19.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} DISTFILES= # empty @@ -64,8 +64,7 @@ DEPENDS+= xf86-video-neomagic-[0-9]*:../ DEPENDS+= xf86-video-nouveau-[0-9]*:../../x11/xf86-video-nouveau DEPENDS+= xf86-video-nv-[0-9]*:../../x11/xf86-video-nv DEPENDS+= xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome -# broken with modular-xorg-server-1.19.0 -#DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl +DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl DEPENDS+= xf86-video-r128-[0-9]*:../../x11/xf86-video-r128 DEPENDS+= xf86-video-rendition-[0-9]*:../../x11/xf86-video-rendition DEPENDS+= xf86-video-s3-[0-9]*:../../x11/xf86-video-s3 --_----------=_1482224212183500--