Fri Jul 7 12:12:34 2017 UTC ()
Disable input threading on SunOS, it immediately core dumps.  Bump PKGREVISION.


(jperkin)
diff -r1.111 -r1.112 pkgsrc/x11/modular-xorg-server/Makefile

cvs diff -r1.111 -r1.112 pkgsrc/x11/modular-xorg-server/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/modular-xorg-server/Makefile 2016/11/16 10:14:36 1.111
+++ pkgsrc/x11/modular-xorg-server/Makefile 2017/07/07 12:12:34 1.112
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.111 2016/11/16 10:14:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.112 2017/07/07 12:12:34 jperkin Exp $
2 2
3DISTNAME= xorg-server-${XORG_VERSION} 3DISTNAME= xorg-server-${XORG_VERSION}
4PKGNAME= modular-${DISTNAME} 4PKGNAME= modular-${DISTNAME}
 5PKGREVISION= 1
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Modular X11 server from modular X.org 8COMMENT= Modular X11 server from modular X.org
8 9
9SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS} 10SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS}
10 11
11NOT_FOR_PLATFORM= Darwin-*-* 12NOT_FOR_PLATFORM= Darwin-*-*
12 13
13.include "Makefile.common" 14.include "Makefile.common"
14 15
15CONFIGURE_ARGS+= --enable-xorg 16CONFIGURE_ARGS+= --enable-xorg
16CONFIGURE_ARGS+= --disable-xephyr 17CONFIGURE_ARGS+= --disable-xephyr
17CONFIGURE_ARGS+= --disable-kdrive 18CONFIGURE_ARGS+= --disable-kdrive
 19CONFIGURE_ARGS.SunOS+= --disable-input-thread
18 20
19.include "options.mk" 21.include "options.mk"
20 22
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"