Commit graph

575 commits

Author SHA1 Message Date
Larry Rosenman
b0a0685341
x11-drivers/xf86-video-scfb: Update Port
Per request of ray@
2021-12-20 17:19:13 -06:00
Emmanuel Vadot
40e9ad50de x11-drivers/xf86-video-vmware: Fix build with latest libdrm
libdrm includes stdbool.h but xorg redefines it in xf86Opt.h
Simply undef our bool to fix this failure.

PR: 259949
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2021-12-02 15:09:36 +01:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Koichiro Iwao
530ddcf842 x11-drivers/xorgxrdp: Update to 0.2.17
Changes:	https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.2.17
2021-10-02 23:26:44 +09:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Darius
b6eed3fd34 x11-drivers/xf86-video-ast: restore functionality on 12
AST video which works on 11-, doesn't on 12-, restored by
pulling in some Linux DRM patches and then massaging it to
avoid device-tree madness, from darius@dons.net.au

PR:		240294
Approved by:	zeising (x11@)
2021-07-09 13:24:23 +02:00
Jung-uk Kim
ca4de4fd36 x11-drivers/xf86-video-intel: work around execbuffer2 test failure
Work around execbuffer2 test failure. I was not able to enable DRI3 with
SNA.  It turned out DRM_IOCTL_I915_GEM_EXECBUFFER2 ioctl returns a
different error code, i.e., ENOENT instead of EFAULT. Allow both to
return true.

