pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul  7 12:12:34 UTC 2017

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile

Log Message:
Disable input threading on SunOS, it immediately core dumps.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/x11/modular-xorg-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/modular-xorg-server/Makefile
diff -u pkgsrc/x11/modular-xorg-server/Makefile:1.111 pkgsrc/x11/modular-xorg-server/Makefile:1.112
--- pkgsrc/x11/modular-xorg-server/Makefile:1.111       Wed Nov 16 10:14:36 2016
+++ pkgsrc/x11/modular-xorg-server/Makefile     Fri Jul  7 12:12:34 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.111 2016/11/16 10:14:36 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2017/07/07 12:12:34 jperkin Exp $
 
 DISTNAME=      xorg-server-${XORG_VERSION}
 PKGNAME=       modular-${DISTNAME}
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Modular X11 server from modular X.org
@@ -15,6 +16,7 @@ NOT_FOR_PLATFORM=     Darwin-*-*
 CONFIGURE_ARGS+=       --enable-xorg
 CONFIGURE_ARGS+=       --disable-xephyr
 CONFIGURE_ARGS+=       --disable-kdrive
+CONFIGURE_ARGS.SunOS+= --disable-input-thread
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index