diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-07 07:12:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-07 07:12:43 +0000 |
commit | babdcc5f4e22e3ed45ac70e51bd14e21c4424de8 (patch) | |
tree | 66c358be501410792fc29d24971d67ef64702261 /x11/xman | |
parent | 82a65b2e2bfbd55e557591ae4142572d81c0ec5a (diff) | |
download | pkgsrc-babdcc5f4e22e3ed45ac70e51bd14e21c4424de8.tar.gz |
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.
Diffstat (limited to 'x11/xman')
-rw-r--r-- | x11/xman/Makefile | 6 | ||||
-rw-r--r-- | x11/xman/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/xman/Makefile b/x11/xman/Makefile index 35b6564c345..c08ceb7fa4b 100644 --- a/x11/xman/Makefile +++ b/x11/xman/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2012/10/29 05:07:15 asau Exp $ -# +# $NetBSD: Makefile,v 1.14 2013/09/07 07:12:43 wiz Exp $ -DISTNAME= xman-1.1.2 -PKGREVISION= 1 +DISTNAME= xman-1.1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xman/distinfo b/x11/xman/distinfo index 76c0aafa888..4f9d12fce54 100644 --- a/x11/xman/distinfo +++ b/x11/xman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 18:22:19 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/09/07 07:12:43 wiz Exp $ -SHA1 (xman-1.1.2.tar.bz2) = ba10cf0b2d0c2b40ded93e892c69e7bd4586ad1e -RMD160 (xman-1.1.2.tar.bz2) = f75fffe06c1c5fd1b5f79ff715ac1525f51b685b -Size (xman-1.1.2.tar.bz2) = 168211 bytes +SHA1 (xman-1.1.3.tar.bz2) = 9d83b14869ffadfda3407a2ab3b5fee13f667366 +RMD160 (xman-1.1.3.tar.bz2) = 5d91362017c52d73b3c8ec594e25e9265264f796 +Size (xman-1.1.3.tar.bz2) = 184340 bytes |