diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-16 22:07:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-16 22:07:24 +0000 |
commit | 510fa5c26468e28bec16d36e3efd944c8e369227 (patch) | |
tree | 5e49c554b925e7760b1a64bbb4bb2f98f85e031a /x11/xinit/Makefile | |
parent | 4aa778250cbf11233cdff515aabe14b6b3e69330 (diff) | |
download | pkgsrc-510fa5c26468e28bec16d36e3efd944c8e369227.tar.gz |
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
Diffstat (limited to 'x11/xinit/Makefile')
-rw-r--r-- | x11/xinit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index 5f67f6458c1..eeb767ce0f8 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/03/15 16:39:32 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/04/16 22:07:24 wiz Exp $ # -DISTNAME= xinit-1.0.7 -PKGREVISION= 2 +DISTNAME= xinit-1.0.8 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 |