summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2013-07-06Update to 294. Add desktopdb.mk.wiz2-7/+7
Changes: Experimental support for sixel graphics, a fix for a regression in selection, and minor improvements to performance and configurability.
2013-07-06Remove obsolete patch.ryoon1-21/+0
2013-07-06Update to 3.8.1ryoon3-17/+19
Changelog: News in 3.8.1 ------------- * Improvements to the LaTeX and Perl language specs * Update to gtk-mac-integration 2.0 API * More unit tests * Misc bugfixes * Updated translations News in 3.8.0 ------------- * Add Libtool versioning. There was an ABI break during this development cycle, because some private functions were accidentally exported. So the Libtool's -version-info is bumped from 0:0:0 to 1:0:0. On GNU/Linux, this results in a version bump of the soname. * Updated translations News in 3.7.92 -------------- * New style id for warnings * Improvements to the completion code and documentation * Misc bugfixes * Updated translations News in 3.7.91 -------------- * Simplify code for the completion * Improvements of the Perl, R and Ruby language specs * Misc bugfixes * Updated translations News in 3.7.90 -------------- * Improvements in completion * Add Modelica language spec * Misc bugfixes * Updated translations News in 3.7.3 ------------- * Deprecate gtk_source_completion_move_window() * Deprecate gtk_source_completion_info_get_widget() * Deprecate gtk_source_completion_info_set_widget() * CompletionInfo: always a natural size * Simplify internal code for the completion (new CompletionModel) * Fixes for the style schemes and GtkSourceMark * Other misc bugfixes * Updated translations News in 3.7.2 ------------- * Improved unit tests and code coverage support * Misc bugfixes * Updated translations News in 3.7.1 ------------- * Add Bluespec SystemVerilog syntax highlighter * Improvements in completion * Add language spec for IDL * Lots of fixes in gtk doc * Misc bugfixes * Updated translations
2013-07-06Fix hardcoded aclocal-1.13/automake-1.13 issue. PR 48020.wiz1-2/+7
While here, add desktop-file-utils/desktopdb.mk and bump PKGREVISION.
2013-07-06Update to 3.1.0ryoon3-9/+11
Changelog: * Several bugfixes, updated translations, and support for color sets
2013-07-06Fix build with giflib-5.0.4.ryoon2-1/+154
Noticed by wiz@, thank you.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon20-40/+40
2013-07-04Changes 2.24.20adam3-8/+8
* Backport changes from GTK+ 3 to look for rc files in system config dirs in addition to /etc/gtk-2.0 and ~/.gtkrc. * Backport changes from GTK+ 3 to look for the immodules cache file in libdir. gtk-query-immodules-2.0 gained an --update-cache option to write the output to the correct location. Note that this may require slight adjustment of distro packaging. * Bug fixes: 560337 GtkFileChooser hour time missing for current date files 649390 CRLF text is copied to clipboard as CRCRLF on Windows 698183 quartz: Text input is too slow and some keys are broken... 702455 Add support for Avahi printers to gtk 2.24.x * Translation updates: Polish
2013-07-04Bump PKGREVISION for py-sip module major version change.wiz4-10/+8
2013-07-04Update to 4.14.7:wiz3-8/+8
v4.14.7 16th June 2013 - The internal API version is increased to 10.0 requiring the regeneration of all modules. - Added the /Sequence/ function annotation. - %ConvertFromTypeCode can now be specified for classes. - Added sipEnableAutoconversion() to the C API. - Added sipSetDestroyOnExit() to the C API. - Bug fixes. Bump coming (for first point).
2013-07-03Update to 1.7.2.wiz2-7/+6
Changes in 1.7.2: Only one minor change since the RC. Again, this release contains the fixes for CVE-2013-1998, CVE-2013-1984 and CVE-2013-1995 so you're encouraged to update. Peter Hutterer (1): libXi 1.7.2 Thomas Klausner (1): Remove check that can never be true. Changses in 1.7.1.901: First and likely only RC for libXi 1.7.2. This one has a bunch of changes for CVE-2013-1998, CVE-2013-1984 and CVE-2013-1995. These relate to various integer overflows and other corruption that happens if we trust the server a bit too much on the data we're being sent. On top of those fixes, the sequence number in XI2 events is now set propertly too (#64687). Please test, if you find any issues let me know. Alan Coopersmith (14): Expand comment on the memory vs. reply ordering in XIGetSelectedEvents() Use _XEatDataWords to avoid overflow of rep.length bit shifting Stack buffer overflow in XGetDeviceButtonMapping() [CVE-2013-1998 1/3] memory corruption in _XIPassiveGrabDevice() [CVE-2013-1998 2/3] unvalidated lengths in XQueryDeviceState() [CVE-2013-1998 3/3] integer overflow in XGetDeviceControl() [CVE-2013-1984 1/8] integer overflow in XGetFeedbackControl() [CVE-2013-1984 2/8] integer overflow in XGetDeviceDontPropagateList() [CVE-2013-1984 3/8] integer overflow in XGetDeviceMotionEvents() [CVE-2013-1984 4/8] integer overflow in XIGetProperty() [CVE-2013-1984 5/8] integer overflow in XIGetSelectedEvents() [CVE-2013-1984 6/8] Avoid integer overflow in XGetDeviceProperties() [CVE-2013-1984 7/8] Avoid integer overflow in XListInputDevices() [CVE-2013-1984 8/8] sign extension issue in XListInputDevices() [CVE-2013-1995] Peter Hutterer (7): Copy the sequence number into the target event too (#64687) Don't overwrite the cookies serial number Fix potential corruption in mask_len handling Change size += to size = in XGetDeviceControl If the XGetDeviceDontPropagateList reply has an invalid length, return 0 Include limits.h to prevent build error: missing INT_MAX libXi 1.7.1.901
2013-07-02Update to 2.4.46:wiz2-6/+6
Release because I want the cursor ioctls released, also haswell and radeon ids. Alex Deucher (3): radeon: add CIK chip families radeon: add Bonaire pci ids radeon: add kabini pci ids Damien Lespiau (3): intel/aub: Sync the AUB defines with mesa's intel/aub: Return early if we disable aub dumps intel/aub: Implement a way to specify the output .aub filename Dave Airlie (2): drm: add hotspot cursor interface support. libdrm: bump to 2.4.46 Mark Kettenis (1): radeon: correct RADEON_GEM_WAIT_IDLE use Rob Clark (3): freedreno: add handle and name tracking freedreno: add some asserts freedreno: also remove from name table on bo delete Rodrigo Vivi (2): intel: Fix Haswell GT3 names. intel: Adding more reserved PCI IDs for Haswell. Ville Syrjälä (1): modetest: Make RGB565 pwetty too
2013-07-02Minor x3270 update to 3.3.12ga13.gls2-7/+7
No upstream changelog, unfortunately.
2013-06-29Update mlterm to 3.2.1. (leaf package update)tsutsui14-489/+100
Also pull post-3.2.1 patches for configure scripts. pkgsrc changes: - remove obsolete post-3.2.0 patches - adjust for etc/font-fb changes - update PLIST for new framebuffer software keyboard files Changes from doc/en/ReleaseNote: ver 3.2.1 * Support framebuffer on OpenBSD. * Support software keyboard on framebuffer. (Double-click Button1 at the right bottom corner of the screen to show it.) * Support USB keyboard with iBus on NetBSD/OpenBSD framebuffer. * Support CSI ? 69 h, CSI ? 69 l (DECLRMM) and CSI pl;pr s (DECSLRM). * Support CSI 3 m and CSI 23 m which set/unset italic attribute. * Prefer JISX0208 to JISX0213 all the time in converting Unicode to other cs. * If DEFAULT=-foo-bar-medium-r-*--%d-*- is specified in ~/.mlterm/font, -foo-bar-bold-r-*--%d-*-, -foo-bar-medium-i-*--%d-*- or -foo-bar-bold-i-*--%d-*- are automatically searched for a bold, italic or bold italic font. * Bug fixes: SF Bug #3614142 (Thanks to Ahmed El-Mahmoudy) SF Bug #3614192 (Thanks to Ahmed El-Mahmoudy) Fix the bug which caused segmentation fault in using a font whose width doesn't match the usascii font on 24 or 32 bpp framebuffer. Fix the bug which caused segmentation fault in closing input method status window. Fix the bug which caused segmentation fault in loading illegal pcf fonts. Resize the window in attaching a new pty. (enbugged at 3.2.0) Fix the bug which disabled mlconfig and mlterm-menu. (enbugged at 3.2.0) Fix the error message in the failure of loading US-ASCII font. Fix the bug which lets parcellite reset the selected region. Report relative-origin position of the cursor to CPR sequence.
2013-06-27Reset PKGREVISION by update of both ruby18 and ruby193.taca1-2/+1
2013-06-26Pull one more post-3.2.0 fix from upstream (leaf package bug fixes):tsutsui3-25/+182
https://bitbucket.org/arakiken/mlterm/commits/c8814173cb051b32ce1d1b440b4033bd0 bba567d#chg-xwindow/fb/x_display.c > fb/x_display.c: get_ps2_kcode() is added to convert usb keycode > to ps2 keycode for iBus on NetBSD/OpenBSD framebuffer. This makes ibus inputmethod usable with USB keyboard on mlterm-fb. Bump PKGREVISION.
2013-06-23Use PKGVERSION_NOREV.jperkin1-2/+2
2013-06-23Also apparently requires automake.dholland1-2/+2
2013-06-23Update to 1.0.9:wiz2-6/+6
This quick fix release corrects an issue with the security fix from 1.0.8, in which, if the size checks did determine the response from the X server was too large to fit in the buffer it had allocated, XvQueryPortAttributes could return a pointer to the caller that pointed to uninitialized memory where the caller expected a nil-terminated string. Alan Coopersmith (2): XvQueryPortAttributes: add a comment explaining memory strategy libXv 1.0.9 Daphne Pfister (1): Bug 65252: Ensure final name is nil-terminated & none point to uninitialized memory.
2013-06-23Fix PLIST on SunOS.jperkin1-2/+2
2013-06-23Pull more post-3.2.0 fixes from upstream (leaf package bug fixes):tsutsui8-3/+262
http://mlterm.sf.net/mlterm-3.2.0-fixes.patch - Fix the bug which caused segmentation fault in closing input method status window. - Fix the error message in the failure of loading US-ASCII font. - Resize the window in attaching a new pty. (enbugged at 3.2.0) - Fix the bug which lets parcellite reset the selected region. - Fix the bug which disabled mlconfig and mlterm-menu. (enbugged at 3.2.0) - SF Bug #3614192 Bump PKGREVISION.
2013-06-23preprocessor is a tool.obache1-2/+2
2013-06-23Fix PLIST error in "PKG_OPTIONS.mlterm=mlterm-fb m17nlib" case.tsutsui1-1/+2
Reported by Mayuresh on pkgsrc-users@: http://mail-index.netbsd.org/pkgsrc-users/2013/06/22/msg018231.html
2013-06-22Apply various patches to get this package building on SunOS.jperkin9-2/+126
2013-06-22Fix a REPLACE_INTERPRETER which cannot possibly have ever worked, fix ajperkin3-5/+29
PKG_DEVELOPER check, and avoid non-portable dirent ops for SunOS.
2013-06-21Exclude PKGREVISION from PLIST generation, fixes part of PR#47946.jperkin1-2/+2
2013-06-20revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.obache5-15/+5
2013-06-19Various fixes to get this package to work on non-NetBSD.jperkin4-85/+118
Bump PKGREVISION.
2013-06-19say good-by to Ruby-1.8.obache5-5/+15
2013-06-19Unconditionally install the GDB script. Fixes package on any OS whichjperkin2-1/+17
does not have 'gdb' in PATH.
2013-06-19Fix SunOS build, and possibly other non-NetBSD OS too.jperkin4-100/+126
2013-06-18Set LICENSE.wiz1-1/+2
2013-06-18Fix build with perl-5.18's pod2man.wiz2-1/+16
2013-06-18Update to 6.14.6 and make KMS a default-off option.wiz3-6/+20
Still for PR 47935.
2013-06-18+ xf86-video-ati6wiz1-1/+2
2013-06-18Import xf86-video-ati-6.14.5 as x11/xf86-video-ati6.wiz4-0/+58
This is the video driver for ATI Radeon cards for the modular Xorg server. This package contains the major version 6 of the driver, before DRI1/UMS/etc removal. This package is added in a try to address PR 47935. If it doesn't help, I'll remove it again.
2013-06-17Make mono packages depend on lang/mono2 instead of lang/mono.wiz4-12/+12
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
2013-06-17Fix typo.wiz1-2/+2
2013-06-16This Ada package doesn't need Fortran compiler to build.asau1-2/+2
2013-06-16Install the wxrc program, not the helper script. Bump revision.joerg3-9/+17
2013-06-16Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3sno20-1/+5515
libraries and enlightenment 0.17.3 itself. Upstream changes of Eina (to get an impression): Eina 1.7.7 Changes since Eina 1.7.6: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.5: ------------------------- Improvements: * Honor tile size in Eina_Tiler. Fixes: * Prevent denial of service on Eina_Hash function. * Fix map leak in Eina_File infrastructure. * Fix portability issue on 64bits system for Eina_CList. * Fix magic failure in eina_value_array_count when array has not been allocated Changes since Eina 1.7.4: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.3: ------------------------- Fixes: * Fix EINA_INLIST_FOREACH_SAFE macro * Add XML output to doc * Add installation rule for doc * Fix build for Windows platforms. Changes since Eina 1.7.2: ------------------------- * Fix Solaris build. * Don't leak fd after exec. Changes since Eina 1.7.1: ------------------------- No changes, just updating to keep in sync with last release.
2013-06-16Add a distfile patch kit to mop up legacy C. Will hopefully fix thedholland5-46/+12
clang build. PKGREVISION -> 6. Caution: while it builds, it does not build cleanly -- adding function prototypes turned up some systemic issues. If anyone uses this package it would be helpful to try building it with -Wall and look in to how to fix things properly.
2013-06-16preprocessor is a tool.obache6-12/+12
2013-06-16Update xf86-input-mouse to 1.9.0.obache3-6/+22
while here, revive minimal pert of patches lost during update to 1.8.1, for WSMouse support of NetBSD. [ANNOUNCE] xf86-input-mouse 1.9.0 No big changes, but since we removed maintainer mode we might as well bump the minor version. Adam Jackson (1): configure: Drop AM_MAINTAINER_MODE Colin Walters (1): autogen.sh: Implement GNOME Build API Peter Hutterer (3): Fix compilation error with EXTMOUSEDEBUG on Use signal-safe logging if available mouse 1.9.0
2013-06-15Packaged DeforaOS Panel 0.2.18, with:khorben3-11/+11
- new "player" applet - more portable Makefiles - improved XDG support - fixes to the notification helper
2013-06-15Fixed build with x11/deforaos-libdesktop 0.0.10khorben7-11/+47
2013-06-15Packaged DeforaOS libDesktop 0.0.10, with:khorben4-20/+12
- API update for the inter-process notification framework (fixes bugs) - more portable Makefiles
2013-06-15Update ruby-gnome2 to 2.0.2.obache5-10/+5
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages) == Ruby-GNOME2 2.0.2: 2013-05-26 Windows XP re-supportted release! === Changes ==== Ruby/GLib2 * Improvements * Added rbgutil_key_equal() convenient function. It is used for comparing key that may be String or Symbol. ==== Ruby/Pango * Improvements * [windows] Forced to disable uniscribe backend of HarfBuzz. [ruby-list:49412] [Reported by Masafumi Yokoyama] * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap because they may cause crash on OS X. [shocker-ja:1119] [Reported by znz] * Updated samples. [GitHub#164] [Patch by Kentaro Fukuchi] * Fixes * Fixed wrong index access in Pango::GlyphString#glyphs. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] === Thanks * Kentaro Fukuchi * Masafumi Yokoyama * znz == Ruby-GNOME2 2.0.1: 2013-05-25 Ruby 1.8 support is dropped release! === Changes ==== All * Improvements * Dropped Ruby 1.8 support. * Updated bundled binaries versions for Windows. ==== Ruby/Pango * Improvements * Added Pango::CairoFontMap.set_default. * Enabled fontconfig font on Windows. * Defined Pango::CairoFcFontMap on init if it is available. * Defined Pango::CairoWin32FontMap on init if it is available. ==== Ruby/GTK3 * Improvements * Added Gtk::Image#set_from_icon_set. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_stock. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_gicon. [GitHub#150] [Patch by Detlef Reichl] * Updated samples. [GitHUb#151] [Patch by Detlef Reichl] * Fixes * Fixed a GC related crash bug. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * Supported ownership transfer for some input argument types. (Struct and Object) * Supported "(out caller-allocates)" for boxed object. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] * Supported gpointer in/out. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Fixes * Fixed missing argument. [GitHub#154] [Reported by Masafumi Yokoyama] ==== RubyGStreamer * Improvements * Supported methods that call callback [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Updated samples. [GitHub#156][GitHub#159][GitHub#160][GitHub#161] [Patch by NAKAJIMA Takashi] * Supported Gst::Bus#set_handler. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Supported Gst::Controller [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi] * Stopped to require Gst.init. * Fixes * Fixed out of index access bug. ==== Ruby/GooCanvas * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Stopped to require Goo.init. * Fixes * Updated samples. [GitHub#152][GitHub#153][GitHub#155][GitHub#157] [Patch by Masafumi Yokoyama] ==== Ruby/Clutter * Improvements * Stopped to require Clutter.init. * Fixes * Fixed broken samples. [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi] ==== Ruby/ClutterGtk * Improvements * Stopped to require ClutterGtk.init. ==== Ruby/ClutterGStreamer * Added. ==== Ruby/WebKitGtk * Improvements * Stopped to require WebKitGtk.init. ==== Ruby/WebKitGtk2 * Improvements * Stopped to require WebKitGtk2.init. === Thanks * Detlef Reichl * NAKAJIMA Takashi * Masafumi Yokoyama * Kentaro Fukuchi
2013-06-15Bump PKGREVISION.ryoon3-33/+2
* Remove absolete patches for security bug. Noticed by wiz@. Thank you.
2013-06-15Remove three empty patches.wiz4-22/+1