summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2017-11-15tzosdclock: comment out dead sites.wiz1-4/+3
2017-11-15tile: comment out dead sites.wiz1-4/+3
2017-11-15mxterm: comment out dead siteswiz1-3/+3
2017-11-13x11/qt5-qtbase: Apply upstream fix to build with macOS-10.13 SDKminskim4-3/+56
Bump PKGREVISION.
2017-11-12Bump PKGREVISION on packages depending on CUPSkhorben4-7/+8
This should be the last part of the renaming operation for print/cups to print/cups-base. Rationale: packages depending on CUPS but not relying on a functional printing setup only need to depend on print/cups-base (equivalent to the former print/cups). The new print/cups now depends on print/cups-base and on print/cups-filters, thus directly providing a functional printing setup. This bump reflects this change of dependency. As discussed on tech-pkg@
2017-11-12Update dependencies on print/cups to print/cups-basekhorben4-8/+8
This is with the notable exception of meta-pkgs/desktop-gnome, which I believe implies a fully functional cups. This is still missing revision bumps - I'll be right there (first time I am doing this on so many packages at a time). As discussed on tech-pkg@
2017-11-09Added patch to x11/ocaml-lablgtk for compilation with ocaml 4.05jaapb3-2/+26
2017-11-07gtk3: updated to 3.22.25adam4-100/+9
GTK+ 3.22.25 * The HighContrast theme has received numerous improvements * Middle-click on scrollbars jumps to the position again * Wayland: - Terminal sizing problems are fixed - The Wayland backend now implemented the KDE server-side decorations protocol * X11: - Problems with menus on several X servers are fixed * Bugs fixed: 701296 gtkfixed accepts toplevel windows into its children list after gtk_w... 728452 gtk_tree_view_column_create_button creates button which is leaked 738387 ComboBox in appears-as-list-mode: popup is not hidden when focus is ... 763517 Selected then unselected Label in ListBox gets wrong colour until ho... 769877 [HighContrast(|Inverse)] dual-headerbars broken 769879 [HighContrast(|Inverse)] tooltips problems 771279 Segfault due to gtk_event_controller_get_widget() returning NULL but... 775217 Warning message "gdkcursor-wayland.c:170: Unable to load blank_curso... 776793 GtkComboBox with appears-as-list doesn't receive mouse events from a... 777072 window shrinks when restored from maximized 778811 Enter submenus when activating their parent item 778930 gtk3-icon-browser: Add scalable icons to icon detail modal window 780101 Menus do not display over remote X11 781909 Implement KDE's server-decoration protocol 782396 Inconsistent deprecation documentation for gtk_paint_spinner 783995 Monitor API inconsistencies across X11 & Wayland 784314 entry completion regression on wayland 784509 wrong coordinates given to at-spi layer from GTK3 entries 786220 Sometimes the volume icon is replaced with image-missing 786794 Print dialogue has a printer called "printer" 787274 ComboBox in appears-as-list-mode: Gtk-CRITICAL when popping down wit... 787669 Middle mouse click on scrollbar is ignored 787866 Untranslated key labels in the Keyboard panel of Settings 788053 Window position wrong in HiDPI mode 788458 (style) Array index 'i' is used before limits check. 788496 HighContrast/win32: CSD Windows have missing border and shadows floa... 788505 ComboBox in appears-as-list mode: Clicking a TreeView expander also ... 788516 dialogs in gtk+ 3.22.24 have square borders. 788573 HighContrast: titlebar separator is too wide and joined to buttons, ... 788574 HighContrast: Ugly solid black corners at bottom of MessageDialog 788575 HighContrastInverse: Windows lack visible borders, merge into each o... 788577 Global -GtkComboBox-appears-as-list breaks opening menu-mode CBs by ... 788580 HighContrast: .flat buttons become non-flat when their window is :ba... 788614 Trying to reuse a TreeViewColumn causes criticals and a segfault (e.... 788841 Fix gtk_actionable_set_detailed_action_name API inconsistency 788905 GtkRange horizontal scrolling causes movement in the wrong direction 789141 Segmentation fault when adding Google online account 789149 GtkGestureZoom leaks the list of sequences while calculating the dis... 789327 appchooserwidget: Don't limit application list unconditionally 789357 Regression in 3.22.23: GDK_WINDOW_STATE_TILED flag is never set * Translation updates: Brazilian Portuguese Catalan (Valencian) Croatian Czech German Hungarian Italian Indonesian Lithuanian Polish Slovak Slovenian Swedish
2017-11-06rofi: fix HOMEPAGEwiz1-2/+2
2017-11-06gtk3: apply upstream fix for remote X11 rendering issuetnn4-8/+101
This fixes context menus not appearing correctly in packages such as emacs and firefox when using Xnest, Xephyr or tunneled X11. while here, regen patch-gtk_fallback-c89.c with more diff context.
2017-11-03libdrm: update to 2.4.88.wiz2-7/+7
Andrey Grodzovsky (1): amdgpu: Fix wrappers for AMDGPU_VM IOCTL. Marek Olšák (1): configure.ac: bump version for release
2017-11-01libdrm: update to 2.4.87.wiz2-7/+7
2.4.87: Marek Olšák (2): amdgpu: fix 32-bit build configure.ac: bump version for release 2.4.86: Andrey Grodzovsky (2): amdgpu: Add wrappers for AMDGPU_VM IOCTL. amdgpu: Add VMID reservation per GPU context test. Dave Airlie (2): drm: sync drm headers from drm-next. drm/syncobj: fix some whitespace issues Marek Olšák (1): configure.ac: bump version for release 2.4.85: No changelog found.
2017-11-01Updated package x11/ocaml-lablgtk to version 2.18.6.jaapb3-11/+10
This release adds support for OCaml 4.06.
2017-10-21ruby-gnome2: update to 3.1.9.tsutsui6-26/+30
Upstream changes: (from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.9/NEWS) == Ruby-GNOME2 3.1.9: 2017-10-16 This is a release that includes GObject Introspection migrated Ruby/Poppler. === Changes ==== All * Improvements * Added (({Makefile})) existence check before running (({make})). [GitHub#1065][Patch by HIGUCHI Daisuke] * Fixes * Fixed shebang paths. [GitHub#1066][Patch by HIGUCHI Daisuke] ==== Ruby/GLib * Improvements * Windows: Updated required cairo gem dependency. ==== Ruby/GObjectIntrospection * Improvements * (({GObjectIntrospection::Loader.register_object_class_converter})): Added. * Added (({gboolean *})) output support. * Added (({[GBoxed]})) output support. * Added (({[gboolean]})) input support. ==== Ruby/GDK3 * Improvements * (({Gdk::Window#origin})): Ignored garbage return value. ==== Ruby/GTK3 * Improvements * Added more demos. [GitHub#1096][GitHub#1098][GitHub#1099][GitHub#1103] [Patch by cedlemo] * (({Gtk::Container#add_child})): Added. [GitHub#1101][Reported by Robert A. Heiler] * (({Gtk::Container#remove_child})): Added. [GitHub#1101][Reported by Robert A. Heiler] ==== Ruby/Poppler * Improvements * Migrated to GObject Introspection bindings. [Patch by cedlemo] ==== Ruby/WebKit2GTK * Improvements * Reduced fragile test failure. [GitHub#1067][Patch by HIGUCHI Daisuke] * Followed upstream fix for (({webkit_web_view_new_with_related_view})). [GitHub#1095][Reported by Jeremy Bicha] * Relaxed test to support the latest WebKit2GTK+. [GitHub#1095][Reported by Jeremy Bicha] ==== Ruby/Rsvg2 * Improvements * Added document how to install on Heroku. [GitHub#1071][Patch by Ciocanel Razvan] ==== Ruby/VTE3 * Improvements * (({Vte::Regex})): Added. [GitHub#1087][Patch by cedlemo] === Thanks * HIGUCHI Daisuke * cedlemo * Ciocanel Razvan * Jeremy Bicha * Robert A. Heiler
2017-10-20mlterm: update to 3.8.3.tsutsui2-7/+7
Changes noted in doc/en/RelaseNote: ver 3.8.3 * Add "trim_trailing_newline_in_pasting" / --trim option which removes trailing newline characters in pasting text. * Add "broadcast" / --bc option which broadcasts input or pasted characters to all ptys whose value of "ignore_broadcasted_chars" option is false. * Add "ignore_broadcasted_chars" / --ibc option. * Add "Next pty", "Previous pty" and "Close screen" to context menu on Android. * Add "next_pty", "prev_pty" and "close_screen" to OSC 5379. * Add "fontconfig" to OSC 5380. * Support libssh2 on MacOSX/Cocoa. * Support ModifyCursorKeys and ModifyFunctionKeys of xterm. * Support OSC 0 and OSC 1 on MacOSX/Cocoa. * Support _NET_WM_NAME and _NET_ICON_NAME properties on xlib. * Support "CSI > Ps t" and "CSI > Ps T". * Support "CSI 20 h" and "CSI 20 l" (LNM). * Support right click menu on libvte compatible library on wayland. * Support fcitx input method module on wayland. * Support italic on MacOSX/Cocoa. * Remove --hscr / "screen_height_ratio" option. * Change the default sequences of Modifier+Function and Modifier+Cursor keys from xterm's old/obsolete ones to modern ones. (e.g. Shift+F1 outputs "\e[1;2P" instead of "\eO2P" by default.) * Merge patches: https://bitbucket.org/arakiken/mlterm/pull-requests/3/update-a-left-old-code-about-the * Bug fixes: Fix a bug which disabled to assign keypad keys in ~/.mlterm/shortcut. Fix wrong processing of percentage in a font name on framebuffer and wayland. Fix alpha blending in drawing glyphs on wayland. Fix disappearance of the cursor if built with --enable-vt52 option. Fix a bug which shows wrong window title in a splited screen. Fix faulty drawing a wall picture in closing one of splitted screens. Fix segfault when mlterm exits after having reconnected to ssh server automatically. Fix segfault in using input method plugins (except ibus) on wayland. Fix unexpected fallback to "DEFAULT" font in DECDHL or DECDWL lines. Fix screen corruption of libvte compatible library in operating multiple tabs on wayland. Fix segfault on pause or resume on Android.
2017-10-19libXfont: update to 1.5.3.wiz2-7/+7
Matt Turner (1): libXfont 1.5.3 Michal Srb (2): Check for end of string in PatternMatch (CVE-2017-13720) pcfGetProperties: Check string boundaries (CVE-2017-13722)
2017-10-19vte: Split non-standard multi-file patch into separate files.jperkin3-27/+33
Avoids issues when developing with mkpatches from pkgtools/pkgdiff.
2017-10-19vte: Don't define _XOPEN_SOURCE if using C99 on SunOS.jperkin4-1/+63
2017-10-16gtk3: update to 3.22.24adam2-7/+7
GTK+ 3.22.24 * Bugs fixed: Combobox: Don't try to remove grabs on NULL devices Fix some issues with the new resizable tiling
2017-10-15Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packagesprlw110-20/+10
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
2017-10-15Put gdbus-codgen back into operationprlw11-2/+2
- Revert "Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk" 1f764df - while here change to TOOL_DEPENDS - switch from py-glib2-tools to glib2-tools
2017-10-14libgnomekbd: requires py-glib2-tools to buildprlw11-1/+2
2017-10-14gtksourceview2: requires py-glib2-tools to buildprlw11-1/+2
2017-10-14libunique: requires py-glib2-tools to buildprlw11-1/+2
2017-10-14xfce4-tumbler: requires glib-marshal which is now in py-glib2-toolsprlw11-1/+2
2017-10-14vte3: requires glib-marshal which is now in py-glib2-toolsprlw11-1/+2
2017-10-14gtksourceview3: requires glib-mkenums which is now in py-glib2-toolsprlw11-1/+2
2017-10-14vte: requires py-glib2-tools to buildprlw11-1/+2
2017-10-14xfce4-gtk2-engine: typo in previous s/glib/glib2/prlw11-2/+2
2017-10-13xfce4-gtk2-engine: requires glib-mkenums which is now in py-glib2-toolsprlw11-1/+2
2017-10-13libxklavier: requires glib-mkenums which is now in py-glib2-toolsprlw11-1/+2
2017-10-13gtk2: requires glib-mkenums which is now in py-glib2-toolsprlw11-1/+2
2017-10-13Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mkprlw11-2/+2
2017-10-13libdrm: update to 2.4.84.wiz2-7/+7
libdrm 2.4.84 has been released. Alex Deucher (1): tests/amdgpu: add missing header to SOURCES Andrey Grodzovsky (1): amdgpu: Add deadlock detection test suit. Anuj Phogat (1): intel: Change a KBL pci id to GT2 from GT1.5 Christian König (1): amdgpu: make userptr unit test more interesting Dave Airlie (1): headers: sync syncobj ioctl defines. Eric Engestrom (1): freedreno/kgsl: fix pointer-to-int cast James Zhu (2): tests/amdgpu: add new uvd enc support check tests/amdgpu: fix uvd enc data corruption issue Jan Vesely (1): amdgpu: Do not write beyond allocated memory when parsing ids Marek Olšák (7): amdgpu: print error messages when amdgpu_device_initialize is failing include: sync drm.h and amdgpu_drm.h with airlied/drm-next amdgpu: add sync_file import and export functions drm: add drmSyncobjWait wrapper amdgpu: add amdgpu_cs_syncobj_wait amdgpu: add amdgpu_cs_fence_to_handle configure.ac: bump version to 2.4.84 Philipp Zabel (1): etnaviv: prevent deadlock in error path Rob Herring (2): Android: move libraries to /vendor headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1
2017-10-12modular-xorg-server: update to 1.19.5.wiz2-7/+7
One regression fix since 1.19.4 (mea culpa), and fixes for CVEs 2017- 12176 through 2017-12187. C is a terrible language, please stop writing code in it.
2017-10-11libXfont2: update to 2.0.2.wiz2-7/+7
A collection of minor fixes since 2.0.1, including CVEs 2017-13720 and 2017-13722.
2017-10-11libXres: update to 1.2.0.wiz2-7/+7
Version 1.2 of the X-Resource extension (added in xserver 1.13) added some new requests allowing inspection of every resource for a client, the bytes used per resource, and the PIDs of local clients. Unfortunately the client library never saw a corresponding release, so let's fix that.
2017-10-10xfce4-whiskermenu-plugin: Remove duplicate BUILDLINK_TRANSFORM.jperkin1-8/+1
2017-10-09xlockmore: update HOMEPAGE and MASTER_SITESwiz1-4/+3
2017-10-05modular-xorg-server: update to 1.19.4.wiz6-126/+8
A collection of stability fixes from the development branch, including two minor CVEs. Thanks to all who sent in patches! Aaron Plattner (1): randr: Use RRTransformEqual in RRCrtcPendingTransform Adam Jackson (11): parser: Fix crash when xf86nameCompare(s1 = x, s2 = NULL) xinerama: Implement graphics exposures for window->pixmap copies (v4) ephyr: Don't clobber bitsPerPixel when using glamor xephyr: Check for host XVideo support before trying to use it modesetting: Validate the atom for enum properties wayland: Sync drm.xml with Mesa os: Fix warning in LockServer xfree86: Silence a new glibc warning dmx: Silence an unused-result warning dmx: Remove some not-very-interesting debug prints xserver 1.19.4 Carlos Garnacho (5): xwayland: Allow pointer warp on root/None window xwayland: "Accept" confineTo on InputOnly windows xwayland: Update root window size when desktop size changes xwayland: Lock the pointer if it is confined and has no cursor Xi: Use WarpPointerProc hook on XI pointer warping implementation Daniel Stone (1): modesetting: Set correct DRM event context version Dawid Kurek (1): modesetting: Blacklist EVDI devices from PRIME sync Eric Anholt (1): glamor: Fix dashed line rendering. Jason Gerecke (1): xfree86: Fix interpretation of xf86WaitForInput timeout Jon TURNEY (1): Move statically linked xorgxkb files from dixmods to a separate directory Keith Packard (6): os: un-duplicate code to close client on write failure os: Mark client as ready to read when closing due to write failure [100863] dix: Remove clients from input and output ready queues after closing modesetting: Skip no-longer-present connectors when resetting BAD links xkb: Handle xkb formated string output safely (CVE-2017-13723) xf86-video-modesetting: Add ms_queue_vblank helper [v3] Kenneth Graunke (1): dri2: Sync i965_pci_ids.h from Mesa. Louis-Francis Ratté-Boulianne (1): present: Check the whole exec queue on event Lyude (1): xwayland: Don't load extension list more than once Martin Peres (1): modesetting: re-set the crtc's mode when link-status goes BAD Michal Srb (7): Xi: Zero target buffer in SProcXSendExtensionEvent. dix: Disallow GenericEvent in SendEvent request. Xi: Verify all events in ProcXSendExtensionEvent. Xi: Do not try to swap GenericEvent. Xi: Test exact size of XIBarrierReleasePointer Xext/shm: Validate shmseg resource id (CVE-2017-13721) xkb: Escape non-printable characters correctly. Michel Dänzer (5): xfree86/modes: Make colormap/gamma glue code work with RandR disabled os: Handle SIGABRT glamor: Store the actual EGL/GLX context pointer in lastGLContext glamor: Fix temporary pixmap coordinate offsets xfree86/modes: Use RRTransformEqual in xf86RandR12CrtcSet Nick Sarnie (1): suid: Include sysmacros.h to fix build after glibc-2.25 Olivier Fourdan (9): glamor: Check for NULL pixmap in glamor_get_pixmap_texture() Xephyr: Check screen resources creation success glamor: glamor_set_destination_drawable() can fail glamor: Check glamor_set_destination_drawable() return value glamor: avoid a crash if texture allocation failed glamor: an FBO is not needed for Xv pixmaps xwayland: Fix a segfault with pointer locking glamor: handle NULL source picture glamor: Avoid overflow between box32 and box16 box Peter Hutterer (2): test: fix compiler warning xfree86: up the path name size to 512 in xf86MatchDriverFromFiles Rodrigo Vivi (1): dri2: Sync i965_pci_ids.h from Mesa. Tobias Stoeckmann (2): record: Fix OOB access in ProcRecordUnregisterClients dmx: Fix null pointer dereference
2017-10-05xkeyboard-config: update to 2.22.wiz3-8/+9
2.22 27 commits Translations updated
2017-10-03*: Recursive PKGREVISION bump for vala 0.38 update.wiz4-8/+8
2017-10-03libunique: Fix HOMEPAGE. Mark as deprecated.wiz2-4/+5
2017-10-02mcookie: update to 2.30.2.wiz2-7/+7
No changes.
2017-09-30gtk3: update to 3.22.1adam2-7/+7
3.22.21: * Bugs fixed: 738893 ComboBox in appears-as-list mode: Finishing scroll with mouse causes... 786613 Adwaita: provide a generic sidebar icon and label styling 787172 EmojiChooser: Improve selection of section buttons 787279 EmojiChooser: Hovered emoji become impossible to see in HighContrast... 787280 HighContrast: Fix regression in vertical separator in titlebar headerbar 787410 entry: fix memory leak * Translation updates
2017-09-27p5-gtk2: update to 1.24992.wiz4-40/+7
Overview of changes in Gtk2 1.24992 =================================== ∗ Handle removing '.' from @INC for perl-5.26.0 compatibility * Updated FSF Address; resolves RT#89038 Overview of changes in Gtk2 1.24991 =================================== * Fix typos in POD (Bugzilla #772333) Overview of changes in Gtk2 1.2499 ================================== * Rename an internal variable to avoid confusion * Make the Gtk2::StatusIcon::position_menu tests more robust/lenient * Fix typos in POD (Bugzilla #760067) Overview of changes in Gtk2 1.2498 ================================== * Add blurbs for the Gtk2::Pango::* POD/man pages Overview of changes in Gtk2 1.2497 ================================== * Avoid a stack handling error in Gtk2::TreeModel::get on perl >= 5.23 * Fix a test failure in t/GdkWindow.t; it occurs only on gtk+ >= 2.24.26 and < 2.24.29. Overview of changes in Gtk2 1.2496 ================================== * Avoid registering a GType for GConnectFlags if not needed * MANIFEST: added missing gtk-demo files Overview of changes in Gtk2 1.2495 ================================== * Fix incorrect memory management in Gtk2::Gdk::Display::list_devices Overview of changes in Gtk2 1.2494 ================================== * Skip all tests that use threads under the hood on FreeBSD if necessary Overview of changes in Gtk2 1.2493 ================================== * Make t/GtkCellRenderer.t more robust ∗ Add a FIXME comment about a slight API problem Overview of changes in Gtk2 1.2492 ================================== * Fix compatibility with perl 5.20 and non-dot locales. * Disable some tests that are known to behave erratically in certain environments. They are still available in the "xt" directory, but they will not be run by default. Overview of changes in Gtk2 1.2491 ================================== * Fix a test failure in t/GdkPixbufLoader.t.
2017-09-26Remove PYTHON_VERSIONS_INCOMPATIBLE now builds with python 3.xabs3-4/+30
2017-09-26*: remove qt3 and the packages using it, including KDE3wiz491-80403/+2
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-20Fix building on newer macOSadam1-1/+2
2017-09-19hsetroot: Update HOMEPAGE, set LICENSEwiz1-3/+3