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.
This commit is contained in:
parent
da94b5c9c3
commit
30ee6e342d
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue