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

(-)x11-servers/xorg-server/Makefile (-1 / +8 lines)
Lines 45-51 Link Here
45
CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \
45
CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \
46
		--localstatedir=/var --with-shared-memory-dir=/tmp \
46
		--localstatedir=/var --with-shared-memory-dir=/tmp \
47
		--disable-config-udev --disable-config-udev-kms \
47
		--disable-config-udev --disable-config-udev-kms \
48
		--without-dtrace --enable-glamor
48
		--without-dtrace
49
INSTALL_TARGET=	install-strip
49
INSTALL_TARGET=	install-strip
50
50
51
.if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" || ${PORTNAME} == "xwayland"
51
.if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" || ${PORTNAME} == "xwayland"
Lines 87-92 Link Here
87
# We handle Xorg setuid in the plist. This allows to build xorg-server as a user.
87
# We handle Xorg setuid in the plist. This allows to build xorg-server as a user.
88
CONFIGURE_ARGS+=--disable-install-setuid
88
CONFIGURE_ARGS+=--disable-install-setuid
89
89
90
.if ${ARCH} != "sparc64"
91
CONFIGURE_ARGS+=--enable-glamor
92
PLIST_SUB+=	GLAMOR=""
93
.else
94
PLIST_SUB+=	GLAMOR="@comment "
95
.endif
96
90
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
97
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
91
LIB_DEPENDS+=	libunwind.so:devel/libunwind
98
LIB_DEPENDS+=	libunwind.so:devel/libunwind
92
.endif
99
.endif
(-)x11-servers/xorg-server/pkg-plist (-2 / +2 lines)
Lines 51-57 Link Here
51
include/xorg/gcstruct.h
51
include/xorg/gcstruct.h
52
include/xorg/geext.h
52
include/xorg/geext.h
53
include/xorg/geint.h
53
include/xorg/geint.h
54
include/xorg/glamor.h
54
%%GLAMOR%%include/xorg/glamor.h
55
include/xorg/globals.h
55
include/xorg/globals.h
56
include/xorg/glx_extinit.h
56
include/xorg/glx_extinit.h
57
include/xorg/glyphstr.h
57
include/xorg/glyphstr.h
Lines 167-173 Link Here
167
lib/xorg/modules/libexa.so
167
lib/xorg/modules/libexa.so
168
lib/xorg/modules/libfb.so
168
lib/xorg/modules/libfb.so
169
lib/xorg/modules/libfbdevhw.so
169
lib/xorg/modules/libfbdevhw.so
170
lib/xorg/modules/libglamoregl.so
170
%%GLAMOR%%lib/xorg/modules/libglamoregl.so
171
lib/xorg/modules/libint10.so
171
lib/xorg/modules/libint10.so
172
lib/xorg/modules/libshadow.so
172
lib/xorg/modules/libshadow.so
173
lib/xorg/modules/libshadowfb.so
173
lib/xorg/modules/libshadowfb.so

Return to bug 222232