Sat Sep 7 07:12:44 2013 UTC ()
Update to 1.1.3:

This minor maintenance release consists mainly of small bug fixes, various
cleanups to the code, including dropping support for a number of platforms
last seen decades ago, and build configuration fixes and improvements.

Alan Coopersmith (29):
      unifdef -U__UNIXOS2__
      Use <dirent.h> everywhere instead of checking for X_NOT_POSIX/SYSV/USG/etc.
      Fix numerous typos & spelling errors in comments and message strings
      Convert to X.Org standard code style
      unifdef -UCRAY
      unifdef -UUTEK -Uapollo -ULynx
      unifdef -Uultrix
      unifdef -UmacII
      unifdef -Uhcx
      unifdef SYSV386 (really defined(SYSV) && defined(i386))
      Remove XConsortium/XFree86/XdotOrg RCS/CVS id tags
      Replace StrAlloc with XtNewString
      constify char *'s to clear compiler complaints
      Remove unused NULLSTR macro
      Mark PrintError as noreturn
      Use remove() instead of unlink()
      Use strchr() & strrchr() instead of index() & rindex()
      Stop checking for OSMINORVERSION in list of Solaris man page sections
      Increase default text window sizes from 600 to 780 pixels
      Fix scroll wheel when CapsLock, NumLock or other modifiers are on
      Provide a fallback mkstemp so we don't need to maintain 2 API versions
      configure: check for groff and enable groff extensions if found
      Fix file leak in ConstructCommand()
      Close file pointer before setting it to NULL in Format()
      Check for InitPsuedoGlobals() returning NULL
      Check for CreateManpage returning NULL
      Resync Solaris man page section list with current Solaris xman
      COPYING: Remove notice for Xprint code removed in 5722ca728763e7
      xman 1.1.3

Christos Zoulas (1):
      Rename PIC to ROFF_PIC to avoid problems with "-DPIC" compilations.

Eric S. Raymond (1):
      Eliminate use of tab stops.  Use real TBL markup where indicated.


(wiz)
diff -r1.13 -r1.14 pkgsrc/x11/xman/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/xman/distinfo

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

--- pkgsrc/x11/xman/Makefile 2012/10/29 05:07:15 1.13
+++ pkgsrc/x11/xman/Makefile 2013/09/07 07:12:43 1.14
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2012/10/29 05:07:15 asau Exp $ 1# $NetBSD: Makefile,v 1.14 2013/09/07 07:12:43 wiz Exp $
2# 
3 2
4DISTNAME= xman-1.1.2 3DISTNAME= xman-1.1.3
5PKGREVISION= 1 
6CATEGORIES= x11 4CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
8EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
9 7
10MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Manual page browser 10COMMENT= Manual page browser
13 11
14GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
16 14
17CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
18 16

cvs diff -r1.5 -r1.6 pkgsrc/x11/xman/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xman/distinfo 2012/06/03 18:22:19 1.5
+++ pkgsrc/x11/xman/distinfo 2013/09/07 07:12:43 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2012/06/03 18:22:19 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2013/09/07 07:12:43 wiz Exp $
2 2
3SHA1 (xman-1.1.2.tar.bz2) = ba10cf0b2d0c2b40ded93e892c69e7bd4586ad1e 3SHA1 (xman-1.1.3.tar.bz2) = 9d83b14869ffadfda3407a2ab3b5fee13f667366
4RMD160 (xman-1.1.2.tar.bz2) = f75fffe06c1c5fd1b5f79ff715ac1525f51b685b 4RMD160 (xman-1.1.3.tar.bz2) = 5d91362017c52d73b3c8ec594e25e9265264f796
5Size (xman-1.1.2.tar.bz2) = 168211 bytes 5Size (xman-1.1.3.tar.bz2) = 184340 bytes