d04c158a2a
https://cgit.freedesktop.org/xorg/xserver/commit/?id=ba336b24052122b136486961c82deac76bbde455 https://cgit.freedesktop.org/xorg/xserver/commit/?id=8caed4df36b1f802b4992edcfd282cbeeec35d9d https://cgit.freedesktop.org/xorg/xserver/commit/?id=215f894965df5fb0bb45b107d84524e700d2073c https://cgit.freedesktop.org/xorg/xserver/commit/?id=05442de962d3dc624f79fc1a00eca3ffc5489ced via xsrc patch from mrg@ at https://mail-index.netbsd.org/source-changes/2017/07/07/msg086134.html Bump PKGREVISION.
23 lines
532 B
Makefile
23 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.113 2017/07/28 21:10:00 wiz Exp $
|
|
|
|
DISTNAME= xorg-server-${XORG_VERSION}
|
|
PKGNAME= modular-${DISTNAME}
|
|
PKGREVISION= 2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Modular X11 server from modular X.org
|
|
|
|
SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS}
|
|
|
|
NOT_FOR_PLATFORM= Darwin-*-*
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-xorg
|
|
CONFIGURE_ARGS+= --disable-xephyr
|
|
CONFIGURE_ARGS+= --disable-kdrive
|
|
CONFIGURE_ARGS.SunOS+= --disable-input-thread
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|