summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-07-30use LICENSE=gnu-lgpl-v2 and note exception in Makefile commentdbj2-3/+8
install the lgpl.txt file as well in the pkg doc directory change per discussion on tech-pkg@
2014-07-29Update to 2.4.56:wiz2-6/+6
Libdrm 2.4.56 has been released. It fixes MSAA for the Radeon Hawaii GPU. Andreas Boll (1): libdrm: Fix drm.h include in qxl drm header file Marek Olšák (2): radeon: fix typo in sample split / fixes MSAA on Hawaii configure.ac: bump version to 2.4.56 for release
2014-07-29Update to 310:wiz2-6/+6
* update package/freebsd files based on xterm #309 port. * adapt changes from Minux3.2 which ported xterm #197, to allow building on that platform both using imake as well as using the configure script. * update precompose.c based on Unicode 7.0 * build-fix for --with-Xaw3dxft option (report by Emanuel Haupt).
2014-07-28Ensure RpathLoadFlags is used for all shared libraries, avoid hack forjperkin3-7/+19
sol7/x86 applying to all later releases. Fixes various packages. Bump PKGREVISION.
2014-07-27Add USE_TOOLS += flex, as per most recent SunOS bulk build.jperkin1-2/+2
2014-07-27Properly handle the alt key in terminals.ahoka6-6/+156
Patch from: https://bugzilla.gnome.org/show_bug.cgi?id=663779 Fixes PR pkg/48806
2014-07-26Update to 7.4.0:wiz2-7/+6
Adam Jackson (1): kms: Use own thunk function instead of shadowUpdatePackedWeak Alex Deucher (7): bump version post release radeon: don't install colormap handling if there are no crtcs radeon: require libdrm 2.4.51 radeon: enable tiling by default on CIK update man page to reflect tiling changes for CI parts radeon: require libdrm_radeon 2.4.54 for mullins support radeon: enable tiling for mullins Dave Airlie (1): radeon: fix use-after-free in modesetting cleanup Hans de Goede (4): radeon_open_drm_master get rid of unnecessary goto Add radeon_get_drm_master_fd helper function Add support for server managed fds Fix building on older servers without xf86platformBus.h Jérôme Glisse (1): evergreen: fix shader constant upload on ppc Maarten Lankhorst (2): return immediately in preinit when called with PROBE_DETECT bump version for release Michel Dänzer (10): Only log debugging output about initializing colormaps when we're doing so Allow enabling glamor on R500 (and R300) class 3D engines as well. Build against glamor in the xserver tree if available dri2: Fix conflicting CreatePixmap usage flag definitions glamor: Fix test for creating shared pixmaps Adapt to load_cursor_argb signature change in xserver 1.15.99.902 dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2 Revert "Adapt to load_cursor_argb signature change in xserver 1.15.99.902" Don't disable acceleration on >= SI on attempts to force EXA Rename Option "NoAccel" to "Accel" Samuel Li (2): radeon: add support for Mullins. radeon: add Mullins pci ids.
2014-07-25Update to 2.4.55:wiz2-7/+6
Damien Lespiau (2): intel: Sync the command parser version parameter from kernel intel: Sync typo fix from the kernel sources. Daniel Kurtz (8): eyxnos: install exynos tests if HAVE_INSTALL_TESTS exynos: fix two warnings exynos_fimg2d: fix cast from pointer to integer of different size exynos: remove unusable "run" target exynos_fimg2d_test: fix drmModeRmFB exynos: prime: use drmPrime*() helpers exynos: removed unused fd field drmOpenByName: remove redundant drmAvailable check Maarten Lankhorst (2): exynos: do not build fimg2d_test when building without libkms support. bump to version 2.4.55 for release Matt Roper (1): drm: Add universal plane capability bit and plane type enums Rob Clark (2): freedreno: sync kernel header freedreno: add chip-id property Thomas Klausner (2): radeon: Remove superfluous parentheses. radeon: Add missing header includes. Tobias Jakobi (3): exynos: fix coordinate computation in g2d_copy exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input exynos: fix scaling factor computation in g2d_copy_with_scale Tvrtko Ursulin (1): intel: Add new userptr ioctl
2014-07-25Ensure a LOCALBASE rpath is added to all binaries on SunOS, not justjperkin3-26/+18
libraries. Fixes a large number of check-shlibs-elf.awk failures. Bump PKGREVISION.
2014-07-24Fix for http://www.kde.org/info/security/advisory-20140618-1.txtmarkd3-3/+52
Bump PKGREVISION.
2014-07-24Apply some patches to fix x11/qt5-qtmultimedia build on SunOS.jperkin4-19/+31
2014-07-24Update to 1.3.3:wiz2-7/+7
Time for a release before the accumulated patches are old enough to vote. Two new requirements: libX11 1.6 and a C89 preprocessor. Alan Coopersmith (4): Replace sprintf with snprintf when looking up extension error strings Require ANSI C89 pre-processor, drop pre-C89 token pasting support Remove fallback for _XEatDataWords, require libX11 1.6 for it XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer Keith Packard (1): Xge: remove warning messages about missing Xge extension event translations Nathan Kidd (1): Stricter event error checking Peter Hutterer (1): libXext 1.3.3
2014-07-22Add comment:wiz1-1/+3
when updating this, also update py-qt4-qscintilla XXX: these two should share a Makefile.common
2014-07-22Revert update; there's also py-qt4-qscintilla and I'm not preparedwiz3-9/+9
to touch that right now.
2014-07-22Update to 2.8.2:wiz3-9/+9
v2.8.2 26th May 2014 - Added the QsciLexerAVS class. - Added the QsciLexerPO class. - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python bindings' configure.py. - Cross-compilation (specifically to iOS and Android) is now supported. - configure.py has been refactored and relicensed so that it can be used as a template for wrapping other bindings. - Bug fixes. v2.8.1 14th March 2014 - Added support for iOS and Android. - Added support for retina displays. - A qscintilla2.prf file is installed so that application .pro files only need to add CONFIG += qscintilla2. - Updated the keywords recognised by the Octave lexer. - Bug fixes.
2014-07-22Update qt4 packages to 4.8.6.wiz21-521/+21
Qt 4.8.6 provides overall over 200 improvements and bug fixes, for example: Security Fix for XML Entity Expansion Denial of Service (the "Billion Laughs" attack) Better support for Mac OS X 10.9 Mavericks Many customer requested bug fixes, for example QTBUG-15116, QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276, QTBUG-29572 and QTBUG-13237 (just to name a few) MinGW binary packages are now built with MinGW-w64 based toolchain with gcc 4.8.2 Basque translation added and many other translations improved
2014-07-22Update to 309:wiz2-6/+6
Patch #309 - 2014/07/13 * modify configure script to work around debris left by XQuartz upgrades. * modify test-package scripts to enable ReGIS graphics. * improvements/additions to ReGIS graphics, e.g., drawing text (Ross Comb). * add --with-Xaw3dxft, to link with Xaw 3d xft library (Stephen P Wall). * amend reset for cursor-shape to take into account cursorUnderline resource (report by Christian Weisgerber). * update config.guess, config.sub
2014-07-21Update mlterm to 3.3.7.tsutsui13-493/+381
pkgsrc changes: - remove post-3.3.6 fix patches - pull post-3.3.7 fix patches (see patch comments for details) Changes noted in doc/en/ReleaseNote: ver 3.3.7 * Enable image processing on background terminals. * Improve the performance of processing images on 8 or less bpp framebuffer. * Support SGR 5, 9, 21, 25 and 29. * Support DECFRA, SL and SR. * Starting mlterm with -j option executes mlclient if daemon process has already started. * Change the maximum number of "U+XXXX-XXXX" in ~/.mlterm/(t,v,)(aa)font from 7 to 511. * Add "unlimted" to "Backlog size" entry in mlconfig. Add "UNICODE (ARABIC)" and "UNICODE (EMOJI)" to "Font name" entry. * Add --it/it_color, --bl/bl_color and --co/co_color options. * Add --itfont/use_italic_font option. * Add --bisep/bidi_separators option. * Add --fullwidth/unicode_full_width_areas option. * Add --working-directory/working_directory option. * Add --deffont option. * Disable "_HALFWIDTH" suffix in ~/.mlterm/(t,v)(aa)font files. * Drop --ucsprop/use_unicode_property option. * Bug fixes: Fix the failure of saving font configurations from mlconfig. Fix the bug which sometimes causes the failure of searching closest colors on X/8bpp.
2014-07-21Fix packaging on FreeBSD 10.asau1-0/+2
2014-07-21Use detected fixesproto.pc.obache1-2/+2
2014-07-21Create wxGTK30 package for wxWidgets 3.0.1dbj15-1/+1435
2014-07-20Fix NetBSD and Solaris atomic_dec_and_test.wiz3-19/+25
Based on similar patch for xsrc from Taylor R Campbell. Bump PKGREVISION.
2014-07-19fix CONFIG_SHELL for bash to correctly use TOOLS_PATHrichard1-2/+2
2014-07-19Update to 2.2.8ryoon2-6/+6
Changelog: Version 2.2.8 (16 July 2014) ------------- Correct testing of minimum values in Extension::real_to_double() and Extension::list_to_vector_double() (extension.h). Deal properly with unexpected out-of-memory conditions in executing Extension::exec() and Extension::exec_shared() (extension.h). Minor code refactoring in EmitterArg::connect() and SafeEmitterArg::connect() (emitter.h). Update documentation (callback.h, emitter.h, extension.h, notifier.h, parallel.h, task_manager.h).
2014-07-19Add c++-gtk-utilsryoon1-1/+2
2014-07-19Import c++-gtk-utils-2.2.7 as x11/c++-gtk-utils.ryoon6-0/+622
c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (unix-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety of the wrapper and their documentation. It is parallel installable for both GTK+2 and GTK+3. There is also an option to install a subset of the library with only glib/gobject/gio support, without GTK+.
2014-07-19Update to 1.7.4:wiz2-6/+6
More locking bugs fixed, so here's a minor release to make packaging easier.
2014-07-18Fix assignment.jperkin1-4/+4
2014-07-18Fixes for old native modular X, as NetBSD-5.obache2-58/+24
* go to buildlink with fixesproto4 if using monolithic X. * bump API_DEPENDS, older will be handled by fixesproto4. * set xextprot requirement if using fixesproto from pkgsrc (XXX >=5.0). * simplify builtin.mk, older will be handled by fixesproto4.
2014-07-16Bump PKGREVISION for hs-dlist-0.7.1szptvlfn2-2/+4
2014-07-14Various patches to fix x11/qt5-qtdeclarative on SunOS.jperkin7-5/+115
2014-07-14SunOS needs -D__EXTENSIONS__ for posix_fallocate().jperkin1-1/+3
2014-07-13Update XaoS to version 3.6. From Olaf 'Rhialto' Seibert, thanks!mbalmer5-152/+16
Closes PR/48836.
2014-07-12Update to 0.32.6:wiz2-7/+6
A new pixman release 0.32.6 is now available. This is a stable release in the 0.32 series containing fixes for exported symbols on MIPS, compiling with the Intel compiler, and for an integer overflow bug.
2014-07-12Update to 308. Changes for 308 unknown; I only know that they were postedwiz2-6/+6
on freshcode, but that's dead. Changes in 307: This release fixes several display issues remaining from the changes to support italics.
2014-07-12Update to 1.7.3:wiz2-7/+7
Two important patches fixing deadlocks when using XIPassiveGrab requests. You're recommended to updated. Note that we now require libX11 1.6, that's a new dependency over 1.7.2 but it's over a year old by now anyway. Jasper St. Pierre (2): XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error paths XIPassiveGrab: Fix completely broken locking in XIGrabTouchBegin Keith Packard (1): man: Update XIQueryVersion docs to match new version compatibility semantics Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it Peter Hutterer (1): libXi 1.7.3
2014-07-12xproto>=7.0.17 is directly required to build.obache1-1/+3
2014-07-12libXfixes-5.0.x require fixesproto>=5.0 to build.obache1-4/+2
2014-06-29add missing libX11 buildlink; PKGREVISION -> 9.dholland1-2/+3
2014-06-27Apply patch from RT to force intended precedence. Add missingschmonz3-3/+22
dependency on Module::Pluggable. Tests pass, and with these changes p5-Wx builds again on NetBSD. Bump PKGREVISION.
2014-06-18Bump PKGREVISION for cups -> cups15 change.wiz6-12/+12
2014-06-18Switch all cups packages to use cups15.wiz7-14/+14
2014-06-13Update to 0.3.9:wiz2-8/+6
Alan Coopersmith (1): Mark DEPTH_MASK as Unsigned int Arnaud Fontaine (3): Add autogen.sh to EXTRA_DIST. Follow changes in m4 submodule. Release 0.3.9 Gaetan Nadon (9): config: add bug URL to AC_INIT config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: use AC_CONFIG_HEADERS to create a config.h file config: remove old dead code for documentation config: add missing COPYING file make: use AM_CPPFLAGS rather than per-target libxcb_render_util_la_CPPFLAGS make: using EXTRA_DIST for xcb-renderutil.pc.in is redundant make: there should be no attempt to remove any Makefile.in file make: compile the library with standard xorg warning flags Jochen Keil (1): Fix compilation and linking issues with C++ Niclas Zeising (1): Check submodules before running autoconf.
2014-06-10Fix .so usage. Bump PKGREVISION.wiz1-1/+17
2014-06-10Bump PostgreSQL default version to 9.3.joerg3-5/+6
2014-06-10Use PAM_DEFAULT directlyjoerg1-2/+2
2014-06-09Recursive revbump from pulseaudio-5.0ryoon9-18/+18
2014-06-09Update to 306: fix incomplete implementation of new SGRswiz2-6/+6
2014-06-08Pull post-3.3.6 fixes and improvements from upstream.tsutsui10-3/+500
* Fix the failure of saving font configurations from mlconfig. http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.3.6/mlterm-3.3.6-fixes.patch/download * x_display_get_closest_color() caches 512 + 64 pixels. https://bitbucket.org/arakiken/mlterm/commits/f3ea4bb79134409b0b66ba22676b9b4d1f5e1c02 Bump PKGREVISION.
2014-06-07Bump PKGREVISION for exiv2 shlib major bumpwiz1-2/+2