diff options
author | tnn <tnn> | 2009-11-09 19:03:45 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-11-09 19:03:45 +0000 |
commit | 58558cf09515803588ffbeb745ca8b4374c27733 (patch) | |
tree | 5d6fd80c658572c149e730266c31ca0824aaa423 /x11/xdpyinfo | |
parent | de71302a602bd99b861cb5391a558c822e5edf39 (diff) | |
download | pkgsrc-58558cf09515803588ffbeb745ca8b4374c27733.tar.gz |
Update to xdpyinfo-1.1.0. Changes:
Print Composite extension version for "-ext Composite"
Bug 3438: xdpyinfo reporting wrong information on xf86vidmode extension
Improved XF86-VidModeExtension printing
Move CWARNFLAGS addition to CFLAGS from configure.ac to Makefile.am
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Use xf86vmproto.h instead of xf86vmstr.h if it is installed
Add README with pointers to mailing lists, bugzilla, & git
Remove empty INSTALL so automake installs a real one
Use Xxf86dga.h & xf86dgaproto.h if present, to avoid warnings from old headers
Use $(AM_V_GEN) to silence man page creation too
Added --without-{xf86misc,xprint} configure time options
Don't print '(null)' when XF86VidModeGetMonitor() returns NULL fields.
Ansification and compile warning fixes.
Diffstat (limited to 'x11/xdpyinfo')
-rw-r--r-- | x11/xdpyinfo/Makefile | 4 | ||||
-rw-r--r-- | x11/xdpyinfo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index b354b16dc56..b40100b02d6 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/05/24 21:45:16 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2009/11/09 19:03:45 tnn Exp $ # -DISTNAME= xdpyinfo-1.0.3 +DISTNAME= xdpyinfo-1.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xdpyinfo/distinfo b/x11/xdpyinfo/distinfo index dc0986563ca..6bccbcff628 100644 --- a/x11/xdpyinfo/distinfo +++ b/x11/xdpyinfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/05/22 21:14:53 wiz Exp $ +$NetBSD: distinfo,v 1.4 2009/11/09 19:03:45 tnn Exp $ -SHA1 (xdpyinfo-1.0.3.tar.bz2) = 5292686ee0be9c08e620b9720982acca2c4b6cfb -RMD160 (xdpyinfo-1.0.3.tar.bz2) = d96df703fc6583e7e601068c2e1d2c4a7e80aa48 -Size (xdpyinfo-1.0.3.tar.bz2) = 103116 bytes +SHA1 (xdpyinfo-1.1.0.tar.bz2) = 01971f007048a46a4a31a69c661bc3a378de60f0 +RMD160 (xdpyinfo-1.1.0.tar.bz2) = 9e206cf6343ada585d1daa3e41466a569302b7d4 +Size (xdpyinfo-1.1.0.tar.bz2) = 116427 bytes |