diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:16:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:16:51 +0000 |
commit | 5162426a2937a0eab2b7a9c6981fe6ec2ee5e6e7 (patch) | |
tree | 14fc21494da3c2b3b2d2f5ee616b370584ed5806 /x11/xinit | |
parent | e7862dd9868fcd87905ccac93fb0798046c1a672 (diff) | |
download | pkgsrc-5162426a2937a0eab2b7a9c6981fe6ec2ee5e6e7.tar.gz |
Update to 1.3.2.
1.3.2:
Jeremy Huddleston (5):
darwin: Buildfix for Tiger which doesn't have posix_spawn
startx: Choose an unused $DISPLAY by default on all platforms
launchd: Add an option (--with-launchagent-xserver) to set the default X11 server
Use default clientargs, serverargs, and display if none were set
configure.ac: 1.3.2
Julien Cristau (1):
Include <sys/time.h> and <sys/resource.h> unconditionally
1.3.1:
For most users, the main changes in xinit-1.3.1 focus on build system cleanup,
but darwin has seen a fair number of other changes for the LaunchAgent and
LaunchDaemon, specifically with respect to logging to ASL. These changes
mirror similar changes coming in xorg-server-1.11.x (currently git master).
1.3.0:
This release adds support for an xinitrc.d directory to contain startup
script snippets on all systems. It also features a number of modernizations
and cleanups of the code base.
Diffstat (limited to 'x11/xinit')
-rw-r--r-- | x11/xinit/Makefile | 4 | ||||
-rw-r--r-- | x11/xinit/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index 3d11d236bcf..dc67f4abb3b 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2012/04/17 17:52:29 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2012/06/03 18:16:51 wiz Exp $ # -DISTNAME= xinit-1.2.1 +DISTNAME= xinit-1.3.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo index ed9f20f7701..0bc123e14f2 100644 --- a/x11/xinit/distinfo +++ b/x11/xinit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/09/10 19:39:29 joerg Exp $ +$NetBSD: distinfo,v 1.10 2012/06/03 18:16:51 wiz Exp $ -SHA1 (xinit-1.2.1.tar.bz2) = baf36374aa1632054816a8281e55e1539459664b -RMD160 (xinit-1.2.1.tar.bz2) = 993b068e4758521ed930bd78069c291b68d88037 -Size (xinit-1.2.1.tar.bz2) = 141441 bytes +SHA1 (xinit-1.3.2.tar.bz2) = 1c287ac016d277f973652fa3707eef6db8353d5a +RMD160 (xinit-1.3.2.tar.bz2) = 097cd409e829255c328d1d87d69fb8206482f5d5 +Size (xinit-1.3.2.tar.bz2) = 148443 bytes |