Mon Jan 21 13:19:12 2013 UTC ()
Update to 1.0.5:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (8):
      Strip trailing whitespace
      Remove old Xorg & XFree86 CVS version tags
      Mark functions _X_NORETURN that gcc warnings suggest
      unifdef umips
      unifdef CRAY
      unifdef -U__UNIXOS2__
      Fix implicit conversion from size_t to int warnings in Deiconified()
      xconsole 1.0.5

Arvind Umrao (1):
      Open /dev/console with NOCTTY and O_NONBLOCK flags

Eric S. Raymond (1):
      Don't rely on being able to set tab stops.

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

Jeremy Huddleston (1):
      Require xt >= 1.0 for appdefaultdir


(wiz)
diff -r1.9 -r1.10 pkgsrc/x11/xconsole/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/xconsole/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/x11/xconsole/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xconsole/Makefile 2012/10/29 05:07:00 1.9
+++ pkgsrc/x11/xconsole/Makefile 2013/01/21 13:19:12 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:00 asau Exp $ 1# $NetBSD: Makefile,v 1.10 2013/01/21 13:19:12 wiz Exp $
2# 2#
3 3
4DISTNAME= xconsole-1.0.4 4DISTNAME= xconsole-1.0.5
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= X11 client to display console messages 11COMMENT= X11 client to display console messages
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 16CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 17

cvs diff -r1.3 -r1.4 pkgsrc/x11/xconsole/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xconsole/distinfo 2012/06/03 18:11:17 1.3
+++ pkgsrc/x11/xconsole/distinfo 2013/01/21 13:19:12 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2012/06/03 18:11:17 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2013/01/21 13:19:12 wiz Exp $
2 2
3SHA1 (xconsole-1.0.4.tar.bz2) = 195299d4948ba4c62e961ddd0bd4572283244715 3SHA1 (xconsole-1.0.5.tar.bz2) = 0049a65edde5e9dd4774abec69adb78689270c90
4RMD160 (xconsole-1.0.4.tar.bz2) = 831da269cb68aad84610ec70084f38c11ddadda3 4RMD160 (xconsole-1.0.5.tar.bz2) = 2457bfeb8a1702b9e7061d89ba9c9aa5d88d881e
5Size (xconsole-1.0.4.tar.bz2) = 115082 bytes 5Size (xconsole-1.0.5.tar.bz2) = 126538 bytes