Port details |
- xarcan X11 server as Arcan client
- 0.6.3 x11-servers =2 0.6.3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2020-11-27 22:11:18
- Last Update: 2024-09-03 13:51:02
- Commit Hash: d78539c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://arcan-fe.com/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xarcan>0:x11-servers/xarcan
- To install the port:
- cd /usr/ports/x11-servers/xarcan/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-servers/xarcan
- pkg install xarcan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xarcan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702931399
SHA256 (letoram-xarcan-0.6.3_GH0.tar.gz) = 819da816e5a4780fc0badeaf08dec04ff3c40231f4d2fc8877abc8d0ad49d82e
SIZE (letoram-xarcan-0.6.3_GH0.tar.gz) = 5512402
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dri_interface.h : graphics/mesa-dri
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- xtrans.pc : x11/xtrans
- xorgproto>=0 : x11/xorgproto
- pixman-1.pc : x11/pixman
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xdmcp.pc : x11/libXdmcp
- xfont2.pc : x11-fonts/libXfont2
- xkbfile.pc : x11/libxkbfile
- xshmfence.pc : x11/libxshmfence
- Runtime dependencies:
-
- xkbcomp : x11/xkbcomp
- xkeyboard-config>0 : x11/xkeyboard-config
- pixman-1.pc : x11/pixman
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xdmcp.pc : x11/libXdmcp
- xfont2.pc : x11-fonts/libXfont2
- xkbfile.pc : x11/libxkbfile
- xshmfence.pc : x11/libxshmfence
- Library dependencies:
-
- libepoxy.so : graphics/libepoxy
- libarcan_shmif_ext.so : multimedia/arcan
- libxcb-util.so : x11/xcb-util
- libxcb-icccm.so : x11/xcb-util-wm
- libgbm.so : graphics/mesa-libs
- libGL.so : graphics/libglvnd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-servers_xarcan
- USES:
- compiler:c11 gl meson pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.3 03 Sep 2024 13:51:02 |
Jan Beich (jbeich) |
x11-servers/xarcan: drop maintainership |
0.6.3 22 Dec 2023 11:31:49 |
Jan Beich (jbeich) |
x11-servers/xarcan: update to 0.6.3
Changes: https://github.com/letoram/xarcan/compare/0.6.1...0.6.3
Reported by: portscout |
0.6.1_1 20 Dec 2023 06:12:40 |
Jan Beich (jbeich) |
multimedia/arcan: update to 0.6.3
Changes: https://github.com/letoram/arcan/releases/tag/0.6.3
Reported by: Repology |
0.6.1 30 Sep 2023 19:57:17 |
Jan Beich (jbeich) |
x11-servers/xarcan: update to 0.6.1
Changes: https://github.com/letoram/xarcan/compare/0.6.0...0.6.1
Reported by: Repology |
0.6.0_6 01 Sep 2023 11:47:43 |
Gleb Popov (arrowd) |
x11/xtrans: Don't unlink X11 Unix sockets.
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 |
0.6.0_5 02 Jul 2023 19:13:39 |
Jan Beich (jbeich) |
x11-servers/xarcan: unbreak build with clang 16
../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 |
0.6.0_4 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.6.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.6.0_3 29 May 2022 14:29:34 |
Jan Beich (jbeich) |
multimedia/arcan: update to 0.6.1.1
Changes: https://github.com/letoram/arcan/releases/tag/0.6.1.1
Reported by: Repology |
0.6.0_2 19 Nov 2021 13:48:55 |
Jan Beich (jbeich) |
multimedia/arcan: update to 0.6.1
Changes: https://github.com/letoram/arcan/releases/tag/0.6.1 |
0.6.0_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
0.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.0 11 Dec 2020 15:17:08 |
jbeich |
x11-servers/xarcan: use same homepage as other Arcan tools |
0.6.0 01 Dec 2020 03:38:56 |
jbeich |
x11-servers/xarcan: update to 0.6.0
Changes: https://github.com/letoram/xarcan/compare/8f075d78b...0.6.0
Reported by: portscout |
0.5.4.1 27 Nov 2020 22:11:12 |
jbeich |
x11-servers/xarcan: add new port
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 |