realized didn't make it to the ticket. Yesterday, I happened to
have same problem (on two systems).
I see from the cvs log message for xf86vidmodeproto that some headers
got moved to libXxf86vm. And I see libXxf86vm now has needed
header. But the buildlink3.mk didn't get changed so the older version of
libXxf86vm is good enough.
So increased the BUILDLINK_API_DEPENDS.libXxf86vm to libXxf86vm>=1.1.0
changes:
-CVE-2010-0422, handle monitor hotplugging more securely
-Fix rendering corruption with floaters screensaver
(as said in the previous update: I think hotplugging issues don't
affect us due to lacking xserver support)
The release adds ability to have different types of listeners in
the same process (necessary for the latest unstable version of
GNOME).
The API/ABI (and soname) was changed (oops, I did it again).
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.9701 Thu Feb 11 16:03:42 CET 2010
- Bump the required version of ExtUtils::XSpp and ExtUtils::ParseXS.
0.97 Tue Feb 9 22:57:14 CET 2010
- Added wxOverlay and wxDCOverlay (2.8) (thanks to Mark Dootson).
- Added Wx::Loader - allows PPM distributions and packagers to
override wx dll loading (see Wx::Loader pod)
- Loading plugins - local override of dl_load_file now uses
Wx::_load_plugin during XSLoader::load
Overview of Changes from GTK+ 2.18.6 to 2.18.7
==============================================
* Bugs fixed:
600865 gnome-panel crashed with "BadPixmap (invalid Pixmap...
606698 Misplaced declaration of gtk_print_job_set_status
606009 weirdness with clipping in abiword - csw
607770 Leak in GtkTreeView with HildonPannableArea
603144 Suspected wrong builtin page size: Chinese PRC6 and PRC9...
607687 f-spot crashes when using themes using the pixmap engine
608807 Marks on GtkScale widgets can overlap
607508 Cannot drag windows around in pager applet any more
608615 DnD events sent to wrong window
599511 gtk_selection_owner_set causes graphical corruption...
607344 GtkCalendar: crash when using tooltips via glade
608410 GOK types backwards in text entry fields
591186 GTK Menu Bar is unreadable under Windows 7
607061 GtkPlug socket window is sometimes incorrectly unref'd...
608370 dnd drag-dest signal handlers don't get correctly dis...
608162 gtktoolbutton doesn't create right proxy menu item...
561816 Optimize gtk_paned_set_position notifications
* Translation updates:
Brazilian Portuguese
Burmese
Catalan
German
Slovenian
Spanish
Swedish
Alan Coopersmith (1):
Update Sun license notices to current X.Org standard form
Gaetan Nadon (6):
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove unused sdkdir=$(pkg-config...) statement
Julien Cristau (2):
Require xorg-macros 1.4 for XORG_INSTALL
Bump to 12.6.6
Peter Hutterer (2):
Symbol was removed from the server.
Remove unused bits from configure.ac
git tag: xf86-input-vmmouse-12.6.6
changes:
-bugfixes
-Ported to MacOS 10.6, including various 64-bit fixes
-Merged juggle and juggler3d hacks
-New hack, surfaces, incorporating objects from old klein hack, plus
new ones
-New hack, rubikblocks
-Retired hypercube and hyperball, which are redundant with polytopes
-updates to various hacks
starts up (the mechanism changed in 2.28)
-update to 2.28.2
changes:
-bugfixes
-fix a possible authentication bypass (CVE-2010-0414) -- I don't think
we are affected because this depends on dynamic monitor addition/removal
Fix a comment
Use VBE palette load, not VGA banging.
Remove unused variable.
Don't artificially limit the screen size to 2k
Code motion
Warning fix when !HAVE_ISA
Use own thunk function instead of shadowUpdatePackedWeak
Remove support for non-shadowfb banked framebuffer
Make the VBESetVBEMode fallback message slightly clearer
vesa 2.3.0
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove -I$(prefix)/include from INCLUDES #24676
configure.ac: sdkdir usage duplicates the sdk include dir
Add missing shadowRemove() in VESACloseScreen().
The highlights of this release include full support for Qt v4.6,
automatically generated docstrings for all callables that describe
the valid Python signatures, and support for keywords for all
optional arguments.
changes: added some methods and options
pkgsrc note: this changes the API revision compiled into
the runtime library, so updates of py-qt* must be enforced