Fri Sep 10 19:39:29 2010 UTC ()
Update to xinit-1.2.1: Fix quoting bug on OSX and export
X11_PREFS_DOMAIN. Update documentation.


(joerg)
diff -r1.13 -r1.14 pkgsrc/x11/xinit/Makefile
diff -r1.8 -r1.9 pkgsrc/x11/xinit/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/x11/xinit/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xinit/Makefile 2009/09/22 19:34:06 1.13
+++ pkgsrc/x11/xinit/Makefile 2010/09/10 19:39:29 1.14
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.13 2009/09/22 19:34:06 tnn Exp $ 1# $NetBSD: Makefile,v 1.14 2010/09/10 19:39:29 joerg Exp $
2# 2#
3 3
4DISTNAME= xinit-1.1.1 4DISTNAME= xinit-1.2.1
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 6MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= X init program 11COMMENT= X init program
 12LICENSE= mit
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit 17CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
17USE_TOOLS+= pkg-config xauth:run 18USE_TOOLS+= pkg-config xauth:run
18 19
19.include "../../mk/compiler.mk" 20.include "../../mk/compiler.mk"
20.if empty(PKGSRC_COMPILER:Mgcc) 21.if empty(PKGSRC_COMPILER:Mgcc)
21CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -" 22CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
22.endif 23.endif
23 24
24.include "../../x11/libX11/buildlink3.mk" 25.include "../../x11/libX11/buildlink3.mk"

cvs diff -r1.8 -r1.9 pkgsrc/x11/xinit/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xinit/distinfo 2009/01/07 10:57:58 1.8
+++ pkgsrc/x11/xinit/distinfo 2010/09/10 19:39:29 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2009/01/07 10:57:58 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2010/09/10 19:39:29 joerg Exp $
2 2
3SHA1 (xinit-1.1.1.tar.bz2) = 577a111efc9b5a8ec6cc294ae7c35048eebde704 3SHA1 (xinit-1.2.1.tar.bz2) = baf36374aa1632054816a8281e55e1539459664b
4RMD160 (xinit-1.1.1.tar.bz2) = bed92df836e14c78876afa1eed41dabd4859e77d 4RMD160 (xinit-1.2.1.tar.bz2) = 993b068e4758521ed930bd78069c291b68d88037
5Size (xinit-1.1.1.tar.bz2) = 129365 bytes 5Size (xinit-1.2.1.tar.bz2) = 141441 bytes