PR:		256354
Approved by:	x11 (manu)
2021-07-01 13:01:14 -06:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Gerald Pfeifer
d09ed096c4 */*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d9 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
2021-06-04 05:53:21 +00:00
Jan Beich
32ca8c877e Chase GitLab redirect in PATCH_SITES (a la 64c25a7c48)
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths
2021-05-12 15:54:30 +00:00
Jan Beich
fe9883e07c Convert GitLab diffs back to patches
GitLab has fixed unstable footer, so restore header/footer.
https://gitlab.com/gitlab-org/gitaly/-/commit/8a1daafa720b

This reverts commit c031fd115a.
2021-05-12 14:43:24 +00:00
Koichiro Iwao
7ad16e490c x11-drivers/xorgxrdp: Update to 0.2.16
Relnotes:	https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.2.16
2021-04-30 22:44:28 +09:00
Matthias Fechner
911f04257e Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
2021-04-09 20:44:23 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Koichiro Iwao
46411bef9f x11-drivers/xorgxrdp: switch to GH_TUPLE 2021-03-26 00:48:07 +00:00
Baptiste Daroussin
7d2b2182b3 libhal is actually not a dependency of this port
This port used to install 2 files for the hal deamon which are now actually
useless as the hal deamon is not used anymore by the software which might be
interested in vmmouse probes.
2021-02-07 05:16:28 +00:00
Jan Beich
280df27ab3 Drop illusion of maintenance
Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@
2021-01-31 01:55:19 +00:00
Niclas Zeising
f80621bc23 x11-drivers/xf86-input-synaptics: Enable EVDEV on 14
Enable the EVDEV option on FreeBSD 14.
Bump portrevision.

Noticed by:	jbeich
2021-01-26 15:52:48 +00:00
Jan Beich
b00f6bce9c x11-drivers/xf86-video-intel: update to 2.99.917.916 (2021-01-15 snapshot)
Changes:	a511f22cde...31486f40f8
PR:		252770
Tested by:	Oleksandr Kryvulia
Approved by:	zeising
2021-01-17 17:31:23 +00:00
Koichiro Iwao
7c50bac2b0 x11-drivers/xorgxrdp: Update to 0.2.15
Relnotes:	https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.2.15
Sponsored by:	HAW International
2021-01-04 08:28:14 +00:00
Jan Beich
b9736f4e16 x11-drivers/xf86-video-intel: update to 2.99.917.914 (2020-12-15 snapshot)
Changes:	ad5540f6ec...a511f22cde
PR:		251963
Tested by:	Oleksandr Kryvulia
Approved by:	zeising
2020-12-23 20:11:38 +00:00
Jan Beich
4fd4acf1a7 x11-drivers/xf86-video-intel: switch to iris by default
modesetting(4x) uses iris on Brodwell and newer, so do the same.

PR:		251588
Approved by:	manu, zeising
Tested by:	Oleksandr Kryvulia
2020-12-10 00:42:01 +00:00
Jan Beich
36b474ddb6 x11-drivers/xf86-video-intel: update to 2.99.917.912 (2020-11-16 snapshot)
Changes:	5ca3ac1a90...ad5540f6ec
PR:		251306
Tested by:	Oleksandr Kryvulia, Oleh Hushchenkov
Approved by:	zeising
2020-11-23 10:47:06 +00:00
Piotr Kubaj
2d5d9d2cd3 x11-drivers/xf86-video-amdgpu: enable on powerpc64le
Works fine.
2020-11-12 01:18:38 +00:00
Mateusz Piotrowski
26679aac05 Clean up the port
- Set LICENSE_FILE
- Switch to USES=localbase
- Simplify handling of SUB_FILES for option DRI3
- Fix a couple of typos in pkg-message

We should probably install /etc/X11/xrdp/xorg.conf as a @sample, but that's
probably something that the maintainer should take a look at.

Approved by:	portmgr (blanket)
2020-11-03 17:48:05 +00:00
Emmanuel Vadot
237a617c03 Rename graphics/libxatracker to graphics/mesa-gallium-xa
Mesa 20.2 update will split some of the gallium driver into their
own ports so rename this gallium driver to be named like the other ones.

Reviewed by:	zeising
X-Differential Revision:	https://reviews.freebsd.org/D26682
2020-10-12 07:34:20 +00:00
Niclas Zeising
a8d9df7e30 Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
2020-09-28 19:59:57 +00:00
Mark Linimon
7cc4eeb644 Allow building on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-23 21:11:20 +00:00
Rene Ladan
b2e5755eb8 Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
2020-09-15 databases/ntdb: Uses deprecated version of python
2020-09-15 databases/pgloader: Uses deprecated version of python
2020-09-15 databases/pgtune: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python
2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python
2020-09-15 databases/pydbx: Uses deprecated version of python
2020-09-15 databases/pyspatialite: Uses deprecated version of python
2020-09-15 deskutils/ljcharm: Uses deprecated version of python
2020-09-15 deskutils/mat: Uses deprecated version of python
2020-09-15 devel/aap: Uses deprecated version of python
2020-09-15 devel/apr2: Uses deprecated version of python
2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python
2020-09-15 devel/bicyclerepair: Uses deprecated version of python
2020-09-15 devel/bzrtools: Uses deprecated version of python
2020-09-15 devel/codeville: Uses deprecated version of python
2020-09-15 devel/cvs2svn: Uses deprecated version of python
2020-09-15 devel/cx_Freeze: Uses deprecated version of python
2020-09-15 devel/euca2ools: Uses deprecated version of python
2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python
2020-09-15 devel/git-bzr-ng: Uses deprecated version of python
2020-09-15 devel/git-cvs: Uses deprecated version of python
2020-09-15 devel/git-remote-hg: Uses deprecated version of python
2020-09-15 devel/grumpy: Uses deprecated version of python
2020-09-15 devel/hg-git: Uses deprecated version of python
2020-09-15 devel/libnxt: Uses deprecated version of python
2020-09-15 devel/libredblack: Uses deprecated version of python
2020-09-15 devel/llvm-cheri: Uses deprecated version of python
2020-09-15 devel/phpsh: Uses deprecated version of python
2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python
2020-09-15 devel/py-notify: Uses deprecated version of python
2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python
2020-09-15 devel/py-qserve: Uses deprecated version of python
2020-09-15 devel/py-subvertpy: Uses deprecated version of python
2020-09-15 devel/py_static_check: Uses deprecated version of python
2020-09-15 devel/pyst: Uses deprecated version of python
2020-09-15 devel/runsnakerun: Uses deprecated version of python
2020-09-15 devel/tailor: Uses deprecated version of python
2020-09-15 devel/uatraits: Uses deprecated version of python
2020-09-15 dns/nsec3walker: Uses deprecated version of python
2020-09-15 dns/sshfp: Uses deprecated version of python
2020-09-15 editors/medit: Uses deprecated version of python
2020-09-15 emulators/dynagen: Uses deprecated version of python
2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python
2020-09-15 games/diameter: Uses deprecated version of python
2020-09-15 games/kiki: Uses deprecated version of python
2020-09-15 games/lightyears: Uses deprecated version of python
2020-09-15 games/outerspace: Uses deprecated version of python
2020-09-15 games/pachi-game-engine: Uses deprecated version of python
2020-09-15 graphics/caffe: Uses deprecated version of python
2020-09-15 graphics/cloudcompare: Uses deprecated version of python
2020-09-15 graphics/kudu: Uses deprecated version of python
2020-09-15 graphics/pecomato: Uses deprecated version of python
2020-09-15 graphics/py-editobj: Uses deprecated version of python
2020-09-15 graphics/py-mayavi: Uses deprecated version of python
2020-09-15 graphics/pymorph: Uses deprecated version of python
2020-09-15 graphics/tilecache: Uses deprecated version of python
2020-09-15 graphics/uniconvertor: Uses deprecated version of python
2020-09-15 japanese/mailman: Uses deprecated version of python
2020-09-15 java/eclipse-pydev: Uses deprecated version of python
2020-09-15 lang/cdent: Uses deprecated version of python
2020-09-15 lang/julia06: Uses deprecated version of python
2020-09-15 lang/julia07: Uses deprecated version of python
2020-09-15 lang/julia11: Uses deprecated version of python
2020-09-15 lang/tinypy: Uses deprecated version of python
2020-09-15 mail/cleanup-maildir: Uses deprecated version of python
2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python
2020-09-15 mail/getmail: Uses deprecated version of python
2020-09-15 mail/muttils: Uses deprecated version of python
2020-09-15 mail/nohtml: Uses deprecated version of python
2020-09-15 mail/offlineimap: Uses deprecated version of python
2020-09-15 mail/openemm2015: Uses deprecated version of python
2020-09-15 math/blitz++: Uses deprecated version of python
2020-09-15 math/openfst: Uses deprecated version of python
2020-09-15 math/py-fpconst: Uses deprecated version of python
2020-09-15 misc/hb: Uses deprecated version of python
2020-09-15 misc/mtail: Uses deprecated version of python
2020-09-15 misc/wotsap: Uses deprecated version of python
2020-09-15 multimedia/freevo: Uses deprecated version of python
2020-09-15 multimedia/quodlibet: Uses deprecated version of python
2020-09-15 multimedia/tovid: Uses deprecated version of python
2020-09-15 net/ceph13: Uses deprecated version of python
2020-09-15 net/cloud-init-azure: Uses deprecated version of python
2020-09-15 net/exabgp: Uses deprecated version of python
2020-09-15 net/exaddos: Uses deprecated version of python
2020-09-15 net/fb: Uses deprecated version of python
2020-09-15 net/flent: Uses deprecated version of python
2020-09-15 net/flowgrep: Uses deprecated version of python
2020-09-15 net/googlecl: Uses deprecated version of python
2020-09-15 net/mininet: Uses deprecated version of python
2020-09-15 net/nfs-ganesha: Uses deprecated version of python
2020-09-15 net/opensips: Uses deprecated version of python
2020-09-15 net/py-python-ntlm: Uses deprecated version of python
2020-09-15 net/splatd: Uses deprecated version of python
2020-09-15 net-im/centerim-devel: Uses deprecated version of python
2020-09-15 net-im/fugu: Uses deprecated version of python
2020-09-15 net-im/proxy65: Uses deprecated version of python
2020-09-15 net-mgmt/crmsh: Uses deprecated version of python
2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python
2020-09-15 net-p2p/couchpotato: Uses deprecated version of python
2020-09-15 news/rawdog: Uses deprecated version of python
2020-09-15 ports-mgmt/portell: Uses deprecated version of python
2020-09-15 print/biblio-py: Uses deprecated version of python
2020-09-15 science/brian: Uses deprecated version of python
2020-09-15 science/paraview: Uses deprecated version of python
2020-09-15 security/arm: Uses deprecated version of python
2020-09-15 security/ismtp: Uses deprecated version of python
2020-09-15 security/py-halberd: Uses deprecated version of python
2020-09-15 security/switzerland: Uses deprecated version of python
2020-09-15 security/tsshbatch: Uses deprecated version of python
2020-09-15 shells/lshell: Uses deprecated version of python
2020-09-15 sysutils/abck: Uses deprecated version of python
2020-09-15 sysutils/condor: Uses deprecated version of python
2020-09-15 sysutils/farbot: Uses deprecated version of python
2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python
2020-09-15 sysutils/heartbeat: Uses deprecated version of python
2020-09-15 sysutils/isomd5sum: Uses deprecated version of python
2020-09-15 sysutils/py-stdiff: Uses deprecated version of python
2020-09-15 sysutils/tren: Uses deprecated version of python
2020-09-15 textproc/doclifter: Uses deprecated version of python
2020-09-15 textproc/ibus-el: Uses deprecated version of python
2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap
2020-09-15 textproc/plover: Uses deprecated version of python
2020-09-15 textproc/py-esmre: Uses deprecated version of python
2020-09-15 textproc/py-libxslt: Uses deprecated version of python
2020-09-15 textproc/py-pdfminer: Uses deprecated version of python
2020-09-15 textproc/translate-toolkit: Uses deprecated version of python
2020-09-15 www/bluefish: Uses deprecated version of python
2020-09-15 www/calendarserver: Uses deprecated version of python
2020-09-15 www/geeknote: Uses deprecated version of python
2020-09-15 www/go-appengine-sdk: Uses deprecated version of python
2020-09-15 www/google-appengine: Uses deprecated version of python
2020-09-15 www/libhpack: Uses deprecated version of python
2020-09-15 www/mkapachepw: Uses deprecated version of python
2020-09-15 www/mod_pagespeed: Uses deprecated version of python
2020-09-15 www/mod_python35: Uses deprecated version of python
2020-09-15 www/py-qp: Uses deprecated version of python
2020-09-15 www/py-url: Uses deprecated version of python
2020-09-15 www/pyblosxom: Uses deprecated version of python
2020-09-15 www/pyjamas: Uses deprecated version of python
2020-09-15 www/roundup: Uses deprecated version of python
2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python
2020-09-15 www/waccess: Uses deprecated version of python
2020-09-15 www/wadcomblog: Uses deprecated version of python
2020-09-15 www/webcheck: Uses deprecated version of python
2020-09-15 www/woof: Uses deprecated version of python
2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python
2020-09-15 x11-fm/twander: Uses deprecated version of python
2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python
2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python
2020-09-19 13:01:00 +00:00
Mark Linimon
57d40b4361 Remove conflict that is OBE. 2020-09-18 21:41:18 +00:00
Niclas Zeising
1dbda00343 x11-drivers/xf86-video-ati-legacy: Delete port
Delete xf86-video-ati-legacy.  It has been broken since the update of
xorg-server to 1.20, and despite attempts to fix it, has remained such.
It is time to remove it completely.
2020-09-16 20:58:22 +00:00
Niclas Zeising
2f940fe1f8 x11-drivers/xf86-video-vesa: Update to 2.5.0
Update x11-drivers/xf86-video-vesa to 2.5.0.  This is a maintenance release.

Changelog and announcement:
https://lists.x.org/archives/xorg-announce/2020-September/003060.html
2020-09-12 19:09:15 +00:00
Koichiro Iwao
ef84332d7b x11-drivers/xorgxrdp: Update to 0.2.14
Relnotes:	https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.2.14
Sponsored by:	HAW International
2020-09-01 01:51:53 +00:00
Niclas Zeising
db0023fac1 x11-drivers/xf86-video-geode: Fix -fno-common
Fix the build of x11-drivers/xf86-video-geode when compiled with
-fno-common, which is the default with llvm 11.
While here, add license.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-24 20:21:07 +00:00
Niclas Zeising
3ba1b802b2 x11-drivers/xf86-video-intel: Update snapshot
Update the snapshot of x11-driver/xf86-video-intel
- Fix build with -fno-common
- Fix MIT-SHM detection
- Drop SNA/UXA options in favor of xorg.conf(5)
- Add hyphen to output names for consistency with modesetting(4x)
- Add UDEV and XVMC options
- Add "make test" support
- Drop unused dependencies
- Switch to upstream versioning scheme
- Document all patches
- Simplify and deprecate _WITH_GETLINE
- Fix most style warnings

PR:		236003
Submitted by:	jbiech
MFH:		2020Q3
2020-08-18 22:07:48 +00:00
Niclas Zeising
8c67899b63 x11-drivers/xf86-video-openchrome: fix -fno-common
Fix the build with -fno-common, which is the default with llvm 11.

MFH:		2020Q3
2020-08-18 22:01:02 +00:00
Niclas Zeising
37ee844267 x11/drivers/xf86-video-amdgpu: Fix -fno-common
Pull in a patch from upstream to fix the build of xf86-video-amdgpu with
-fno-common, which is the default with llvm 11.

MFH:		2020Q3
2020-08-18 21:59:25 +00:00
Emmanuel Vadot
9a1e4f44e6 Build xorg AMD video drivers on aarch64
They build and work fine with drm-devel-kmod

Sponsored by:	The FreeBSD Foundation
2020-07-26 21:25:17 +00:00
Antoine Brodin
37a49a023d Deprecate ports broken for more than 6 months 2020-07-26 07:32:00 +00:00
Jan Beich
64c25a7c48 Chase GitLab redirect in PATCH_SITES
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths
2020-05-24 10:23:24 +00:00
Niclas Zeising
12caf2b6b3 x11-drivers/xf86-input-libinput: Update to 0.30.0
Update x11-drivers/xf86-input-libinput to 0.30.0
This release implements scroll button lock, making it possible to configure
the scroll button on a mouse so that there is no need to hold it down while
scrolling.

Changelog:
https://lists.x.org/archives/xorg-announce/2020-May/003045.html
2020-05-19 21:27:36 +00:00
Rene Ladan
f34ed5e696 Remove expired ports:
2020-05-01 net/py-pcap: Broken with python3 please consider using net/py-pypcap
2020-05-01 x11-drivers/xf86-video-tseng: broken
2020-05-01 x11-drivers/xf86-video-s3virge: broken
2020-05-01 12:55:50 +00:00
Vladimir Kondratyev
734b871c48 x11-drivers/xf86-input-synaptics: enable EVDEV by default on FreeBSD 12+
After switching default value of kern.evdev.rcpt_mask sysctl to 12 (r360126)
some users get their touchpads broken as they have xf86-input-synaptics port
installed. See e.g. PR/245948. This happens as xf86-input-synaptics has
greater priority than libinput and effectively disables latter after
installation. Workaround this issue with enabling EVDEV support in the port.

PR:		245966
Approved by:	x11 (zeising)
2020-04-27 23:19:42 +00:00
Alexey Dokuchaev
cffd28a95d Fix a typo: xorg-cat:drivers -> xorg-cat:driver.
Submitted by:	Chris Nicol
2020-04-25 13:47:08 +00:00
Niclas Zeising
1c1de3af84 x11-drivers/xf86-video-ati: Fix missing hw cursor
Add an upstream patch (submitted by myself and danfe) to fix the issue where
the hw cursor sometimes does not work when using x11-drivers/xf86-video-ati.
Big thanks to danfe@ for debugging and testing and figuring out what's going
on.

For details on the change, see upstream issue:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/issues/190

PR:		237642
Reported by:	jwb
MFH:		2020Q2
2020-04-15 19:54:49 +00:00
Niclas Zeising
d0fe05f1e0 x11-drivers/xf86-input-libinput: Update to 0.29.0
Update x11-drivers/xf86-input-libinput to 0.29.0
This is a maintenance release

Changelog: https://lists.x.org/archives/xorg-announce/2019-August/003017.html
2020-03-31 20:40:43 +00:00
Niclas Zeising
35ca86a622 xf86-video-qxl: No longer broken (still deprecated)
After r530014, xf86-video-qxl builds again, so remove broken.  It is still
deprecated because it uses python 2.
2020-03-31 20:37:21 +00:00