freebsd-ports/x11-fonts/libFS/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
342 B
Makefile

PORTNAME= libFS
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= The FS library
WWW= https://www.x.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe xorg xorg-cat:lib
USE_XORG= xorgproto xtrans
CPE_VENDOR= x
CPE_PRODUCT= libfs
INSTALL_TARGET= install-strip
.include <bsd.port.mk>