summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2016-03-13needs libXrandr>=1.5tnn1-2/+2
2016-03-13GTK+ 2.24.30tnn2-8/+7
* X11: - Support Randr 1.5 monitor information * Bug fixes: 722815 OS X: Deliver GdkModifierType during 'drag-motion' 612611 Fix interaction between scrolling menus and automatic mnemonics 699652 win32: On focus restore the window if iconified 698652 win32: Properly handle show and focus OS X: Fix clipboard image retrieval OS X: Fix a crash when fullscreening 758893 Prevent status icon size dithering * Translation updates: Japanese Thai
2016-03-12MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1)tnn3-7/+7
2016-03-12Recursive revbump from libxklavier-5.4ryoon9-18/+18
2016-03-12Update to 5.4ryoon5-20/+21
* Buildlink gobject-introspection Changelog: 5.4 A couple of introspection fixes 5.3 A number of introspection and build fixes 5.2.1 Fixed GIR params for introspection (broken build) 5.2 Optional introspection introduced Some minor fixes (runtime and build-time) 5.1 Expanding APIs for GNOME 3 needs (bumped soname): - converting ISO codes to translatable names (it was private, now public) - search by pattern Using to X11 API throgh pkg-config One race condition eliminated XInput2 version checking: looking for support of DevicePresence
2016-03-12configure insists that it wants a C++ preprocessor, so let it for nowtnn1-1/+7
2016-03-12Update modular-xorg-server (and -xephyr) to 1.18.2.wiz4-10/+10
A big pile of updates in this one. Highlights include: - glamor is updated to use OpenGL core profiles if available, which should improve memory usage and performance on modern hardware, and got some other performance improvements for rpi and other GLES platforms - DRI2, DRI3, and Present all received correctness fixes for hangs, crashes, and other weirdness - Xwayland server has been updated to support the Xv and the xf86vidmode extensions for better compatibility, and fixed some bugs with output hotplug and pointer updates - Xwin saw improvements to window and clipboard management, and a few new keyboard layouts
2016-03-12Update videoproto to 2.3.3:wiz2-7/+7
No functional change, just squashing a build warning for new xserver. Adam Jackson (2): xv: Build left-shift constants from ints not longs videoproto 2.3.3 Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
2016-03-12Package DeforaOS Keyboard 0.3.0khorben5-37/+18
This release brings: - support for the newest API from libDesktop - generic keyboard widget for libDesktop - improved support for Gtk+ 3 - early translation to Spanish - no more conflicts with x11/gnome-control-center
2016-03-11Rather than remove the library completely, just fix the path to use thejperkin1-8/+7
installed version. Clean up some variable assignment while here. Ride the previous PKGREVISION bump.
2016-03-11Fixup for dylib too. Bump PKGREVISION.jperkin1-3/+3
2016-03-10Needs pkg-config.leot1-1/+3
2016-03-10The strerror fix removed patch-aa from distinfo.wiz3-35/+5
Finish the removal, and add some necessary overrides to the Makefile.
2016-03-09Set QTDIR as an environment variable in Qt5 since some packages need it.nros1-1/+4
2016-03-09needs m4tnn1-1/+2
2016-03-09Add Linux specific PLISTtnn1-0/+3
2016-03-09force APP_MAN_SUFFIXtnn1-1/+3
2016-03-09fix build on Linuxtnn3-17/+32
2016-03-06Changes 8.6.5:adam5-45/+44
Bug fixes.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin206-394/+412
2016-03-03Update xfce4-whiskermenu-plugin to 1.5.2:youri3-9/+9
Release Notes Changes in version 1.5.2 Released on December 29th, 2015 Fix modifier keys resetting focus to search entry. (bug #12378) Fix limited input length for search actions. (bug #12381) Fix menu shrinking unnecessarily. (bug #12246) Fix minimum window size Translation updates: Chinese (China), Hungarian, Korean, Lithuanian, Romanian Changes in version 1.5.1 Released on September 21st, 2015 Fix window being draggable (bug #11908) Fix not searching descriptions Translation updates: Asturian, Bulgarian, Chinese (China),Chinese (Taiwan), Croatian, Czech, Danish, Dutch, French, Finnish, German, Indonesian, Japanese, Kazakh, Lithuanian, Malay, Nepali, Norwegian Bokmål, Persian, Polish, Portuguese, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish
2016-03-03Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.jperkin1-2/+2
2016-03-02Use RPATH instead of RUNPATH to fix library not found error from Qt5 appsryoon28-40/+74
Bump PKGREVISION
2016-03-02Add patch to gtk2 to fix CVE-2013-7447.nros3-2/+19
2016-02-29Actually install the keyboard config file.youri1-4/+10
bump revision because it fixes an important update.
2016-02-28Needs libXrandr.joerg1-1/+2
2016-02-27revert patch-hw_xfree86_common_xf86AutoConfig.ctnn3-51/+3
Something is wrong with it, it breaks on x86. I don't have time to figure out what is wrong right now. In the meanwhile, to force wsfb instead of fbdev on ARM (which is blatantly wrong and only applicable on Linux) you can create a config snippet: cat << EOF > /usr/pkg/share/X11/xorg.conf.d/10-driver.conf Section "Device" Identifier "wsfb" Driver "wsfb" EndSection EOF
2016-02-26Fix pax arguments.jperkin1-2/+2
2016-02-26Remove --version-script arguments on Darwin too.jperkin1-4/+7
2016-02-26Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default.jperkin1-2/+1
2016-02-26Use OPSYSVARS.jperkin98-551/+226
2016-02-25Remove manual OPSYSVARS additions which are now part of the default set.jperkin5-11/+5
2016-02-24Update xrandr to 1.5.0:wiz2-7/+7
This release adds support for the new monitor objects added in RandR 1.5, and fixes a few bugs. Aaron Plattner (2): Split verbose mode printing into a helper function xrandr 1.5.0 Chris Wilson (3): Mark disabling an output as a change in its CRTC Mark all CRTC as currently unused for second picking CRTC pass Only use the current information when setting modes Dave Airlie (2): xrandr: parse property returns correctly. xrandr: don't return NULL from a void Keith Packard (3): Increase keystone.5c default window size keystone: Report matrix error. Deal with "primary" in xrandr output Add monitor support (v2)
2016-02-24Fix build against newer CoreAudio.jperkin2-1/+29
2016-02-23- hack NetBSD/evbarm support enough to get xf86-video-wsfb goingtnn6-26/+92
- adjust fallback driver name for configless mode - remove obsolete sparc64 patch, fixed differently - Bump PKGREVISION
2016-02-23Use the compat strndup on Darwin 10.6 and older too.jperkin2-8/+8
2016-02-22fix PLIST on ARM (libdrm_vc4)tnn1-1/+4
2016-02-22Use the system OSX_VERSION variable rather than rolling our own.jperkin1-8/+5
2016-02-22Use the native MACOSX_DEPLOYMENT_TARGET to ensure that C++11 support isjperkin1-1/+5
properly enabled if available. Fixes C++11 tests and build with clang.
2016-02-22Fix linker failure on Darwin.jperkin1-1/+7
2016-02-22Add support for LDFLAGSkhorben1-1/+2
Fixes build with the default settings.
2016-02-20Package DeforaOS Notes 0.1.0khorben3-10/+24
This release brings: - support for the latest libSystem - support for Gtk+ 3
2016-02-20Package DeforaOS Integration 0.0.2khorben2-9/+9
This release brings: - compatibility with the latest libSystem - minor improvements (panel applets)
2016-02-20Package DeforaOS Locker 0.4.0khorben3-10/+10
This release brings: - support for the latest libSystem - support for Gtk+ 3
2016-02-20Bump revision following fix for x11/deforaos-libdesktopkhorben1-1/+2
2016-02-20Import fix for compatibility layer with Gtk+ 2khorben4-5/+22
This requires bumping every dependency unfortunately.
2016-02-20Update buildlink3.mk as wellkhorben1-3/+3
2016-02-20Package DeforaOS Panel 0.3.6khorben3-26/+10
This release brings: - compatibility with latest libSystem - improved "user" applet - fix for power management support on NetBSD
2016-02-19Package DeforaOS libDesktop 0.2.1khorben5-31/+28
This release brings: - compatibility with libSystem 0.3.0 - generic tool for the Widget class, widget(1) - helpers for easier compatibility with Gtk+ 3 - full compatibility with Gtk+ 3 for inter-process communication
2016-02-19Update xf86-video-amdgpu to 1.0.1.wiz2-8/+7
I'm pleased to announce the release of version 1.0.1 of xf86-video-amdgpu, the Xorg driver for AMD GPUs using the amdgpu kernel driver. This is a pure bugfix release with the main purpose of fixing a bug which would prevent the driver from initializing successfully with glamor enabled on top of the upcoming Mesa 11.2 release. Michel Dänzer (6): sync: Check if miSyncShmScreenInit symbol is resolved at runtime Only map front buffer if glamor acceleration is disabled (v2) Don't advertise any PRIME offloading capabilities without acceleration Load fb module before glamoregl/shadow modules HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCs Bump version for 1.0.1 release Mykola Lysenko (2): Check for NULL koutput in drmmode_output_dpms Initialize drmmode_crtc dpms_mode to DPMSModeOff