aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xarcan
Commit message (Collapse)AuthorAgeFilesLines
* x11-servers/xarcan: update to 0.6.1Jan Beich2023-09-303-45/+8
| | | | | Changes: https://github.com/letoram/xarcan/compare/0.6.0...0.6.1 Reported by: Repology
* x11/xtrans: Don't unlink X11 Unix sockets.Gleb Popov2023-09-011-1/+1
| | | | | | | | | | | | | | | Without this change calling `Xorg -displayfd ..` would always make X to use :0 as the DISPLAY. This was a showstopper for running parallel desktop sessions. The leftover UDS' are cleaned up during system's boot by the /etc/rc.d/cleartmp service. Based on work of jbeich and Olivier Certner <olivier.freebsd@free.fr>. PR: 253277 Approved by: manu Sponsored by: Serenity Cybersecurity, LLC Differential Revision: https://reviews.freebsd.org/D30557
* x11-servers/xarcan: unbreak build with clang 16Jan Beich2023-07-022-1/+34
| | | | | | | | ../hw/kdrive/arcan/arcan.c:1523:21: error: incompatible function pointer types initializing 'present_abort_vblank_ptr' (aka 'void (*)(struct _rrCrtc *, unsigned long, unsigned long)') with an expression of type 'void (void *)' [-Wincompatible-function-pointer-types] .abort_vblank = arcanPresentAbortVblank, ^~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* multimedia/arcan: update to 0.6.1.1Jan Beich2022-05-291-1/+1
| | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.1.1 Reported by: Repology
* multimedia/arcan: update to 0.6.1Jan Beich2021-11-191-1/+1
| | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.1
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-servers/xarcan: use same homepage as other Arcan toolsJan Beich2020-12-111-1/+1
| | | | Notes: svn path=/head/; revision=557742
* x11-servers/xarcan: update to 0.6.0Jan Beich2020-12-012-33/+8
| | | | | | | | Changes: https://github.com/letoram/xarcan/compare/8f075d78b...0.6.0 Reported by: portscout Notes: svn path=/head/; revision=556702
* x11-servers/xarcan: add new portJan Beich2020-11-273-0/+94
This is a patched Xserver with a KDrive backend that uses the arcan-shmif to map Xlib/Xcb/X clients to a running Arcan instance. It currently works as a 'desktop in a window', where you supply the window manager and so on, and use the X side as normal. Some Arcan features will be lost, particularly any customizations done to the keybindings - normal X controls for defining keyboard maps and overrides are needed. https://github.com/letoram/xarcan Notes: svn path=/head/; revision=556458