summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2016-08-31Updated libXfont to 1.5.2.wiz2-7/+7
Maintenance branch release, primarily for bdftopcf's benefit as it's the only thing that really needs the Xfont1 API. (xfs uses it too, I believe, but could be ported to Xfont2). If someone wanted to step up and merge Xfont1 into bdtopcf directly, that'd be great. Adam Jackson (1): libXfont 1.5.2 Alan Coopersmith (1): doc: add a couple olinks to fsproto & xfs-design docs Benjamin Tissoires (1): bdfReadCharacters: Allow negative DWIDTH values Jeremy Huddleston Sequoia (6): stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution Use NO_WEAK_SYMBOLS instead of -flat_namespace FreeType: Correct an allocation size bitmap: Bail out on invalid input to FontFileMakeDir instead of calling calloc for 0 bytes fserve: Silence a -Wformat warning fserve: Fix a buffer read overrun in _fs_client_access Keith Packard (1): Fix warnings Thomas Klausner (1): Fix is*() usage.
2016-08-30revert hasty cups15->cups options.mk changerichard1-2/+2
2016-08-30deal with aarch64 in webkit wtf for qt4-libsrichard3-3/+29
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz6-12/+6
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-08-27arandr: update to 0.1.9maya3-9/+9
Changes: Add xrandr 1.5 to the list of supported versions This does not include GUI for xrandr's new features, but the classical XRandR features are unaffected. New translations from weblate after introducing new string New languages: * Albanian (sq) Updates: * Danish (da) * Ukrainian (uk) Covering new strings: * Catalan (ca) * Russian ru) * Spanish (es) * Polish (pl) * Persian (fa) * Estonian (et) * Chinese (China; zh_CN) * Dutch (nl)
2016-08-26Drop library path based on undefined variable. Add missing include.joerg4-3/+30
Bump revision.
2016-08-26Not MAKE_JOBS_SAFE.joerg1-1/+4
2016-08-24Updated ocaml-lablgtk to 2.18.5.wiz2-9/+8
In Lablgtk-2.18.5: 2016.08.10 [Jacques] * update applications/browser for 4.04 2016.08.02 [Jacques] * add CAMLparam before CAMLlocal (report by Francois Bobot) * add -fno-unwind-tables to GTKCFLAGS if the compiler allows it (suggested by Bart Jacobs)
2016-08-24add TEST_TARGETtnn1-1/+2
2016-08-24Change an sprintf to snprintf in attempt to appease stack protector.tnn2-7/+7
No functional change; the buffer is large enough.
2016-08-21Add kdelibs4supportmarkd1-1/+2
2016-08-21Add kdelibs4support 5.25.0markd7-0/+2084
This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at <http://community.kde.org/Frameworks/Porting_Notes> should help with this. Note that some of the classes in this framework, especially KStandardDirs, may not work correctly unless any libraries and other software using the KDELibs 4 Support framework are installed to the same location as KDELibs4Support, although it may be sufficient to set the KDEDIRS environment variable correctly.
2016-08-21Update KDE Frameworks to 5.25.0markd32-154/+193
5.22: Framework Integration * Remove platformtheme plugin as it's in plasma-integration KWidgetsAddons * KNewPasswordWidget: Remove size hint on spacer, which was leading to some always empty space in the layout * KNewPasswordWidget: fix QPalette when widget is disabled KWindowSystem * Fix generation of path to xcb plugin Plasma Framework * [QuickTheme] Fix properties * highlight/highlightedText from proper color group * ConfigModel: Don't try to resolve empty source path from package * [calendar] Only show the events mark on days grid, not month or year * declarativeimports/core/windowthumbnail.h - fix -Wreorder warning * reload icon theme properly * Always write the theme name to plasmarc, also if the default theme is chosen * [calendar] Add a mark to days containing an event * add Positive, Neutral, Negative text colors * ScrollArea: Fix warning when contentItem is not Flickable * Add a prop and method for aligning the menu against a corner of its visual parent * Allow setting minimum width on Menu * Maintain order in stored item list * Extend API to allow (re)positioning menu items during procedural insert * bind highlightedText color in Plasma::Theme * Fix unsetting associated application/urls for Plasma::Applets * Don't expose symbols of private class DataEngineManager * add an "event" element in the calendar svg * SortFilterModel: Invalidate filter when changing filter callback 5.23: Framework Integration * Remove unused dependencies and translation handling KActivities * Adding runningActivities property to the Consumer KConfigWidgets * Allow using new style connect syntax with KStandardAction::create() KInit * Fix race in which the file containing the X11 cookie has the wrong permissions for a small while * Fix permissions of /tmp/xauth-xxx-_y KJobWidgets * Set correct "dialog" flag for Progress Widget dialog KWidgetsAddons * Use selected icon effect for current KPageView page KWindowSystem * [platform xcb] Respect request icon size KXMLGUI * Right-clicking the menu bar of an application will now longer allow bypassing Plasma Framework * Add cantata system tray support * Selected state for Plasma::Svg and IconItem * DaysModel: reset m_agendaNeedsUpdate when plugin sends new events * Update audio and network icon to get a better contrast * Deprecate downloadPath(const QString &file) in favor of downloadPath() * [icon thumbnail] Request for preferred icon size * Plasmoids can now tell whether widgets are locked by the user or sysadmin restrictions * [ContainmentInterface] Don't try to popup empty QMenu * Use SAX for Plasma::Svg stylesheet replacement * [DialogShadows] Cache access to QX11Info::display() * restore air plasma theme icons from KDE4 * Reload selected color scheme on colors changed 5.24: KConfigWidgets * KStandardAction::showStatusbar: Return the intended action KDED * [OS X] make kded5 an agent, and build it as a regular application KDesignerPlugin * Add support for KNewPasswordWidget KGlobalAccel * Use QGuiApplication instead of QApplication KInit * Allow timeout in reset_oom_protection while waiting for SIGUSR1 KWidgetsAddons * Fix reading Unihan data * Fix minimum size of KNewPasswordDialog * Fix ambiguous contructor on MSVC 2015 * Fix an alignment issue under the OS X native "macintosh" style KXMLGUI * KXMLGui: Fix merge indices when removing xmlgui clients with actions in groups * Don't warn about "file found in compat location" if it wasn't found at all * Add donate menu item to help menu of our apps Plasma Framework * [Calendar] Flip arrow buttons on right-to-left languages * Plasma::Service::operationDescription() should return a QVariantMap * Don't include embedded contrainers in containmentAt(pos) * fix the color theming for the restart system icon (login screen) * disable taskbar thumbnails with llvmpipe * guard against invalid applets * PluginLoader::loadApplet: restore compatibility for misinstalled applets * correct folder for PLASMA_PLASMOIDS_PLUGINDIR * PluginLoader: improve error message about plugin version compatibility * Fix check to keep QMenu on screen for multiscreen layouts * New containment type for the systray 5.25: KActivities * [KActivities-CLI] commands for starting and stopping an activity * [KActivities-CLI] setting and getting activity name, icon and description * Added a CLI application for controlling activities * Adding scripts to switch to previous and next activities * Method for inserting into QFlatSet now returns index along with the iterator * Adding ZSH functions for stopping and deleting non-current activities * Added isCurrent property to KActivities::Info * Using constant iterators when searching for activity KConfigWidgets * Add DeleteFile and RenameFile standard action * The config page has now scroll bars when needed KGlobalAccel * Use klauncher dbus instead of KRun * Launch jumplist actions via KGlobalAccel * KGlobalAccel: Fix deadlock on exit under Windows KInit * Adapt KInit to Mac OS X KWidgetsAddons * [KCharSelect] Fix crash when searching with no present data file * [KCharSelect] Handle characters outside BMP * [KCharSelect] Update kcharselect-data to Unicode 9.0.0 * KCollapsibleGroupBox: Stop animation in destructor if still running * Update to Breeze palette (sync from KColorScheme) KWindowSystem * [xcb] Ensure the compositingChanged signal is emitted if NETEventFilter is recreated * Add a convenience API to query the windowing system/platform used by Qt KXMLGUI * Fix minimum size hint (cut-off text) * [KToggleToolBarAction] Honor action/options_show_toolbar restriction Plasma Framework * Keep compatiable slot createApplet with Frameworks 5.24 * Don't delete gl texture twice in thumbnail (bug 365946) * Add translation domain to wallpaper QML object * Don't manually delete applets * Add a kapptemplate for Plasma Wallpaper * Templates: register templates in own toplevel category "Plasma/" * Templates: Update techbase wiki links in READMEs * Define what Plasma packagestructures extend plasmashell * support a size for adding applets * Define Plasma PackageStructure as regular KPackage PackageStructure plugins * Fix: update wallpaper example Autumn's config.qml to QtQuick.Controls * Use KPackage to install Plasma Packages * If we pass a QIcon as an argument to IconItem::Source, use it * Add overlay support to Plasma IconItem * Add Qt::Dialog to default flags to make QXcbWindow::isTransient() happy * [Breeze Plasma Theme] Add network-flightmode-on/off icons * Emit contextualActionsAboutToShow before showing the applet's contextualActions menu * [TextField] Bind to TextField length instead of text * [Button Styles] Horizontally center in icon-only mode * [Containment] Treat HiddenStatus as low status * Add kruler system tray icon from Yuri Fabirovsky * Fix the infamous 'dialogs show up on the Task Manager' bug once more * fix network wireless available icon with an ? emblem * IconItem: Use better approach to disable animation when going from invisible to visible * Set Tooltip window type on ToolTipDialog through KWindowSystem API
2016-08-20Disable the libudev option - currently not supported with pkgsrckamil1-1/+4
libudev is a Linux kernel specific library for device detection This fixes build on Slackware 14.2.
2016-08-20Extend check for gcc to work with distcc/ccachegdt1-2/+2
Instead of checking that PKGSRC_COMPILER is equal to gcc, see if gcc is contained in it. Thus, if PKGSRC_COMPILER is "ccache gcc" or "ccache distcc gcc", the hack will still be applied. (As a side effect, I can confirm that the hack is still needed on recent netbsd-7 i386.)
2016-08-19Update gtk3 to 3.20.9prlw12-7/+7
Overview of Changes in GTK+ 3.20.9 ================================== * Bug fixes: 769287 GtkMenuToolButton:show-menu is emitted twice and breaks dynamic m... 769603 gtk+-3.20.8: underlink issue with ld.gold - build fails: ./.libs/... Fix headerbar size allocation Use g_snprintf instead of snprintf * Translation updates Brazilian Portuguese Czech German Hungarian Indonesian Lithuanian Polish Portuguese Swedish
2016-08-17Update mlterm to 3.7.2.tsutsui3-24/+9
XXX: mlterm-con is not handled yet Changes noted in doc/en/ReleaseNote: ver 3.7.2 * Add mlterm-con which is a console version of mlterm (like GNU Screen) and which works on various terminal emulators. (see doc/en/README.console) * Add "console_encoding" / --ckm option which specifies a character encoding of the console where mlterm-con works. * Add "default_cell_size" / --csz option for mlterm-con. * Add "console_sixel_colors" / --csc option for mlterm-con. * Add "primary_da" / --da1 and "secondary_da" / --da2 options. * Support DECRQSS partially. * Support wheel mouse on MacOSX/Cocoa. (Thanks to @nyarla) (Merge a patch at http://the.nyarla.net/entry/2016/06/03/195013) * Bug fixes: Fix misalignment of the position of characters in drawing them with the use of complementary loaded fonts on cairo.
2016-08-17Recursive revbump from multimedia/libvpx uppdateryoon4-8/+8
2016-08-12Update x11/st-term to 0.7leot2-7/+7
Changes: * Big input and output to the escape code parser have been fixed. This was an addition to the copy and paste fix of the last release. * Many comments to the config.def.h were added to make the complexity of terminals easier to grasp. Terminals are still complex and not easy to understand. * -T is the same as -t for compatibility reasons - to set the title of the window. * You can now define the mouse shape, mouse background and mouse foreground color. * Fixes in the UTF-8 wide character handling were applied. * Invalid UTF-8 characters are handled better. * There is now more documentation for the -l option, which is the way to make st directly connect to some other pseudo terminal or a serial line. * You can now send a break to the terminal. * The default stty args have been changed. Look into the source for details, if you depend on them in your setup. * The default font is now using antialias and autohint. * The libXext dependency has been removed. * Some eastereggs were added. You may find them easily. * -n has been introduced for setting the application class. This is useful for complex st setups in dwm. * Some backspace fixes. Please still not forget to read up all the history books on backspace behaviour of the time and in different implementations before you file any bug on it. This is a requirement. * DPI handling is optimized. Many patches were incorporated by many contributes. Thank you for help- ing making st the tool which makes our life easier!
2016-08-11Updated x11/stalonetray to 0.81 to 0.83mef2-7/+7
--------------------------------------- http://stalonetray.sourceforge.net/news.html March 4, 2015 New bugfix release 0.8.3. Changes: fix high CPU usage under E19 caused by support for _NET_WM_PING February 5, 2015 New bugfix release 0.8.2 (aka "It ain't dead. It's restin'"). Changes: several fixes in command line and config file parser fixed _NET_WM_STRUTS_PARTIAL support for multiple screens (kudos to Mario Pilz for a patch) fixed _NET_WM_DESKTOP support (thanks to Sasha Vasko for a report) added support for _NET_WM_PING
2016-08-10Update gtk3 to 3.20.8prlw12-8/+7
Overview of Changes in GTK+ 3.20.8 ================================== * Revert an unintentional bump of the GLib requirement in 3.20.7 Overview of Changes in GTK+ 3.20.7 ================================== * Bugs fixed: 118959 GtkScale value '-0' 674215 regression with updating tooltips 708148 gtk_tree_view_get_path_at_pos mistakenly identifies column of ini... 745622 Selected text not highlighted in GtkInfoBar 747206 gtktextview: note on how to get line spacing between two paragraphs 764060 opening a second nautilus while a delete operation is in progress... 764203 Default background color for the 'textview border' node 765924 Improve external drives detection 766120 Scale draw_value() align changed from centre/right (H/V) to lefti... 766122 Re-used filechooser displays $pwd half of the time when shown 766341 Do not rely on memfd as it requires a fairly recent kernel 766643 Frozen windows when unmapped with pending configure event 766782 OpenGL in broadway leads to segmentation fault 767058 GtkInfoBar: right-click/context menu all white 767468 Popover over a treeview cellrenderer is hidden immediately after ... 767705 GtkActionHelper: Change a message to a warning 767766 CUPS 2.X detected incorrectly by configure 767795 Warning when the "accelerator" property of GtkShortcutsShortcut ... 767848 crash in the window test 767851 Adwaita: popover arrows broken in some orientations 768016 [Wayland] Submenus often get closed after ~2 seconds 768025 entry.warning & entry.error broken 768082 wayland: copying from Wayland to NEdit (Xwayland/Motif) doesn't work 768142 Incorrect order of $(LIBS) and $(OBJS) in Makefile.example caused... 768177 CLIPBOARD target request after PRIMARY request times out. GDK_SEL... 768485 Change the priority of the window-close idle to G_PRIORITY_DEFAULT 768657 places-view: fix open action for locations without a mount or volume 768930 reftests: override GSETTINGS_SCHEMA_DIR when running tests 769003 Adwaita: GtkCalendar uses a confusing style for week of year 769047 GtkWidget <-> GtkStyleContext API not clear * Translation updates: Indonesian Norwegian bokmål
2016-08-04Recursive revbump from audio/pulseaudioryoon30-46/+60
2016-08-03Revbump after graphics/gd updateadam211-373/+422
2016-08-01Recursive PKGREVISION bump for poppler-0.46.0 shlib major bump.wiz1-2/+2
2016-07-28Update gtksourceview3 to 3.20.4prlw12-7/+7
News in 3.20.4 -------------- * Fix a critical message when showing a completion window * Fix a general syntax highlighting issue * Other smaller bug fixes * Translation updates
2016-07-24Updated libdrm to 2.4.70.wiz3-8/+9
Andreas Boll (6): radeon: Wire up radeon-symbol-check to make check automake: Don't include Android Makefiles in the release tarball virtgpu: Update kernel header automake: Include virtgpu_drm.h in the release tarball man: Fix typo radeon: Fix typo in stderr message Emil Velikov (2): tests/drmdevice: print out the full 'bus' and 'dev' strings tests/drmdevice: be move verbose when using open() Qiang Yu (2): drm: drmGetDevice return correct device on multi GPU setups drm: fix drmFreeDevices memory leak on multi GPU setups Rob Clark (24): freedreno: rework internal ring->emit_reloc_ring() freedreno: add simpler ring-reloc freedreno: split out fd_bo_cache freedreno: refactor bo-cache API freedreno: move bo-cache to it's own file freedreno: sync uapi freedreno: add madvise support freedreno: fix potential fd leak in error path freedreno: expose kernel driver version freedreno: support either coarse or fine-grained bucket sizes freedreno: ocd freedreno: fix potential leak at free freedreno/msm: use private bo-cache for ringbuffer bo's freedreno/msm: drop return from get_cmd() freedreno/msm: split out cmd buffer tracking from ring list: add first/last entry macros freedreno/msm: split out dump_submit() helper freedreno: support growable cmdstream buffers freedreno/msm: use hashtable to track bo idx freedreno: move legacy kgsl related README freedreno: fix distcheck errors freedreno: fix android build break freedreno: fix warnings Bump version for release
2016-07-22Don't override isinfinite/signbit/isinf on SunOS.jperkin2-1/+17
2016-07-21Updated libdrm to 2.4.69.wiz2-7/+7
Here's a new libdrm release, which I needed in order to use the new vc4 ioctl in Mesa. Alex Deucher (2): tests/amdgpu: expand write/copy tests to compute tests/amdgpu: expand write/copy tests to compute Christian König (1): amdgpu: fix fence status query Eric Anholt (2): vc4: Update kernel headers for getparam addition. Bump version to 2.4.69 for release. Jan Vesely (1): xf86drm.c: Fix mix of tabs and spaces Leo Liu (1): tests/amdgpu: add interface to adapt firmware requirement Marek Olšák (1): radeon: use SAMPLE_SPLIT=2 for better MSAA perf on EG/CM Mike Frysinger (1): pull in sys/sysmacros.h when available Nicolai Hähnle (1): xf86drm: ensure proper alignment of pointers in drmProcessPciDevice Qiang Yu (1): drm: fix multi GPU drmGetDevices only return one device Rob Clark (1): freedreno/msm: fix memory leak on ringbuffer free Rob Herring (1): Android: strip out header files from sources list Rodrigo Vivi (2): intel: Add more Kabylake PCI IDs. intel: Removing PCI IDs that are no longer listed as Kabylake. Sonny Jiang (1): tests/amdgpu: adapt to new polaris10/11 uvd fw
2016-07-21(pkgsrc)mef4-42/+11
- Drop patch-ac, it is now included in upstream. (upstream) - Updated x11/xpad 4.0 to 4.8 --------------------------- Version 4.8 * Fix: Autostart - Pads did not hide on startup when set in the preferences due to the tray icon not being recognized properly (#1560019) Version 4.7 * Fix: Translations - Updated the translation template, so translaters can translate the new or changed strings (#1531634) * Fix: Autostart - Partial undo of bug report #1395889, preventing autoset of system-wide autostart of Xpad (#1517262) * Fix: Autostart - If Xpad is run for the first time, autostart for the current user will be enabled. (#1517262) * Fix: Technical - The info file of a pad was only saved on proper exit of Xpad (#1534925) Version 4.6 * New: Preferences - The ability to hide the pads from the taskbar (which was previously binded to window decorations) (#1029202) * New: Preferences - The ability to hide the pads from the workspace switcher (which was previously binded to window decorations) (#1340331) * Fix: CLI - the show, hide and toggle command-line options have been fixed (#1424081) * Fix: Menu - Limited the length of the note names in the menu items to 20 characters. This prevents very wide stretched menus. * Fix: Internationalization - Added and updated the Xpad.pot file to restore the multi-lingual support (#1455888) * Fix: Help - Set the ability to select and copy the help text (#1415138) * Fix: Pad focus - Improved the showing and focussing of pads after minimization or creation of a new pad. * Fix: Pad focus - After deleting a pad, it is conveniant to have the focus on another pad. This fix added that behavior. * Fix: Performance - Only save the location of the pad to disk when exiting Xpad. This prevents a lot of disk writes when moving pads. (#1459251) * Fix: Default settings - Window decorations are turned off by default (#1395889) * Fix: Default settings - Autostart Xpad by default for all users (#1395889) * Fix: Technical - Code cleanup - removed spaces and indentions * Fix: Technical - Prevent deprecated error messages when not using configure --enable-debug=yes * Fix: Technical - Changed preference window type from GtkDialog to GtkWindow (#1395309) * Fix: Technical - Prevent race condition when application shutdown is requested * Fix: Technical - Initialized uninitialized variable * Fix: Technical - Replaced or removed deprecated GTK functions, such as gtk_alignment_new * Fix: Technical - Removed debugging implementaton, since it was not used and uses unnecessary resources Version 4.5 * New: Debug - ability to use built-in debugging functionality for bug solving and code improvements by Sagar Ghuge (#1389334) * New: Systray - ability to open the help from the tray icon menu (#1406378) * Many bugfixes: see Changelog Version 4.4 * Only bugfixes and technical changes: see Changelog Version 4.3 * New: Systray - ability to hide the tray icon * New: Toolbar - ability to add multiple separators * New: Toolbar - ability to add paste button on toolbar * New: Autostart - Ability to set the automatic start of Xpad in the Preferences menu * New: Autostart - Ability to set the wait for systray option in the Preferences menu * New: Autostart - Ability to delay the start of Xpad in the Preferences menu * New: Autostart - Ability to set the automatic creation of a new pad at the start of Xpad in the Preferences menu * New: Autostart - Ability to set the automatic open/hide/restore of all pads at the start of Xpad in the Preferences menu * New: Shortcuts - Added shortcuts keys for New pad (CTRL-N) and Delete (SHIFT-DEL) and changed Redo from (CTRL-R) to (CTRL-Y) * Many bugfixes: see Changelog Version 4.2 * New: Undo/redo functionality such as CTRL-Z * New: ability to reconfigure the left-right click behaviour of the tray icon * Many bugfixes: see Changelog Version 4.1 * Undo/Redo for xpad and bug-fixes. Feature by Sergei Riaguzov * Bug #490445: crash when right-clicking on tray icon to display list of notes. Patch by David Hull * Bug #360142: Add keyboard shortcuts for formatting. Patch by Dennis Hilmar * Bug #591978: xpad critical start. Patch by OBATA Akio
2016-07-19Updated modular-xorg-server to 1.18.4.wiz3-28/+7
Another pile of backports from the devel branch, primarily in glamor, xwayland, and the modesetting driver. Thanks to all who contributed. Adam Jackson (9): dix: Squash some new gcc6 warnings kdrive: Nuke a bunch of dead code xfree86: Add IndirectGLX server flag (v2) xfree86: Don't swallow ±iglx command line flag modesetting: resubmit dirty rects on EINVAL (v2) xfree86: Fix fallback driver sort order for Xorg -configure (v2) os: Treat ssh as a non-local client (v4) xserver 1.18.4 Alexandre Courbot (1): configure.ac: Keep environment CFLAGS when testing Andreas Schwab (1): x86emu: Change include order to avoid conflict with system header Andrew Comminos (1): Input: Send XI2 FocusOut NotifyPointer events to the pointer window. Andrew Eikum (1): shm: Also censor images returned by ShmGetImage Chris Wilson (2): present: Improve scaling of vblank handler present: Fix presentation of flips out of order Dave Airlie (6): randr/provider: only allow slave gpu to be offload sources. modesetting: set driverPrivate to NULL after closing fd. xf86Crtc: don't set the root window property on slave GPUs. modesetting: set capabilities up after glamor and enable offload caps. glamor: add glamor_finish API modesetting: Implement 32->24 bpp conversion in shadow update Guilherme Quentel Melo (1): glx: avoid memory leak when using indirect rendering Hans De Goede (1): linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails Hans de Goede (4): modesetting: Properly cleanup fb for reverse-prime-offload modesetting: Fix swapping of provider sink / source capabilities modesetting: Only add main fb if necessary Jeremy Huddleston Sequoia (7): XQuartz: Remove --with-launchd-id-prefix XQuartz: Fix the help text for --with-bundle-id-prefix XQuartz: Update release feed URL to use new https URL XQuartz: Add --with-sparkle-feed-url configure option XQuartz: Add --with-bundle-version and --with-bundle-version-string configure options XQuartz: Update copyright years XQuartz: Fix default CFBundleVersion Keith Packard (5): glamor: Disable logic ops when doing compositing [v4] glamor: glamor_make_current sooner in glamor_composite_with_shader glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2] glamor: Adjust for drawable x/y in composite's copy optimization glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmap Lyude Paul (1): modesetting: Clear drmmode->fb_id before unflipping Maarten Lankhorst (1): exa: only draw valid trapezoids Marek Chalupa (1): xwayland-shm: fortify fallocate against EINTR Michel Dänzer (9): EXA: Honour op parameter to exaGlyphs even if maskFormat == NULL glamor: Fix sampling outside of RGBx source/mask pictures glamor: Check for composite operations which are equivalent to copies glamor: Cannot use copies when accessing outside of composite source glamor: Call eglBindAPI after eglInitialize xwayland: Call eglBindAPI after eglInitialize dix: Work around non-premultiplied ARGB cursor data glamor: Translate solid text background region after clipping os: Use strtok instead of xstrtokenize in ComputeLocalClient Olivier Fourdan (3): xwayland: Fix compiler warning in GLAMOR Xv glamor: fix wrong offset on composite rectangles wayland: clear resource for pixmap on unrealize Peter Hutterer (3): Xi: don't deliver emulated motion events for non-emulating touches xkb: after changing the keymap, force an indicator update xkb: add a cause to the xkb indicator update after a keymap change Rui Matos (1): xwayland: Update RR state on wl_output.done instead of wl_output.mode Simon Thum (1): dix/ptraccel: Fix memory leak in InitPredictableAccelerationScheme Takashi Iwai (3): modesetting: Fix the error check from DRM_IOCTL_MODE_CURSOR2 modesetting: Use load_cursor_argb_check for sw cursor fallback modesetting: Fix hw cursor check at the first call
2016-07-16gcc6 fixesmarkd4-6/+63
2016-07-16Allow newer Alsa versions.markd2-1/+17
2016-07-16Switch to openal-softmarkd2-5/+5
2016-07-14Fix PLIST for build without the polkit option.youri1-5/+5
2016-07-09Remove python33: adapt all packages that refer to it.wiz26-52/+52
2016-07-09Fixed some pkglint warnings.rillig3-6/+7
2016-07-09Added license and BUILD_DEFS. Bumped PKGREVISION.rillig1-2/+5
2016-07-09Fixed pkglint warnings.rillig1-3/+3
2016-07-09Let pkglint fix warnings about indentation and alignment.rillig2-4/+4
2016-07-09Fixed pkglint warnings about variable alignment.rillig1-3/+3
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz32-54/+64
2016-07-02Needs pkg-config.joerg1-2/+2
2016-06-27Add kdm unprivileged user.markd1-2/+10
Fixes PR pkg/51249.
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb9-458/+452
2016-06-23Use BSD_INSTALL_* as suggested by cube to work around install problems ondholland4-8/+44
old Solaris. Fixes PR 32296 Jake Kupersmith. While here, add patch comment and use <ctype.h> correctly.
2016-06-21Update mlterm to 3.7.1.tsutsui5-15/+38
Changes noted in doc/en/ReleaseNote: ver 3.7.1 * Add "vt_color_mode" to OSC 5380 and 5381. * Support SKK (--im skk) as an input method plugin. * Support input method plugins (canna, wnn and skk) on MacOSX/Cocoa. * Show the number of each conversion candidate on an input method window of wnn. * Bug fixes: Fix compiling error of registobmp. (Enbugged at 3.7.0) (Thanks to Amadeusz) Fix https://sourceforge.net/p/mlterm/mailman/message/34992704/ Fix https://github.com/saitoha/homebrew-sixel/pull/2 (Thanks to @kefir_) Fix a bug which dropped almost all glyph complementary fonts.
2016-06-19Remove AppleDouble files from data directories upon installation into DESTDIR.jakllsch1-1/+2
2016-06-19Sync PLIST.youri1-1/+63
2016-06-19Remove incorrect MASTER_SITE.wiz1-3/+2
2016-06-19Add dependency on qt5-qtwebsocketsmarkd1-2/+3