1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11/xtrans/Makefile
Gleb Popov 3312d02769 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
2023-09-01 14:47:43 +03:00

20 lines
435 B
Makefile

PORTNAME= xtrans
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= x11
PATCH_SITES= https://gitlab.freedesktop.org/xorg/lib/libxtrans/-/commit/
PATCHFILES+= 4e6763a5914c.patch:-p1 # https://gitlab.freedesktop.org/xorg/lib/libxtrans/-/merge_requests/8
MAINTAINER= x11@FreeBSD.org
COMMENT= Abstract network code for X
LICENSE= MIT
USES= xorg-cat:lib
CONFIGURE_ARGS+=--disable-docs --without-xmlto
NO_ARCH= yes
.include <bsd.port.mk>