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
25 lines
539 B
Makefile
25 lines
539 B
Makefile
PORTNAME= libXfont
|
|
PORTVERSION= 1.5.4
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 2
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X font library
|
|
WWW= https://www.freedesktop.org/wiki/Software/xlibs/
|
|
|
|
LICENSE= MIT BSD2CLAUSE BSD3CLAUSE
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
USES= cpe xorg xorg-cat:lib
|
|
USE_XORG= xorgproto xtrans fontenc
|
|
INSTALL_TARGET= install-strip
|
|
CPE_PRODUCT= libxfont
|
|
CPE_VENDOR= x
|
|
|
|
CONFIGURE_ARGS= --without-xmlto --disable-devel-docs
|
|
|
|
.include <bsd.port.mk>
|