summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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
2016-02-18Disable bundles on Darwin until, if ever, we support them correctly. Handlejperkin7-18/+118
PLIST differences. Fixes build on Darwin, and various apps which are now cleared to build are confirmed to work on Xquartz.
2016-02-18Various minor fixes.leot1-3/+12
o slock also needs x11/libXinerama o Bump _XOPEN_SOURCE version to 600 in order to avoid build issues on SunOS. o While here also fix some cosmetical issues providing a better SUBST_MESSAGE for "makefile" class and also accept possible user-defined CPPFLAGS.
2016-02-18Include "../../mk/bsd.fast.prefs.mk" before checking OPSYS.wiz1-1/+2
2016-02-18add missing @comment with rcs tagdbj2-0/+2
2016-02-17build wxGTK30 using cocoa by default on Darwindbj9-178/+346
we might want to consider renaming this package
2016-02-17On Darwin, this package builds against quartz, not x11, so remove ↵dbj2-8/+14
unnecessary dependencies
2016-02-16Update x11/slock to 1.3.leot3-12/+12
pkgsrc changes: - Delete NO_CONFIGURE (it is not needed and sometimes can be harmful) Changes: The changes since version 1.2 are: - bugfix: The cover window now resizes correctly when new screens are added or the resolution is changed while the lock is active. - new: slock now has a third color. The three colors are used for startup, typing and failed login attempt. - new: slock now allows to run any command after the screen has been locked, for example suspending to ram. - slock now has a man page. - a few small fixes and code style updates to make it more consistent with the rest of the suckless projects. ok reed@
2016-02-16remove symlinks for wx-config and wxrc in ${PREFIX}/bindbj2-7/+3
this avoids conflicts with wxGTK28 and is the rest of the fix for PR pkg/50389
2016-02-16help dependencies find the correct version of wxGTKdbj1-1/+6
This is a partial fix for PR pkg/50389
2016-02-15Update libdrm to 2.4.67:wiz3-8/+9
Alex Deucher (7): tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2) tests/amdgpu: make amdgpu_command_submission_sdma_write_linear generic tests/amdgpu: add a test for cp write data tests/amdgpu: make amdgpu_command_submission_sdma_const_fill generic tests/amdgpu: add a test for cp dma fill tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear generic tests/amdgpu: add a test for cp dma copy Chunming Zhou (2): amdgpu: validate user memory for userptr tests/amdgpu: add semaphore test Damien Lespiau (1): xf86drm: Bound strstr() to the allocated data Emil Velikov (4): tests/kmstest: inverse the order of LDADD libraries amdgpu: add libdrm as private requirement/dependency radeon: add libdrm to Requires.private libkms: add libdrm to Requires.private Eric Anholt (3): vc4: Add the DRM header file. util: Add support for vc4. vc4: Add headers and .pc files for VC4 userspace development. Junwei Zhang (1): amdgpu: list each entry safely for sw semaphore when submit ib Ken Wang (1): amdgpu: fix for submition with no ibs Khem Raj (1): tests: Include sys/select.h Kylie McClain (1): tests: Include poll.h rather than sys/poll.h Marcin Ślusarz (1): configure.ac: don't detect disabled options dependencies Marek Olšák (2): configure.ac: disable annoying warning -Wmissing-field-initializers amdgpu: add semaphore support Michel Dänzer (2): amdgpu: Add new symbols to amdgpu-symbols-check radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl Rob Clark (4): freedreno: update uapi freedreno: small refactor for get_param freedreno: add support for FD_MAX_FREQ Bump version for release Rodrigo Vivi (1): intel/kbl: Add Kabylake PCI ids Stefan Agner (2): kmstest: Use util_open() tests: add fsl-dcu-drm to modules Sumit Semwal (1): android: enable building static version of libdrm Thierry Reding (1): tests: util: Fixup util_open() parameter order Ville Syrjälä (1): Fix memory leak with drmModeGetConnectorCurrent() monk.liu (1): amdgpu: drop address patching logics
2016-02-15Fix broken wchar test. Add LICENSE. Bump PKGREVISION.jperkin3-8/+25
2016-02-14Update mlterm to 3.6.3.tsutsui4-16/+30
pkgsrc changes: - use pre-configure rather than post-patch for SUBST_STAGEs to make mkpatches(1) and patchdiff(1) easier (suggested by jperkin@) - add otl options - enable m17nlib and the new otl options by default - explicitly add --enable-anti-alias to CONFIGURE_ARGS for mlterm-fb - sort PLIST Changes noted in doc/en/ReleaseNote: ver 3.6.3 * Bug fixes: Fix compiling error when ./configure is executed with "--with-gui=fb (--disable-anti-alias)" or "--with-gui=xlib,fb --enable-anti-alias" option. ver 3.6.2 * Support composition of normalized unicode characters on MacOSX. * Support visual and audible bell on MacOSX/Cocoa. * Support KAM(CSI2h, CSI2l), SRM (CSI12h, CSI12l), DECBKM(CSI?67h, CSI?67l), DA3(CSI=c), DECDSR(CSI?n), WYSTCURM(CSI33h, CSI33l) OSC 104 and OSC 105. * Snapshot screen and backlog by MC(CSI i). * Add "use_ot_layout" / --otl option which enables to show substituting glyphs in open type fonts with the use of libotf or harfbuzz. (To layout indic scripts, build mlterm with harfbuzz (not libotf), add an indic script font to ~/.mlterm/*font, and start mlterm with -otl option. See mlterm-3.6.2/doc/en/README.indic in detail.) * Add "OpenType Layout" to "Encoding" tab of mlconfig. * Add "ot_script" / --ost and "ot_features" / --oft options. * Add "regard_uri_as_word" / --uriword option which enables to select URI by double click regardless of "word_separators" option. * Change the default value of "type_engine" option from "xft" to "cairo". * Add vte_terminal_{set|get}_word_char_exceptions() to libvte compatible library. * Add "Select URI by double click" to "Others" tab of mlconfig. * Bug fixes: Fix "child-exited" signal of libvte (0.38 or later) compatible library. Fix position of a mouse pointer when EV_ABS event is received on Linux/Framebuffer.
2016-02-14Don't install icons that oxygen-icons now installs. Bump PKGREVISION.markd2-8/+4
2016-02-12Fix PLIST, part of VARBASE snuck in.jperkin1-2/+1
2016-02-09Remove two patches that are obsoleted by the newest modular-xorg-server,wiz4-70/+4
and depend on it. Bump PKGREVISION.
2016-02-09Update modular-xorg-server to 1.18.1:wiz2-7/+7
First release in the 1.18 stable branch. Major themes are bugfixes in glamor, the modesetting driver, and the Present extension. Xwayland users may want to apply the following pair of patches in addition to this release: https://patchwork.freedesktop.org/patch/72945/raw/ https://patchwork.freedesktop.org/patch/72951/raw/ which combined fix an input issue when hotplugging monitors. Both are likely to be included in a future release unless testing discovers further problems. Adam Jackson (11):       xnest: Fix needless build dependency on xcb-util-keysyms       x86emu: Squash a warning       dmx: Silence lex/yacc-related config parser warnings       dmx: Silence unused variable warning in dmxcompat       dmx: Run 'doxygen -u' to upgrade the doxygen config file       glxproxy: Silence set-but-unused-variable warnings       glxproxy: Silence shadowed-variable warnings       os: Failure to remove a non-existent log file is not an error       glx: Fix GLX_EXT_create_context_es2_profile support       modesetting: Require sufficiently new libdrm       xserver 1.18.1 Alan Coopersmith (2):       modesetting should not reference gbm when it's not defined       Use unique logfile names when starting server with -displayfd Arkadiusz Miśkiewicz (1):       Xorg.wrap: activate libdrm based detection for KMS drivers Bob Ham (1):       xserver: Fix configure.ac check for libsystemd/-daemon Chris Wilson (3):       present: Requery pending flips with the right sync_flip mode       present: When cancelling a pending synchronous flip, requeue it       present: Do not replace Pixmaps on redirected Window on unflip Dave Airlie (5):       modesetting: drop platform_dev pointer.       modesetting: create entities for pci and old probe. (v2)       glamor: fallback if font is too large for FBO size.       glamor: store old fonts in double width textures.       glamor: don't do copy if we have 0 boxes to copy. Egbert Eich (1):       kdrive/UnregisterFd: Fix off by one Eric Anholt (8):       glamor: Avoid GL errors from mapping with size == 0.       glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.       glamor: Fix crashes when the glyph atlas allocation fails.       glamor: Fix rendering when core font texture allocation fails.       glamor: Fix assert failures when fallback picture upload alloc fails.       glamor: Fix segfault in fallback picture uploading.       glamor: No need to glFlush before destroying a pixmap.       glamor: Fix copy-like Render operations between 15 and 16 depth. Jonas Ådahl (1):       xwayland: Always update the wl_pointer cursor on pointer focus Julian Pidancet (1):       x86emu: Correctly handle 0x66 prefix for some instructions Laércio de Sousa (1):       systemd-logind.c: don't parse VT settings for non-seat0 X servers Marek Chalupa (2):       xwayland: fix memory leaks on error paths in xwl_realize_window       xwayland: check if creating xwl_output succeeded Michael Stapelberg (1):       Also dump passive grabs on XF86LogGrabInfo Michel Dänzer (3):       prime: Damage full destination rectangle when we start dirty tracking       glamor: Disable debugging messages other than GL API errors       present: Handle wraparound when comparing MSC values Olivier Fourdan (2):       xwayland: Do not set root clip when rootless       xwayland: Update screen size on output removal Peter Hutterer (1):       xfree86: fix minor memory leak Siim Põder (1):       vfb: add randr support (v2) Thomas Klausner (2):       Fix uninitialized variable warnings reported by clang       Fix build when XSERVER_PLATFORM_BUS is not defined. Timo Aaltonen (1):       dri2: Sync i915_pci_ids.h and i965_pci_ids.h from mesa
2016-02-09Fix a pkglint warning.wiz1-2/+2
2016-02-06Removed the automatic setting of PKGNAME to ocaml-${DISTNAME} fromjaapb1-1/+2
ocaml.mk. It was becoming more trouble than it was worth: only a minority of packages used it, and it only made Makefiles more confusing. (I've left out some packages: these will be updated forthwith)