Up to [cvs.NetBSD.org] / pkgsrc / x11 / xdpyinfo
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
xdpyinfo: update to 1.3.4. This release stops compiling support for the XF86-Misc extension by default, and thus stops linking with the deprecated libXxf86misc library by default. This support can still be enabled for now by passing --with-xf86misc to the configure script, but as the server side of this extension was removed in the xserver-1.6.0 release in 2008 there is little reason to do so, and the support may be removed entirely in a future release of xdpyinfo. Alan Coopersmith (5): configure: Make xf86misc support disabled by default Variable scope reduction Remove unnecessary downcast of double to float Call memset() instead of hand-coding our own equivalent xdpyinfo 1.3.4
xdpyinfo: update to 1.3.3. This release includes a pair of changes to align with the xserver-21.x release series - it prints the version without the leading "1." for 21.x xservers, and it changes the default for building DMX support from --with-dmx to --without-dmx as DMX is no longer included in the 21.x xservers. (The DMX support in xdpyinfo is not removed in this release, and can be enabled at build time with the --with-dmx flag to configure, but may be fully removed in a future release of xdpyinfo.) Adam Jackson (1): xdpyinfo: Fix printing the X.Org release version for xserver >= 21 Alan Coopersmith (10): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Only check for XFree86 if vendor string doesn't match X.Org Add explicit casts to clear implicit conversion warnings Disable DMX support by default, leave --with-dmx to enable it gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: stop requiring Signed-off-by in commits xdpyinfo 1.3.3 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Thomas Kuehne (1): fix -Wunused-[...] compiler warnings
x11: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
x11: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for x11 category Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to 1.3.2: Alan Coopersmith (8): Print which option was in error along with usage message Sprinkle consts in StrCmp to quiet cast warnings config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Mark required arguments to Xlib error handler as unused Delete unused NULLSTR macro xdpyinfo 1.3.2
Update to 1.3.1: This minor maintenance release adds a -version option to the command line, and provides some minor code cleanups and build improvements. Alan Coopersmith (9): Mark usage() as _X_NORETURN Declare 'len' as size_t to avoid unneccessary back-and-forth conversions Combine usage messages into a single string Add -version option to print version number Add xrandr to SEE ALSO section of man page Rename i & count in inner loop to avoid shadowing same named vars in outer loop Convert sprintf calls to snprintf Mark num_known_extensions as a const, since the size is fixed at compile time xdpyinfo 1.3.1 Jon TURNEY (1): Include Xwindows.h on WIN32 to avoid type clashes
Update to 1.3.0: This version adds an explicit dependency on XCB, which it uses for more efficient querying of the available extensions on the X server. Alan Coopersmith (6): Use xcb for -queryExt instead of a round-trip per extension Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings Remove unused function hasExtension Silence gcc complaint about being unable to check printf format string xdpyinfo 1.3.0 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory Jesse Adkins (1): Purge cvs tags.
Update to 1.2.0: This release removes the support for the Xprint extension. If anyone needs to maintain such support, a new branch can be made from the 1.1.0 release in git.
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.
Update to 1.0.3: Adam Jackson (2): Ignore errors from xf86misc rather than crashing out. xdpyinfo 1.0.3 Alan Coopersmith (1): X.Org bug #10616: Add all the X info commands to See Also in man page James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Julien Cristau (1): Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
Update to xdpyinfo-1.0.2: fix memory leaks.
This package provides xdpyinfo, a display information utility for X. This is from the modular X.org X11 project.
Initial revision