head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.24 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.22 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.20 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.18 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.16 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.14 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.12 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.10 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.8 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.6 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.4 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.2 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.2.0.8 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2; locks; strict; comment @# @; 1.5 date 2007.08.17.20.25.29; author joerg; state dead; branches; next 1.4; 1.4 date 2006.02.14.16.10.40; author joerg; state Exp; branches; next 1.3; 1.3 date 2006.02.14.15.54.55; author joerg; state Exp; branches; next 1.2; 1.2 date 2005.03.01.19.00.11; author xtraeme; state dead; branches 1.2.8.1; next 1.1; 1.1 date 2005.01.07.16.57.36; author reed; state Exp; branches; next ; 1.2.8.1 date 2006.02.15.15.45.17; author salo; state Exp; branches; next ; desc @@ 1.5 log @To quote Johnny Lam: "In modular-xorg we trust" Remove xorg 6.9 packages from pkgsrc. @ text @$NetBSD: patch-ax,v 1.4 2006/02/14 16:10:40 joerg Exp $ --- programs/xdm/config/Xsession.cpp.orig 2006-02-12 16:32:25.000000000 +0100 +++ programs/xdm/config/Xsession.cpp @@@@ -6,9 +6,8 @@@@ XCOMM $XFree86: xc/programs/xdm/config/X XCOMM redirect errors to a file in user's home directory if we can for errfile in "$HOME/.xsession-errors" "${TMPDIR-/tmp}/xses-$USER" "/tmp/xses-$USER" do - if ( cp /dev/null "$errfile" 2> /dev/null ) + if ( umask 077 && cp /dev/null "$errfile" 2> /dev/null ) then - chmod 600 "$errfile" exec > "$errfile" 2>&1 break fi @@@@ -18,7 +17,7 @@@@ case $# in 1) case $1 in failsafe) - exec BINDIR/xterm -geometry 80x24-0-0 + exec xterm -geometry 80x24-0-0 ;; esac esac @ 1.4 log @Fix race condition in xdm's Xsession. From PR 32804. @ text @d1 1 a1 1 $NetBSD: patch-ax,v 1.3 2006/02/14 15:54:55 joerg Exp $ @ 1.3 log @Don't hard code path to xorg/bin/xterm, just expect it in PATH. This affects startx, xinitrc and xdm. Bump revision. @ text @d1 1 a1 1 $NetBSD$ d5 12 a16 1 @@@@ -18,7 +18,7 @@@@ case $# in @ 1.2 log @Update xorg to 6.8.2. Changes: * Render implementation fixes * Updated x86emu and resynced with upstream at Scitech * Updated SiS driver * Updated Nvidia driver (opensource version) * Render acceleration for ATI's R100 and R200-series cards * Substantial speedups in the software implementation of the render extensions when compiled with gcc 3.4 on the i386 architecture. * Infrastructure for rotation support in drivers * New Trapezoid specification for the Render extension o Respecify Render to include only 'normal' traps o Allow backward compatibility but internally covert to new format * Software mouse cursor is now based on the Damage extension * A new keyboard driver is enabled by default. The old driver is disabled unless explicitly compiled in by defining the macro |USE_DEPRECATED_KEYBOARD_DRIVER|. * All extensions (except Xserver-specific extensions "DMX" and "XpExtension")can now be enabled/disabled from the configuration file and from the command line. * Mac OS X updates: o Support dynamic screen configuration changes in rootless mode o Added option to always use Mac command key equivalents o Interpret scroll wheel mouse events correctly when shift is held down o Added trivial Xinput support o Fixed launch of X clients from Finder with a space in their path o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier * Updated xterm version @ text @d1 1 a1 1 $NetBSD: patch-ax,v 1.1 2005/01/07 16:57:36 reed Exp $ d3 11 a13 14 from http://cvs.freedesktop.org/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810/i830_video.c?r1=1.5&r2=1.6 Xorg Bug #1488: Fix crash on i830 during startup. (Eric Anholt) --- programs/Xserver/hw/xfree86/drivers/i810/i830_video.c.orig 2004-08-25 22:10:56.000000000 -0700 +++ programs/Xserver/hw/xfree86/drivers/i810/i830_video.c @@@@ -632,7 +632,7 @@@@ I830SetupImageVideo(ScreenPtr pScreen) pPriv->gamma0 = 0x080808; /* gotta uninit this someplace */ - REGION_INIT(pScreen, &pPriv->clip, NullBox, 0); + REGION_NULL(pScreen, &pPriv->clip); pI830->adaptor = adapt; @ 1.2.8.1 log @Pullup ticket 1133 - requested by Joerg Sonnenberger fix race condition in xorg's Xsession Patch provided by the submitter. Module Name: pkgsrc Committed By: joerg Date: Tue Feb 14 16:10:40 UTC 2006 Modified Files: pkgsrc/x11/xorg-clients: Makefile pkgsrc/x11/xorg-libs: distinfo pkgsrc/x11/xorg-libs/patches: patch-ax Log Message: Fix race condition in xdm's Xsession. From PR 32804. @ text @d1 1 a1 1 $NetBSD$ d3 14 a16 13 --- programs/xdm/config/Xsession.orig 2006-02-14 17:19:08.000000000 +0100 +++ programs/xdm/config/Xsession @@@@ -10,9 +10,8 @@@@ # redirect errors to a file in user's home directory if we can for errfile in "$HOME/.xsession-errors" "${TMPDIR-/tmp}/xses-$USER" "/tmp/xses-$USER" do - if ( cp /dev/null "$errfile" 2> /dev/null ) + if ( umask 077 && cp /dev/null "$errfile" 2> /dev/null ) then - chmod 600 "$errfile" exec > "$errfile" 2>&1 break fi @ 1.1 log @Added patch for Xorg Bug #1488: Fix crash on i830 during startup. Bump PKGREVISION for xorg-server package. This was reported by dheeraj of ece gatech edu via PR #28877. @ text @d1 1 a1 1 $NetBSD$ @