1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

x11-servers/xorg-server: simplify DEFAULT_FONTPATH_LIST manipulation

Note that this involves no functional change.
This commit is contained in:
Hiroki Sato 2022-05-07 02:46:01 +09:00
parent 097c9235d9
commit 961eb1a13b
No known key found for this signature in database
GPG Key ID: DBB07DC66F1F737F

View File

@ -49,7 +49,6 @@ DEFAULT_FONTPATH_LIST= \
${FONTPATH_ROOT}/100dpi/ \
${FONTPATH_ROOT}/75dpi/ \
catalogue:${FONTPATHD}
DEFAULT_FONTPATH_CMD=${ECHO_CMD} ${DEFAULT_FONTPATH_LIST} | ${TR} ' ' ,
PLIST_SUB+= FONTPATHD="${FONTPATHD:S,^${PREFIX}/,,}"
USES= compiler:c11 cpe gl gmake perl5 ssl tar:xz xorg xorg-cat:xserver
@ -57,7 +56,7 @@ USE_PERL5= build
USE_GL+= gl
USE_XORG+= pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans
CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \
--with-default-font-path="$$(${DEFAULT_FONTPATH_CMD})" \
--with-default-font-path="${DEFAULT_FONTPATH_LIST:ts,}" \
--without-dtrace --disable-config-hal \
--disable-install-setuid --disable-unit-tests \
--with-fallback-input-driver=libinput