mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +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
23 lines
438 B
Makefile
23 lines
438 B
Makefile
PORTNAME= libSM
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Session Management library for X11
|
|
WWW= https://www.freedesktop.org/Software/xlibs
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= pathfix xorg xorg-cat:lib
|
|
USE_XORG= ice xorgproto xtrans
|
|
|
|
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
|
|
s/doc//' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|