Age | Commit message (Collapse) | Author | Files | Lines |
|
Adds features required by PyQt v5.0.1 and PyQt v4.10.3
|
|
Bump PKGREVISION.
|
|
Release 0.1.0 (2013-08-21)
=========================
- Bugfix: Use xhot/yhot, don’t hardcode the value
- Bugfix: fix build on FreeBSD/NetBSD
- add COPYING file
|
|
Bump PKGREVISION.
|
|
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Alexander Troosh (1):
Require GTK+ version >= 2.16
Andrea Canciani (1):
test: Fix build on MSVC
Markos Chandras (1):
Use AC_LINK_IFELSE to check if the Loongson MMI code can link
Matthieu Herrb (1):
configure.ac: Don't use '+=' since it's not POSIX
Siarhei Siamashka (1):
test: fix matrix-test on big endian systems
Søren Sandmann Pedersen (2):
Version bump to 0.30.1
Pre-release version bump to 0.30.2
ingmar@irsoft.de (1):
Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
|
|
have /usr/gnu tools.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
PR pkg/47948
|
|
pkgsrc changes:
- remove obsolete post-3.2.1 fixes
- pull a post 3.2.2 fix for a bug of copy_area() which disabled redrawing
the margin area. (found after Open Source Conference 2013 Kyoto)
Changes from doc/en/ReleaseNote:
ver 3.2.2
* Support SSH agent authentication and forwarding.
* Support X11 forwarding (no xauth) on win32/libssh2 and java.
* Add "X11 forwarding" checkbox to the connection dialog on win32.
* Change "skip_dialog" option to "show_dialog" and reverse the default behavior.
* Open a pty channel on the same ssh session as the active screen when OPEN_PTY
or OPEN_SCREEN shortcut key is pressed.
* Bug fixes:
Fix configure error which --with-gui=xlib,fb option causes. (enbugged at 3.2.1)
DECALN(ESC#8) resets the screen margins.
Fix the cursor position in inserting RTL characters after one LTR character.
Fix segmentation fault of libvte compatible libyrary with synaptic 0.80.
Fix clipboard operations of copy&paste on multiple windows on win32.
Fix hangup on x11 forwarding.
Fix segmentation fault in closing the first window on win32/libssh2.
Fix the font and position of IME preedit text on win32.
|
|
|
|
|
|
This minor maintenance release provides a collection of build configuration
improvements and janitorial cleanups.
Alan Coopersmith (10):
Move Pixel typedef from xwd.c to wsutils.h
Optionally enable existing code to call XkbStdBell from libxkbfile
Fix gcc warnings about discarding const qualifiers
Add printf attributes as suggested by gcc -Wmissing-format-attribute
Rename new_list variable to not shadow new_list function
Remove unused bitmap_unit variable from ReadRegionsInList()
Quiet gcc warnings about potentially uninitialized variables
Fix some clang warnings about integer size/sign conversions
Strip trailing whitespace
xwd 1.0.6
|
|
This minor maintenance release adds a -version flag, as well as some
build configuration improvements and janitorial cleanups.
Alan Coopersmith (9):
Drop usleep fallbacks for ancient OS versions
Combine usage message strings
Combine error message strings
Fix gcc warnings about discarded const qualifiers
Add printf attribute to usage function and fix warnings it causes
Fix integer sign/size conversion warnings from clang
Add -version flag
Pass buf size to on_or_off instead of just assuming it is big enough
xset 1.2.3
Jon TURNEY (1):
Remove unneeded include of windows.h on WIN32
|
|
This minor maintenance release fixes the handling of the "u" type for
setting properties and does a bit of code & build configuration cleanup.
Alan Coopersmith (8):
Expand description in README a little
config: Add missing AC_CONFIG_SRCDIR
Mark FatalError() as taking printf-style arguments
Replace strlen/malloc/memcpy set with strdup
Add unicode argument to Format_Len_String to reduce code duplication
Fix const conversion warnings from gcc
Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturn
xprop 1.2.2
lolilolicon (1):
Enable setting property of type UTF8_STRING.
|
|
This release, like the previous one, brings more modernization and cleanup
of code for long dead OS variants.
Alan Coopersmith (18):
Combine usage message strings
unifdef -UCRAY
unifdef -UAIXV3
unifdef -UMOTOROLA
unifdef -Uumips
unifdef -Usony
unifdef -Ualliant
unifdef -UUTEK
unifdef -Uhcx
unifdef -Usequent
unifdef -U__UNIXOS2__
unifdef -UX_NOT_POSIX
Make getloadavg() the first choice on Unix systems that have it
Cleanup trailing whitespace
Use 'imdent' to make the deeply nested #ifdef levels easier to follow
Use C99 struct initializers for XKeyboardControl values
Add noreturn attribute to usage() as suggested by -Wmissing-noreturn
xload 1.1.2
Eric S. Raymond (1):
Eliminate use of tab stops. Helps with translation to DocBook.
|
|
|
|
xfwp proxies X11 protocol connections, such as through a firewall.
|
|
* Respinned tarball with matching gmmproc version.
|
|
This release includes fixes to the code, docs & build system.
It makes both clang & doclifter happier. It includes patches
upstreamed from Ubuntu, NetBSD, and Solaris.
Alan Coopersmith (10):
Update README to reflect where to find the Xlib specs now
specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrder
troff macro expansion in specs/libX11
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
XSetModifierMapping: Use Data instead of GetReqExtra
Refactor common code from XAddHost & XRemoveHost into single function
omGeneric: remove space between struct name & member name
Add ku_TR.UTF-8 (Kurdish language, Turkey region) to compose/locale.dir
Fix undefined XCMSDIR error when building lint library
libX11 1.6.1
Eric S. Raymond (2):
Remove call to undefined macro.
Remove call to undefined macro.
Kees Cook (2):
libX11: check size of GetReqExtra after XFlush
libX11: check "req" when calling GetReqExtra
Thomas Klausner (6):
Deal with the limited range of VAX floating point numbers when compiling for VAX.
Stop truncating source to destination length if it is larger.
Use newer callback-based API for XIM.
Check for symbol existence with #ifdef, not #if
Fix out-of-range comparison in _XF86BigfontQueryFont
Tighten out-of-range comparisons.
|
|
|
|
|
|
This minor maintenance release mostly contains code cleanups and
sacrifices to appease the compilers and reduce the wrath of their
warnings.
Alan Coopersmith (7):
Assume signal handlers return void, as C89 requires
Add _X_NORETURN attributes suggested by gcc
Fix some sign/size conversion warnings from clang
Mark unused arguments in callback functions to quiet clang warnings
Use void * instead of char * for generic pointer arg to DoFunc functions
Constify some more string pointers to fix gcc warnings
iceauth 1.0.6
|
|
This minor maintenance release adds support for the Aarch64 platform to
the Linux configuration and updates the Solaris configuration to reflect
changes in Solaris 11 & later.
Alan Coopersmith (6):
On Solaris 11 & later, use /usr/gnu/bin/install for InstallCmd
Update xorgversion.def from 7.6 to 7.7
Trim trailing whitespace
Remove xprint_host.def
sun.cf: stop linking libraries merged into libc in later Solaris releases
xorg-cf-files 1.0.5
Riku Voipio (1):
Add Aarch64 support
|
|
This minor maintenance release contains two small bug fixes to the
definition of the padding fields in the protocol headers, to make
them match the specification & implementation, along with some build
configuration cleanup.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
Trim trailing whitespace
config: Add missing AC_CONFIG_SRCDIR
videoproto 2.3.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Julien Cristau (1):
Xvproto: fix xvEncodingInfo to match actual wire protocol
|
|
While there, make it compatible with perl 5.18.
Changes:
9.18 Sun Mar 24 15:33:35 CET 2013
- fix regression that caused artifacts on resize.
9.17 Fri Mar 1 13:46:08 CET 2013
- add shade operator in background perl extension.
- avoid starting or ending the selection in the middle of wide
characters to avoid artifacts (reproted by Tiago Resende).
- fix artifacts that may occur if the character in the cursor
cell has width > 1 (reported by Tiago Resende).
- fix regression that causes artifacts on scrolling if
saveLines is 0 and the window is resized (reported by Bert
Münnich).
- fix build when perl is enabled and pixbuf and transparency
are disabled.
|
|
|
|
changes:
-New hacks, kaleidocycle, quasicrystal, unknownpleasures and hexadrop
-Performance improvements for interference
-bugfixes
|
|
This minor bug fix release includes a couple bug fixes, and a little bit
of cleanup of both the code & build configuration.
Adam Jackson (2):
catalogue: Fix obvious thinko
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (3):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
libXfont 1.4.6
Arvind Umrao (1):
If socket is interrupted with signal EINTR, re-attempt read.
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Thomas Klausner (1):
Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.
Yaakov Selkowitz (1):
Omit catalogue support on systems without symlinks
|
|
|
|
XCB util-cursor module provides the following libraries:
- cursor: port of libxcursor
|
|
|
|
This release fixes a build issue on FreeBSD, minor file handling issues on
all platforms, and deletes code for OS'es that xconsole hasn't built on in
years.
Alan Coopersmith (7):
config: Add missing AC_CONFIG_SRCDIR
unifdef -Uultrix
unifdef -UISC
unifdef -ULynx
Fix file leak if fdopen() fails
Use fstat() on the fd from open(), instead of stat() on the same pathname
xconsole 1.0.6
Niclas Zeising (1):
Fix build on FreeBSD
|
|
|
|
This minor bugfix release makes the property list output more usable,
avoids passing uninitialized values to libXrandr, makes the handling
and documentation of --help and --version more consistent, and fixes
some compiler warnings.
Aaron Plattner (1):
Print spaces between XA_ATOM property values
Alan Coopersmith (3):
Declare capability_name() as returning const char *
Combine usage message strings
xrandr 1.4.1
Andy Ritger (1):
xrandr: calloc XRRModeInfo's passed to libXrandr.
Thomas (1):
Bug 56923 - Make command line options consistent (single vs double dash)
Thomas Klausner (1):
Protect config.h like usual.
|
|
This release removes a bunch of dead code for platforms that have been
unsupported since the Imake->autotools conversion, fixes some compiler
warnings for the remaining platforms, and fixes build issues for Win32
& MinGW.
Alan Coopersmith (14):
Remove unused DECnet ("DNETCONN") code from xhost
Remove unused TLI ("STREAMSCONN") code from xhost
unifdef -UCRAY
unifdef -ULynx
unifdef -Uatt
unifdef -UBAD_ARPAINET
Assume signal handlers return void, as C89 requires
Move dpy declaration from static to main() function
Convert sprintf to snprintf in SECURE_RPC code
Fix some integer sign/size conversion warnings flagged by clang
Drop pre-POSIX signal handling support in favor of sigaction()
Mark argument to nameserver_lost signal handler as unused
Fix const warning for FamilyLocalHost empty address string
xhost 1.0.6
Jon TURNEY (4):
Use Xwinsock.h on WIN32
Link with winsock for MinGW
Provide dummy sethostent(),endhostent() for Win32 also
If SIGALRM isn't available, don't use alarm() to timeout gethostaddr(), just wait
|
|
This minor bugfix release fixes one crasher, one issue with doclifting
the man page to XML, and a couple compiler warnings.
Alan Coopersmith (5):
config: Add missing AC_CONFIG_SRCDIR
Drop old CVS version tags
convert sprintf calls to snprintf
Mark do_quit as noreturn, as suggested by gcc & clang
xfd 1.1.2
Andreas Schwab (1):
Fix SEGV when XftFontOpenName() returns NULL.
Eric S. Raymond (1):
Suppress a spurious warning.
|
|
"x11/gtk2 updated to 2.24.20. This version changed location of
"immodules.cache". But, post-install/deinstall process for pkgsrc
is not changed in last update. This update make a bug for immodule user."
|
|
latter. Otherwise, Solaris ends up using the svr4 config and assorted
crazy things happen. Diagnosed by Joern Clausen. PKGREVISION -> 6.
|
|
|
|
PR pkg/48024 should be finally resolved.
|
|
declaration.
|
|
Make it so.
|
|
Thomas E. Dickey says it has hard-to-fix layout issues and slows
the startup, so turn the option default off.
Bump PKGREVISION for the default change from on to off.
|
|
xsetmode still works on devices that support multiple mode, the hooks are
still there so functionally there's nothing wrong with it. xinput has
replaced it though, you get the same with
xinput --set-mode "device name" ABSOLUTE
since xinput is actively maintained, I recommend using that instead.
|