View | Details | Raw Unified | Return to bug 196462
Collapse All | Expand All

(-)x11/xdm/Makefile (-2 / +9 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xdm
3
PORTNAME=	xdm
4
PORTVERSION=	1.1.11
4
PORTVERSION=	1.1.11
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 21-31 Link Here
21
21
22
OPTIONS_SUB=	yes
22
OPTIONS_SUB=	yes
23
23
24
OPTIONS_DEFINE=	XDMSHELL
24
OPTIONS_DEFINE=	XDMSHELL XFT
25
XDMSHELL_DESC=	Install xdmshell
25
XDMSHELL_DESC=	Install xdmshell
26
26
27
XDMSHELL_CONFIGURE_ENABLE=	xdmshell
27
XDMSHELL_CONFIGURE_ENABLE=	xdmshell
28
XFT_EXTRA_PATCHES=	${FILESDIR}/extra-patch-config.h.in
28
29
30
.include <bsd.port.options.mk>
31
32
.if ${PORT_OPTIONS:MXFT}
33
USE_XORG+=	xft
34
.endif
35
29
INSTALL_TARGET=	install-strip
36
INSTALL_TARGET=	install-strip
30
37
31
post-patch:
38
post-patch:
(-)x11/xdm/files/extra-patch-config.h.in (+11 lines)
Line 0 Link Here
1
--- config.h.in.orig	2014-12-21 05:12:55.000000000 +0500
2
+++ config.h.in	2014-12-21 05:13:03.000000000 +0500
3
@@ -219,7 +219,7 @@
4
 
5
 
6
 /* Define to 1 to use Xft for text on greeter screen */
7
-#undef USE_XFT
8
+#define USE_XFT 1
9
 
10
 /* Define to 1 to use XINERAMA in greeter & chooser */
11
 #undef USE_XINERAMA

Return to bug 196462