summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2018-08-19*: reset maintainer for drochnerwiz2-5/+4
2018-08-18xscreensaver: make xscreensaver binary setuid rootwiz1-2/+4
Otherwise it does not lock the screen by default. Bump PKGREVISION.
2018-08-18xscreensaver: remove reference to kerberosIVwiz1-5/+1
2018-08-18Add fcitx optionryoon2-4/+14
2018-08-16revbump after boost-libs updateadam21-42/+42
2018-08-16*: Recursive bump for poppler-0.67wiz1-2/+2
2018-08-16wxGTK30: remove dragonfly supportwiz3-80/+5
Can't test this for upstreaming, and dragonfly users use dports or ravenports anyway.
2018-08-16libxkbcommon: update to 0.8.2.wiz2-7/+7
libxkbcommon 0.8.2 - 2018-08-05 ================== - Fix various problems found with fuzzing (see commit messages for more details): - Fix a few NULL-dereferences, out-of-bounds access and undefined behavior in the XKB text format parser. libxkbcommon 0.8.1 - 2018-08-03 ================== - Fix various problems found in the meson build (see commit messages for more details): - Fix compilation on Darwin. - Fix compilation of the x11 tests and demos when XCB is installed in a non-standard location. - Fix xkbcommon-x11.pc missing the Requires specification. - Fix various problems found with fuzzing and Coverity (see commit messages for more details): - Fix stack overflow in the XKB text format parser when evaluating boolean negation. - Fix NULL-dereferences in the XKB text format parser when some unsupported tokens appear (the tokens are still parsed for backward compatibility). - Fix NULL-dereference in the XKB text format parser when parsing an xkb_geometry section. - Fix an infinite loop in the Compose text format parser on some inputs. - Fix an invalid free() when using multiple keysyms. - Replace the Unicode characters for the leftanglebracket and rightanglebracket keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to MATHEMATICAL LEFT/RIGHT ANGLE BRACKET. - Reject out-of-range Unicode codepoints in xkb_keysym_to_utf8 and xkb_keysym_to_utf32.
2018-08-16wxGTK30: add upstream bug report URLwiz2-3/+6
2018-08-16wxGTK30: add upstream bug report URLswiz6-30/+14
Remove patch for NetBSD<5.
2018-08-16wxGTK30: remove remnants of build system changeswiz2-360/+0
The other patches for this have been removed from the package, we use the upstream build system now.
2018-08-14modular-xorg-xephyr: update to 1.20.1.wiz1-2/+1
Match modular-xorg-server update.
2018-08-14modular-xorg-server: update to 1.20.1.wiz2-7/+7
This bugfix release fixes several issues in RANDR, Xwayland, glamor, the modesetting driver, and elsewhere. Everyone is encouraged to upgrade. Thanks to all who contributed to this release! Adam Jackson (1): xserver 1.20.1 Alexander Volkov (1): Xext/shm: Refuse to work for remote clients Bas Nieuwenhuizen (1): DRI2: Sync radeonsi_pci_ids.h from Mesa Damien Leone (1): os: Recompute whether any clients are ready after check_timers() Dave Airlie (1): xwayland: fix typo in non-modifier fallback path John Lumby (1): Change the DPMS initialization to be conditional on not set from config Jon Turney (4): meson: install xwinclip and Xwinrc man pages meson: don't install xorg wrapper manpages if suid-wrapper isn't being used meson: don't put literal 'PACKAGE_STRING' and 'XORG_MAN_PAGE' in man pages meson: use absolute paths in manpage substitutions Keith Packard (6): modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2] xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreen xfree86: Wrap RRCrtcIsLeased and RROutputIsLeased to check for DIX structures xf86-video-modesetting: Don't enable UNIVERSAL_PLANES separately xf86-video-modesetting: Lease planes as well if using atomic During reset/shutdown, clean up leases in DIX instead of each driver Laurent Carlier (1): meson: Add configuration of listening on tcp, unix and local Lukas F. Hartmann (1): glamor_init: clamp GLSL to 120 if platform doesn't have instanced arrays Lyude Paul (5): modesetting: Also disable CRTC in drmmode_output_disable() glamor: Unbreak glamor_fd_from_pixmap() randr: Scream when creating a shared pixmap fails modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id() meson: ensure the libc has RPC functions when secure-rpc is enabled Matt Turner (1): xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alpha Michał Górny (1): xfree86: Makefile shouldn't rely on superuser being named 'root' Michel Dänzer (6): xfree86: Fix O_CLOEXEC usage in lnx_platform modesetting: Pass O_CLOEXEC when opening a DRM device glamor: Always return 0 from glamor_fds_from_pixmap on error glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmap exa: Use PictureMatchFormat for source-only picture format description present/wnmd: Preserve window pixmap's screen_x/y on flip Olivier Fourdan (20): xwayland: use pixmap size on present flip xwayland: allow "-eglstream" option xwayland: "EGL_EXT_device_base" required for EGLStream xwayland: process Wayland events after adding screen xwayland: do not disable glamor if EGLStream failed xwayland: make xwl_output_get_xdg_output() static xwayland: move glamor specific routines xwayland: swap "name" and "id" in init_wl_registry() xwayland: GBM should fail w/out "GL_OES_EGL_image" xwayland: skip drm authentication with render node xwayland: move egl_backend to its own struct xwayland: Add Wayland interfaces check xwayland: move EGL backend init to glamor xwayland: refactor EGL backends for wayland registry xwayland: check for EGLStream backend explicitly xwayland: EGL_IMG_context_priority required by EGLStream xwayland: simplify xwl_glamor_pixmap_get_wl_buffer() xwayland: mandatory EGL backend API modesetting: use drmmode_bo_import() for rotate_fb xwayland: Enable DRI3 for glamor Peter Hutterer (1): Xext: dynamically allocate the PanoramiXDepths[j].vids array Roman Kapl (2): Xi: fix byte-swapping of button labels Xi: add forgotten byte-swaps for Valuator fields Stefan Agner (1): modesetting: Fix 16 bit depth/bpp mode Takashi Iwai (1): modesetting: Fix cirrus 24bpp breakage Thomas Hellstrom (1): glamor: Work around GEM usage v2 Vladimir Panteleev (1): glx/vndcmds: Fix vendor hash table key size emersion (1): xwayland: rotate logical size for RRMode
2018-08-08ruby-gnome2: update to 3.2.9.tsutsui5-25/+25
Upstream changes (from NEWS): == Ruby-GNOME2 3.2.9: 2018-08-08 This is a packaging bug fix release of 3.2.8. === Changes ==== All * Fixes * Fixed wrong gem content. [GitHub#1236][Reported by Izumi Tsutsui] ==== Ruby/GtkSourceView4 * Improvements * Added. === Thanks * Izumi Tsutsui == Ruby-GNOME2 3.2.8: 2018-08-06 This is an installation improvement release of 3.2.7. === Changes ==== All * Improvements * Added support for static gemspec. [Patch by cedlemo] * Added support for msys2_mingw_dependencies. [GitHub#1194] ==== Ruby/GLib2 * Improvements * test: Removed a needless assertion. [GitHub#1235][Patch by Iain Lane] ==== Ruby/GObjectIntrospection * Improvements * Improved setter method detection. [GitHub#1233][Patch by yosuke shiro] * Fixes * Fixed a memory leak for callback method. [GitHub#1230][GitHub#1231][Reported by Izumi Tsutsui] ==== Ruby/GTK3 * Fixes * demo: Fix a crash bug. [GitHub#1193][Reported by kojix2] === Thanks * cedlemo * kojix2 * Izumi Tsutsui * yosuke shiro * Iain Lane
2018-08-02libdrm: update to 2.4.93.wiz2-7/+7
Christian König (1): amdgpu: make sure to set CLOEXEC on duplicated FDs Emil Velikov (10): xf86drm: drmGetDevice2: error out if the fd has unknown subsys xf86drm: introduce drm_device_has_rdev() helper xf86drm: Fold drmDevice processing into process_device() helper xf86drm: Allocate drmDevicePtr's on stack xf86drm: introduce a get_real_pci_path() helper xf86drm: Add drmDevice support for virtio_gpu tests/drmdevices: install alongside other utilities tests/drmdevice: add a couple of printf headers drmdevice: convert the tabbed output into a tree drmdevice: print the correct host1x information Jan Vesely (3): amdgpu: Take a lock before removing devices from fd_tab hash table. amdgpu/util_hash_table: Add helper function to count the number of entries in hash table amdgpu: Destroy fd_hash table when the last device is removed. José Roberto de Souza (2): intel: Introducing Whiskey Lake platform intel: Introducing Amber Lake platform Kevin Strasser (1): xf86drm: Be sure to closedir before return Marek Olšák (3): amdgpu: don't call add_handle_to_table for KMS BO exports amdgpu: add amdgpu_bo_handle_type_kms_noimport configure.ac: bump version to 2.4.93 Mariusz Ceier (1): xf86drm: Fix error path in drmGetDevice2 Michel Dänzer (2): Always pass O_CLOEXEC when opening DRM file descriptors Revert "amdgpu: don't call add_handle_to_table for KMS BO exports" Rob Clark (5): freedreno: add user ptr to fd_ringbuffer freedreno: add fd_ringbuffer_new_object() freedreno: small cleanup freedreno: slight reordering freedreno/msm: "stateobj" support
2018-08-01qtwebkit: don't disable JIT on netbsd, declare functions like linux.maya4-16/+40
this works well enough to browse javascript websites with otter-browser, which needed paxctl +m, although I didn't try it without these changes. XXX this package might be crashing from feeding bogus values to posix_memalign.
2018-07-31caribou: Add missing dependencies.jperkin1-2/+5
2018-07-30qt5-qtdeclarative: Limit C11 _Static_assert to C code.jperkin2-1/+17
2018-07-28x11/maim: Use the "Release" build type.nia1-1/+3
2018-07-28x11/slop: Use the "Release" build type.nia1-1/+3
2018-07-28x11/slop: add glu dependency to allow building against modular xorgnia1-1/+2
2018-07-28x11/maim: Import maim-5.5.2nia5-1/+41
maim (Make Image) is a utility that takes screenshots of your desktop. It's meant to overcome shortcomings of scrot and performs better in several ways.
2018-07-28x11/slop: Import slop-7.4nia8-1/+87
slop (Select Operation) is an X11 application that queries for a screen area selection from the user and prints the region to stdout.
2018-07-26x11/qt5-*: Fix install_name on Darwinminskim1-1/+13
This should fix PR 53460.
2018-07-21xscreensaver: add some dependencieswiz2-3/+7
Should fix image loading support. Bump PKGREVISION.
2018-07-20xf86-video-r128: update to 6.11.0.wiz2-8/+7
Colin Walters (1): autogen.sh: Implement GNOME Build API Dylan Aïssi (1): Fix typo: Initalizing --> Initializing Emil Velikov (2): autogen.sh: use quoted string variables xf86-video-r128: remove the GlxSetVisualConfigs stub and friends Helmut Grohne (1): Fix for cross build failure Kevin Brace (31): Move the location where R128PreInitGamma is called Move assignment of color depth variables away from R128PreInitVisual Move the assignment to monitor field of ScrnInfoRec record Move R128PreInitVisual and R128PreInitGamma calls Remove R128ProbeDDC Refactor R128PreInitWeight Move the location xf86CrtcConfigInit is called inside R128PreInit Move existing mode setting initialization code into R128LegacyMS Move R128InitCrtcRegisters to r128_crtc.c Move R128InitCrtc2Registers to r128_crtc.c Move R128InitCrtcBase to r128_crtc.c Move R128InitCrtc2Base to r128_crtc.c Convert R128Div to an inline function Move R128InitPLLRegisters to r128_crtc.c Move R128InitPLL2Registers to r128_crtc.c Move R128RestoreCrtcRegisters to r128_crtc.c Move R128RestoreCrtc2Registers to r128_crtc.c Move R128InitDACRegisters to r128_output.c Move R128RestoreDACRegisters to r128_output.c Move R128RestorePLLRegisters to r128_crtc.c Move R128RestorePLL2Registers to r128_crtc.c Move R128InitDDARegisters to r128_crtc.c Move R128InitDDA2Registers to r128_crtc.c Move the location R128PreInitDRI is called Deprecate R128TRACE macro when generating debug messages Remove compilation warnings related to debug messages Using __func__ string for debug message function identification Convert tabs to white spaces for r128_output.c Fix for some RAGE 128 Pro causing out of range display error Reorganize r128_exa.c Version bumped to 6.11.0 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: use exec instead of waiting for configure to finish Stefan Dirsch (1): Include <stdint.h> in order to declare uint32_t
2018-07-20Recursive revbump from textproc/icu-62.1ryoon107-187/+214
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb6-12/+12
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg4-8/+8
C++14 default language.
2018-07-17qt5-qtlocation: workaround GCC < 5.x bug and be explicit on how to cast this.maya3-2/+35
from thiago on qt irc.
2018-07-13x11/fltk13: update to fltk-1.3.4dbj19-414/+79
CHANGES IN FLTK 1.3.4 RELEASED: Nov 11 2016 Bug fixes and other improvements - Fix test/native-filechooser help display artifact (STR #3349). - MacOS: fix a crash when closing a fullscreen window. - Accept empty Fl_Pixmap in Fl_RGB_Image c'tor (STR #3348). - MacOS: fix drawing error when a window containing a hidden subwindow is changed to fullscreen (error visible with the tabs test program). - MacOS: fix possible crash when enabling fullscreen in test/scroll. - Add a snapshot of known STR's and RFE's (KNOWN_BUGS.html). CHANGES IN FLTK 1.3.4rc3 RELEASED: Oct 31 2016 Bug fixes and other improvements - Fix string truncation in fluid (STR #2722 continued). - MacOS: fix a small problem where the Command-Quit menu hotkey may not work if Fl_Native_File_Chooser is used before any window is shown. CHANGES IN FLTK 1.3.4rc2 RELEASED: Oct 24 2016 Bug fixes and other improvements - Make sure the "File Systems" menu item of Fl_File_Chooser lists "/" as the first mounted file system (Linux/Unix platform). - Added line numbers to fluid Edit -> Show Source Code viewer. - Improved fluid's template handling (STR #3335). CHANGES IN FLTK 1.3.4rc1 RELEASED: Oct 17 2016 New features and extensions - Added support for Mac OS 10.11 "El Capitan" and 10.12 "Sierra". - Added full support of true subwindows to the Mac OS X platform. Window nesting to any depth is possible. An Fl_Gl_Window window or subwindow can contain Fl_Window's as subwindows. - Fluid now supports external editors (STR#3213) See: Edit -> GUI Settings -> Use external editor - Added method Fl_Widget::is_label_copied(). - Added methods Fl_Copy_Surface::w(), Fl_Copy_Surface::h(), and Fl_Copy_Surface::draw_decorated_window(). - Added method Fl_Image_Surface::draw_decorated_window(). - Added method Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into a high-resolution bitmap image (Mac OS X only). - Added support for OpenGL version 3 and later. - Added method Fl_Mac_App_Menu::custom_application_menu_items() allowing customization of the application menu (Mac OS X only). - Added 'fluid -u' command-line switch to upgrade fluid files in batch mode. This option opens a fluid ('.fl') file and saves it overwriting the old file with the current syntax and library version number. Use with care (input file is overwritten unconditionally). - Added FL_ZOOM_GESTURE gesture for OS X (only). Needs implementation on other platforms. - Added FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version(). Constants can be used to determine the compiled FLTK version. Functions can be used to find the linked library version. - Added Fl::abi_check() method to test if the runtime (linked) ABI version is correct. - Added Fl_Image::fail() to test if an image was loaded successfully to allow for easier error detection when loading images (STR #2873). - Added line numbers to fluid's source code viewer for New -> Code New configuration options (ABI version) - FLTK's ABI version can now be configured with 'configure', CMake, or by editing a supplied file when using the bundled IDE projects. See documentation in README.abi-version.txt. 1.3.4 ABI FEATURES - Added deactivated user icon to Fl_Tree. - Added Fl_Shared_Image::scale(width, height) which gives a shared image its own drawing size, independently of the size of the underlying image. This improves image drawing on high resolution surfaces such as Laser printers, PDF files, and Apple retina displays. Other improvements - Configure now correctly sets HAVE_* variables only if both the library and the header files were found. The configuration process is aborted if Xft was requested explicitly with --enable-xft and Xft was not found. The configuration summary now shows _found_ options as opposed to requested options. - Improved drawing of rounded box (STR #2943). - Full support of Apple 'retina' displays for which one drawing unit corresponds to two pixels. - The Mac OS X platform no longer uses the deprecated AGL (Apple GL library) to draw OpenGL data. Instead, it uses standard Cocoa APIs. This allows FLTK to support drawing GL scenes at high resolution when an Fl_Gl_Window is mapped to a 'retina' display. - Added Fl_Gl_Window::pixel_w(), Fl_Gl_Window::pixel_h(), and Fl_Gl_Window::pixels_per_unit() useful for high resolution OpenGL windows. - fl_read_image() now captures all pixels within the rectangle described by its arguments, whether they belong to a GL scene or not (STR #3142). It also captures subwindows of GL windows. - Fl::delete_widget() now hides the widget or window immediately (i.e. when called) - only destruction is delayed as before. - FLTK header files don't expose X11 definitions in user code any more unless requested by including FL/x.H explicitly or implicitly. - The PostScript code output when printing images under Linux/Unix is now much smaller by using lossless compression techniques. - The Linux/Unix printer dialog now uses BSD-style printing commands (lpr/lpq) when SystemV-style commands (lp/lpstat) are not available. - Drawing alpha-blended images under X11 is now accelerated with Xrender. - The font used for the FL_COURIER font family was changed on the Mac OS X platform from 'Courier New' to 'Courier' because it was too thin. - Text drawing on the Mac platform supports Unicode 'variation selectors' in the range [0xFE00-0xFE0F]. - Added a Mac OS implementation of Fl_Window::wait_for_expose() that became necessary with Mac OS 10.10 "Yosemite". - Added the libfltk target to the Xcode project producing a static version of the FLTK library (Mac OS X). - Restored the possibility to call Fl::set_font() before main() starts. - Allow using the --enable-x11 configure option on the Mac OS platform which produces an X11 version of the FLTK library (don't use unless you know what you're doing). - FLTK code and fluid-generated code can be used in static initializers. - Added light gray separator line to fluid's widget browser (STR #2997). - Improved tooltip behavior for huge tooltips: remove flicker, support key/mouse dismiss (STR #2650). - Modifier key names displayed in shortcut labels can now be localized. See documentation of fl_shortcut_label(). You can set modifier key names for Ctrl, Alt, Shift, and Meta by assigning global string pointers to your translated modifier key names. - Many documentation improvements and fixes. - Fixed many compiler warnings (STR #2988). - Fluid now generates code with less compiler warnings (STR #2813). - Many CMake improvements and fixes. Note: CMake is mostly operating now, but not yet recommended for production use. Please test and report issues. - Updated bundled zlib from 1.2.5 to 1.2.8. - Updated bundled libjpeg from jpeg-8c to jpeg-9a. Bug fixes - Fix potential crash when using keyboard navigation on Fl_Tabs widget without children (STR #3333). - Fix potential crash if Fl_Window::icon(NULL) was called to clear (reset) a window icon. This is now legal and documented behavior. The same applies to Fl_Window::default_icon(). - Allow widget callback to be NULL, i.e. no callback (STR #2835). - Fixed Fl_Help_View buffer overflow (STR #3275). - Fl_Browser now correctly adjusts its scrollbars when the default text size is changed with textsize(int) (STR #3057). - Fixed Fl_Text_Display/Fl_Text_Editor slow scrolling, line number display, wrap mode "hiding" text behind scrollbars, and more scrollbar handling (alignment) (STR #3272). - Fixed valgrind warning (uninitialized variable) in Fl_Window. Visible only with FLTK_ABI_VERSION >= 10303, since FLTK 1.3.3. - Fixed Windows drag'n'drop not showing insert position if the drop target is inside the same window or process (STR #3209). - Fixed undefined reference building shared cairo library (STR #3276). - Fixed Fl_Browser if text argument to some methods is NULL (STR #3269). - Fixed missing image release in fluid (STR #2840). - Fixed out-of-bounds memory access in fluid (STR #3263). - Fixed trailing white space in fluid .fl files (STR #3239). - Several box types were not drawn correctly when deactivated. The background color for deactivated widgets is now correct: fl_inactive(color()) (STR #2907). - Fix inconsistent interpretation of ld() in image handling (STR #3308). This is a minor issue since ld() is usually 0 or w()*d(). Documentation has been fixed, and ld() handling is now consistent in Fl_(RGB_)Image and fl_draw_image() and friends. See documentation of Fl_Image and Fl_RGB_Image for more information. - Fixed Fl_Pixmap (background) drawing to respect the clip region (STR #3206). - Fixed reading .pbm image files: 1 is now interpreted as black, and images whose width are a multiple of 8 are correctly read. Note: if you relied on the faulty behavior you may need to fix your image files. - Restored window background drawing, particularly the 'plastic' scheme's background (STR #3059). This was a regression since FLTK 1.3.0. - Prevent sending (FL_SHORTCUT) events to inactive widgets (STR #3216). - Fixed button label clipping (STR #3237). - Fixed Fl_Menu_::item_pathname() handling of descending submenu pointers (STR #3177). - Fl_Text_Display: style buffer colors are no longer manipulated by fl_contrast() for normal text drawing (fltk.coredev thread started 04/08/15, Subject: "RFC: Fl_Text_Display style buffer color weirdness") - Fl_Tree::deactivate() now affects draw color of items (must have ABI 1.3.3 or higher enabled). For icons to draw deactivated, enable ABI 1.3.4. (test/tree has a 'deactivate tree' button) - Fl_Tree::find_item() did not find items if the pathname contained identical strings (STR #3234). - Fixed possible bad border effect when a set of radio menu items is located first in its menu (STR #3176): Fl_Menu_Item::set_only() is deprecated and replaced by Fl_Menu_::set_only(Fl_Menu_item*). - Restore the correct state of mouse buttons and keyboard modifier keys after closing a file or printer dialog (STR #3221). - Fix for deactivate colors issue with Fl_Text_Display/Editor (STR #3219). - Fixed issue with MSWindows platform where the program kept running after closing all its windows (STR #3165). - Fix potential buffer overflow (MSWindows: BEX64 error) and problem with MSWindows environment variables "HOME"(MinGW) vs. "UserProfile"(DOS) - Fix issue with MSWindows platform where a window would decrease in size after each close/open (STR #3167). - Fix undefined reference XGetUtf8FontAndGlyph (STR #3191). - Fix potential keyboard hangup (STR #3192). - Fix for: .xbm images were not previewed (STR #3131). - Fixed crash on Mac platform when resizing a not yet shown() Fl_Gl_Window. - Fixed potential Windows GDI leak (STR #3254). - Fixed Linux/Unix potential program hang when dialog pops up while a menu is open (STR #3179). - Fixed a crash when a Unix/Linux program calls take_focus() before any window has been show()n. - Fixed an error on the Mac platform when drawing to an Fl_Image_Surface object without using the Fl_Image_Surface::draw() method. - Fixed STR #3268 where a fullscreen window could become relocated behind the menu bar and dock (Mac OS only). - Fixed STR #3207: ^C not working when numlock or capslock is on. - Fixed code editor in Fluid (STR #3184). - Fixed a potential hangup of the Fl::awake() queue under Windows if a window is resized or moved while the Fl::awake() message is sent (STR #3143). - Fixed a regression: restore the possibility to call fl_draw_image(buf,X,Y,W,H,D,L) with negative D and/or L arguments. - Fixed overflow in Fl_Valuator::precision(int) to 0...9 (STR #3280).
2018-07-07libXxf86misc: update to 1.0.4.wiz2-8/+7
Several error paths in this library would fail to unlock libX11 when they returned, which would eventually cause the client to deadlock. This release fixes that bug. Adam Jackson (1): libXxf86misc 1.0.4 Alan Coopersmith (3): Strip trailing whitespace configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Egbert Eich (1): Add missing UnlockDisplay() and SyncHandle() to some error paths.
2018-07-07libXScrnSaver: update to 1.2.3.wiz2-8/+7
Fixes a 25+-year-old bug in correctly filling in the ::root member of the ScreenSaverNotify event. Adam Jackson (1): libXScrnSaver 1.2.3 Alan Coopersmith (3): Copy root field from wire event into root, not window, of Xlib event configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Daniel Martin (1): Fix typo in man page: XScreenSaverSaverRegister() 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
2018-07-07libXinerama: update to 1.1.4.wiz2-8/+7
ontains some tiny bugfixes sitting in git unreleased for too long. Adam Jackson (1): libXinerama 1.1.4 Emil Velikov (1): autogen.sh: use quoted string variables Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Tobias Stoeckmann (1): libXinerama: Set number of screens to 0 on error
2018-07-06Recursive revbump from audio/pulseaudioryoon22-26/+44
2018-07-05modular-xorg-server: Avoid mkostemp on SunOS.jperkin1-1/+4
It's available in newer illumos, but was missing from the public headers for a while in older releases, so this is more portable.
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin22-54/+54
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam24-48/+48
2018-07-02gtk3: PKGREVISION++ for cups changegdt1-2/+2
2018-07-02gtk3: drop cups from SUGGESTED_OPTIONSgdt1-2/+2
cups was added as default recently without broad discussion. pkgsrc has long declined to endorse/require a particular approach to printing (because of the multitude of strong opinions about printing). Defaulting to cups requires that everyone install it, and some object. In addition, cups does not build on macos, resulting in all packages depending on gtk3 being broken. The cups option is not enabled by default on other packages. It seems that this option is not necessary for programs using gtk3 to print on a cups-using system. I'm reverting this as the freeze coordinator so that 2018Q2 has the longstanding behavior. Longer term, the question of whether cups should be a default option bears discussion, including about what the cosequences are for those who do and don't use cups, whether it should be per-package or global, and about whether we want to deviate on systems that can't build cups. (Note that we are only talking about the defaults and binary packages built using the defaults; it's long been possible for anyone to enable the cups options globally for their own builds.)
2018-06-26mate-screensaver: Make the non-pam build actually work.jperkin1-2/+6
Bump PKGREVISION.
2018-06-25Fix typo in configure argument.youri1-2/+2
2018-06-25xscreensaver*: update to 5.39wiz6-12/+51
5.39 * New hacks, 'razzledazzle', 'peepers', 'crumbler' and `maze3d'. * More heuristics for using RSS feeds as image sources. * Android: Image loading works. * Built-in image assets are now PNG instead of XPM or XBM. * X11: Better font-loading fallback heuristics on systems with a terrible selection of installed fonts. * macOS: Retina display-related bug fixes. 5.38 * New hack, 'esper'. * macOS: Support for Retina displays. * X11: `webcollage' now works with ImageMagick instead of with pbmtools if `webcollage-helper' is not installed. * 'bsod' now accepts Dunning-Krugerrands. * Android: These hacks work now: 'anemone', 'anemotaxis', 'atlantis', 'bouboule', 'celtic', 'compass', 'crackberg', 'epicycle', 'fuzzyflakes', 'goop', 'kumppa' 'munch', 'pacman', 'polyominoes', 'slip'. * Android: Thick lines work better for: 'anemone', 'anemotaxis', 'celtic', 'compass', 'deluxe', 'epicycle', 'fuzzyflakes', 'pacman' * Android: Assorted performance improvements, especially for 'kumppa' and 'slip'. * Android TV: Daydreams work. * iOS: Tweaks for iPhone X. * Lots of xlockmore-derived hacks now have animated erase routines. * 'crystal' works properly on non-X11 systems. * 'm6502' now includes 'texture.asm'. * X11: Try harder to find sensible fonts for the password dialog.
2018-06-24*: recursive bump for poppler-0.66.0 updatewiz1-2/+2
2018-06-24gtksourceview4: update to 4.0.2.wiz3-9/+29
News in 4.0.2, 2018-06-17 ------------------------- * GtkSourceView has moved to the GNOME GitLab instance. The bugzilla tickets have not yet been migrated to the GitLab issues, so before filing a new issue on GitLab, please search the bugzilla first. All links are available as usual on: https://wiki.gnome.org/Projects/GtkSourceView * Fix new compilation warnings (-Wcast-function-type). * New syntax highlighting definition file for: SCSS and Less. * Improvements to the syntax highlighting of: CSS and Rust. News in 4.0.1, 2018-05-05 ------------------------- * New syntax highlighting definition file for: TOML. * Improvements to the syntax highlighting of: CSS and XML. * Translation updates.
2018-06-24gtksourceview3: update to 3.24.8.wiz3-9/+27
News in 3.24.8, 2018-06-17 -------------------------- * MS Windows: lib shutdown on DLL_PROCESS_DETACH, not DLL_THREAD_DETACH. * Syntax highlighting: sync all *.lang files from GtkSourceView 4. * Translation updates.
2018-06-24xscreensaver: fix build without opengl option.wiz2-322/+56
Noted by Mayuresh on pkgsrc-users.
2018-06-23Update to 4.13.4:youri4-21/+20
What’s New? xfsettingsd --replace does not replace old daemon (Xfce #14381) Uninitialized scalar variables (CID #292062, #292063) Resolved warnings for -Wcast-function-type (GCC 8) Fixed redefinition of DISTCLEANFILES in Makefile.am Fixed typo in display manufacturers, “PRECISON” to “PRECISION” Improved Display Manufacturer Recognition (4.12 and 4.13) Refreshed PNP IDs from hwdata Added support for VBX (VirtualBox) Standardized and shortened manufacturer names Updated laptop detection to include eDP in XfceRandr
2018-06-23Update xfce4-exo to 0.12.2:youri4-12/+13
- a bunch of bug fixes - exo icon chooser dialog fixed https://bluesabre.org/2018/06/20/exo-0-12-1-and-0-12-2-released/
2018-06-23py-qt5: Fix patch to apply to source file instead of generated file.wiz3-48/+16