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 0E1987A33B for ; Tue, 20 Dec 2016 08:55:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B25E3855D7; Tue, 20 Dec 2016 08:55:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41BBF85599 for ; Tue, 20 Dec 2016 08:55:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kVOxGXCgzBgh for ; Tue, 20 Dec 2016 08:55:32 +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 73BFD8557C for ; Tue, 20 Dec 2016 08:55:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E866FBA6; Tue, 20 Dec 2016 08:55:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482224132245180" MIME-Version: 1.0 Date: Tue, 20 Dec 2016 08:55:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xf86-video-qxl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161220085532.6E866FBA6@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. --_----------=_1482224132245180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Tue Dec 20 08:55:32 UTC 2016 Modified Files: pkgsrc/x11/xf86-video-qxl: Makefile distinfo Log Message: Updated xf86-video-qxl to 0.1.5. Fixes build with modular-xorg-server 1.19. Adam Jackson (1): Use pci_io_write8 instead of outb Christophe Fergeau (16): Remove unused variables Remove stray blank comment line Use <> for system-includes Fix compilation with newer Xorg versions Add missing licence header Add note about deprecated setting of mm_time Xspice: Fix 'erorr' typo in error message xspice: Don't create Xorg time in timer_add Fix "calles" typo in comment build: Error out when enabling xspice with X.Org 1.19 build-sys: Update for 0.1.5 release xspice: Adjust to X.org 1.19 changes Xspice: Replace malloc/strdup use with xnfalloc/xnfstrdup Remove unused 'event_mask' field Revert "Remove unused 'event_mask' field" NEWS: Xspice now works with X.org 1.19 Dave Airlie (2): Disable surfaces when KMS is used Disable composite/a8 surfaces for KMS Francois Gouget (14): spiceqxl: Recognize the same set of boolean values as in xorg.conf. spiceqxl: Reject invalid boolean values, just like for other options. Xspice: Don't set defaults for the options. spiceqxl: Fix formatting of a couple of function calls. server: Convert qxl->monitors_config to a QXLPHYSICAL using physical_address() spiceqxl_audio: Let the audio play when no client is connected spiceqxl_audio: Only condense the fifo list when one has been closed spiceqxl_audio: Fix a race condition in the audio playback spiceqxl_audio: Only start the playback channel when fifos are present spiceqxl_audio: Stop the playback channel if there is nothing to play spiceqxl: Add SpiceVideoCodecs to specify video codec preference Xspice: Add --video-codecs to specify encoder and codec preferences spiceqxl: Remove an unused macro spiceqxl: Improve the Xspice and Xorg configuration option descriptions Hans de Goede (1): Fix crash caused by attempting to access the screen pixmap before it is created Javier Celaya (1): Fix drawable mm_time with KMS Jeremy White (14): Do not process watches on select() error. Bug fix: libcacard headers and libraries were not correctly used. Add and remove the vdagent interface as the vdagent Only watch the uinput channel when an agent is connected. Correct the XSpice AgentMouse configuration options. Document a number of missing XSpice vdagent options in the example xorg.conf. Set the regular spice port only once, and then only if it Xspice: handle parameters with value 0, allows --port 0 Add support for a --numheads option to the Xspice script. XSpice: allow the udcs socket to be specified, rather than hard coded. Revise Xspice --auto to use a temporary directory. XSpice: auto generate temp files for the vdagent process. Provide an implementation for put_image in dfps mode. Optimize dfps mode to send updates only for the primary pixmap. Marc-André Lureau (2): kms: initialize primary surface to screen virtual size kms: do not overwrite screen virtualX/Y Owen W. Taylor (1): Check for either xfont.pc or xfont2.pc Uri Lublin (1): uxa: fix compiler warnings (initialize width, height, [xy]Dst_copy) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xf86-video-qxl/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xf86-video-qxl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482224132245180 Content-Disposition: inline Content-Length: 1736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xf86-video-qxl/Makefile diff -u pkgsrc/x11/xf86-video-qxl/Makefile:1.5 pkgsrc/x11/xf86-video-qxl/Makefile:1.6 --- pkgsrc/x11/xf86-video-qxl/Makefile:1.5 Fri Feb 26 11:27:20 2016 +++ pkgsrc/x11/xf86-video-qxl/Makefile Tue Dec 20 08:55:32 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/02/26 11:27:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/20 08:55:32 wiz Exp $ -DISTNAME= xf86-video-qxl-0.1.4 -PKGREVISION= 1 +DISTNAME= xf86-video-qxl-0.1.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xf86-video-qxl/distinfo diff -u pkgsrc/x11/xf86-video-qxl/distinfo:1.2 pkgsrc/x11/xf86-video-qxl/distinfo:1.3 --- pkgsrc/x11/xf86-video-qxl/distinfo:1.2 Wed Nov 4 03:29:03 2015 +++ pkgsrc/x11/xf86-video-qxl/distinfo Tue Dec 20 08:55:32 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 03:29:03 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/12/20 08:55:32 wiz Exp $ -SHA1 (xf86-video-qxl-0.1.4.tar.bz2) = 14b8574a0066c15a627064d4986f0d82af8b993b -RMD160 (xf86-video-qxl-0.1.4.tar.bz2) = cc0b335ae437089c2ca45a1ba0f83050b27ff46f -SHA512 (xf86-video-qxl-0.1.4.tar.bz2) = 6ce518bb3ee9fce6066b492351c25a4a429edf7eff4ecbe9dc49fe5ee1f1d68586761624d2601f4bb6c4f4ddf7996f2fc8024707501b0de76ab6932bfe82c51d -Size (xf86-video-qxl-0.1.4.tar.bz2) = 487656 bytes +SHA1 (xf86-video-qxl-0.1.5.tar.bz2) = 150bbd8bf2218e33c30ca6e88422870ae08ff1af +RMD160 (xf86-video-qxl-0.1.5.tar.bz2) = 09f8498561cfab19c5089d0237bf558ececaef00 +SHA512 (xf86-video-qxl-0.1.5.tar.bz2) = 7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782 +Size (xf86-video-qxl-0.1.5.tar.bz2) = 508266 bytes --_----------=_1482224132245180--