mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
3312d02769
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
20 lines
435 B
Makefile
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>
|