Thu Sep 11 21:35:24 2014 UTC ()
Update to 1.3.4:

Alan Coopersmith (4):
      Fix warnings about parameters to startServer & startClient shadowing globals
      Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Brad Smith (1):
      Remove hardcoded path to OpenSSL for OpenBSD

Hans de Goede (7):
      Remove unixware / sco support
      Bump required util-macros version to 1.19
      Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp files
      startx: Under Linux start X on the current VT
      startx: Pass vtX as long as the user did not specify one
      startx: Make the bugzilla reference in a comment survive cpp
      processing
      xinit 1.3.4


(wiz)
diff -r1.20 -r1.21 pkgsrc/x11/xinit/Makefile
diff -r1.11 -r1.12 pkgsrc/x11/xinit/distinfo

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

--- pkgsrc/x11/xinit/Makefile 2013/09/09 09:19:39 1.20
+++ pkgsrc/x11/xinit/Makefile 2014/09/11 21:35:24 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2013/09/09 09:19:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2014/09/11 21:35:24 wiz Exp $
2 2
3DISTNAME= xinit-1.3.3 3DISTNAME= xinit-1.3.4
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= X init program 10COMMENT= X init program
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit 14CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
15USE_TOOLS+= pkg-config xauth:run 15USE_TOOLS+= pkg-config xauth:run
16 16

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

--- pkgsrc/x11/xinit/distinfo 2013/09/09 09:19:39 1.11
+++ pkgsrc/x11/xinit/distinfo 2014/09/11 21:35:24 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2013/09/09 09:19:39 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2014/09/11 21:35:24 wiz Exp $
2 2
3SHA1 (xinit-1.3.3.tar.bz2) = c3c01c8c6012317f995669894d9e7b2838b61e58 3SHA1 (xinit-1.3.4.tar.bz2) = de3469080d73ced1f7d7a1803e813bc6ea352072
4RMD160 (xinit-1.3.3.tar.bz2) = 3514c083aad625a2b331eb704114fc2c392c6441 4RMD160 (xinit-1.3.4.tar.bz2) = ee5b21766556c4a16e2538700b432a11890d7829
5Size (xinit-1.3.3.tar.bz2) = 163905 bytes 5Size (xinit-1.3.4.tar.bz2) = 165881 bytes