Received: from mail.netbsd.org (unknown [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8B7E663B293 for ; Wed, 16 Apr 2008 22:13:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2F6E363B163; Wed, 16 Apr 2008 22:07:26 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EFFC463B102 for ; Wed, 16 Apr 2008 22:07:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DC52A175D0; Wed, 16 Apr 2008 22:07:24 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/x11/xinit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20080416220724.DC52A175D0@cvs.netbsd.org> Date: Wed, 16 Apr 2008 22:07:24 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Wed Apr 16 22:07:24 UTC 2008 Modified Files: pkgsrc/x11/xinit: Makefile distinfo pkgsrc/x11/xinit/patches: patch-aa Log Message: Update to 1.0.8: Adam Jackson (1): xinit 1.0.8 David Nusinow (1): Unbreak installs on non-launchd systems James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Jeremy Huddleston (19): Added some support for Xquartz on OS-X. Added Apple launchd support Changed x11-exec to actually start X11.app. X11.app will be responsible for calling xinit. OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming its dock icon Added support for OS-X preferences to disable tcp/ip connections and xauth OS-X: Made defaults test more robust OS-X: Need to use bash --login to setup the environment from launchd. XQuartz doesn't need the -launchd command line argument anymore. OS-X: Properly set enable_xauth if the user has no defaults set and choose a valid $display for fast-user-switching. OS-X: Add bindir to $PATH in startx if it's not there OS-X: Fixed typo OS-X: Set fontpath in xinitrc to include system / user fonts. Additionally fixed font scaling issues (trac #52) Apple: use -nocpp arg to xrdb if cpp is not installed Apple: Cleaned up font path setting and added font caching to xinitrc Apple: Support spaces in $HOME for font path, and remove duplicate entry Added org.x.X11.plist.cpp to EXTRA_DIST Apple: font caching and defaults Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't need to clobber files Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx Matthieu Herrb (1): Use /dev/arandom instead of /dev/urandom to generate the cookie root (1): Define APPLE for the rest of us To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pkgsrc/x11/xinit/Makefile cvs rdiff -r1.4 -r1.5 pkgsrc/x11/xinit/distinfo cvs rdiff -r1.1 -r1.2 pkgsrc/x11/xinit/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.