summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-08-12Import xcb-util-renderutil-0.3.8 as x11/xcb-util-renderutil.wiz4-0/+35
XCB util-renderutil module provides the following library: - renderutil: Convenience functions for the Render extension.
2012-08-12+ xcb-util-imagewiz1-1/+2
2012-08-12Import xcb-util-image-0.3.9 as x11/xcb-util-image.wiz4-0/+38
XCB util-image module provides the following library: - image: Port of Xlib's XImage and XShmImage functions.
2012-08-12Update to 2.4.38:wiz2-6/+6
Alex Deucher (2): radeon: add some missing evergreen pci ids radeon: add some new SI pci ids Chris Wilson (1): intel: Bail gracefully if we encounter an unknown Intel device Cooper Yuan (1): libdrm/exynos: padding gem_mmap structure to 64-bit aligned Damien Lespiau (1): intel: Remove two unused variables Dave Airlie (4): libdrm: add missing caps from kernel to drm.h libdrm: add prime fd->handle and handle->fd interfaces libdrm/nouveau: add prime handle->bo and bo->handle support. intel: add prime interface for getting/setting a prime bo. (v4) Eric Anholt (4): intel: Quiet valgrind warnings in context creation. Drop "-Wunsafe-loop-optimizations". intel: Import updated i915_drm.h. intel: Add a function for the new register read ioctl. Kenneth Graunke (1): intel: Change context create failure message to from fprintf to DBG(). Laurent Pinchart (8): modetest: Unify buffer allocation modetest: Add SMPTE test pattern modetest: Add test pattern support for missing packed YUV formats modetest: Add test pattern support for missing planar YUV formats modetest: Add test pattern support for missing RGB formats modetest: Move connector and plane parsing to separate functions modetest: Make frame buffer format configurable on the command line modeset: Split buffer allocation to a separate file Lauri Kasanen (1): intel: Fix build failure in test_decode.c Marek Olšák (6): radeon: simplify ZS buffer checking on r600 radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG radeon: force 2D tiling for MSAA surfaces radeon: tweak TILE_SPLIT for MSAA surfaces tests/modetest: fix distcheck configure: bump version for 2.4.38 release Paulo Zanoni (1): intel: add more Haswell PCI IDs Rob Clark (5): omap: clarify dmabuf file descriptor ownership omap: add API to import bo's from dmabuf fd's omap: add refcnting and handle tracking intel: fix build error modetest: fix uninitialized fourcc
2012-08-11Update to 3.3ryoon2-7/+6
Changelog: Version 3.3 (2012-03-03) * -text can now accept \{keysym} so that the specified key can be processed in more primitive manner, and so that modofier keys such as Control_L, Meta_L, etc. can also be simulated. Also, \{+keysym} and \{+keysym} will now simulate press and release of the key, respectively. * New option -remote-display to make xvkbd connect to the specified display when startup. * Bug fixed: KP_0 now works.
2012-08-10Use http for MASTE_SITES instead of https, thank you, obache@.ryoon1-6/+2
2012-08-10Fix prototype of mainjoerg2-7/+16
2012-08-10Update to 3.0.4ryoon4-15/+21
* Switch to gtk3 and vte 0.29 series Changelog: unknown
2012-08-10Add vte029ryoon1-1/+2
2012-08-10Import vte029-0.32.2 as x11/vte029.ryoon13-0/+366
Terminal widget with improved font, internationalization and accessibility support for the GNOME 3 desktop.
2012-08-09Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the dependence x11/py-qt4 sets it.sbd2-2/+6
This is to stop pbulk trying to build the packages the python25 and looking for py25-qt4 dependence which doesn't exists causing Global dependency resolution failure.
2012-08-09Revert the below commit as it didn't work. The py-qt4 buildlink3.mk maysbd1-3/+1
be included after pyversion.mk, which means the setting has no affect. --- Module Name: pkgsrc Committed By: sbd Date: Tue Aug 7 09:44:03 UTC 2012 Modified Files: pkgsrc/x11/py-qt4: buildlink3.mk Log Message: Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependent packages won't try to build with python25. Fixes Global dependency resolution failure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-qt4/buildlink3.mk
2012-08-07Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependentsbd1-1/+3
packages won't try to build with python25. Fixes Global dependency resolution failure.
2012-08-06Update x11/x3270 to 3.3.12ga11gls2-8/+7
Upstream changes: ----------------- Changes in version 3.3.12ga11, 23. July 2012 [all] Corrected a problem with not sending the TELNET TERMINAL TYPE when the TELNET NEW ENVIRONMENT option had been negotiated. [x3270, c3270] Corrected issues with manual page warnings. Changes in version 3.3.12ga10, 8. July 2012 [all] Turned off SSL host cerfication and Added a verifyHostCert resource and -verifycert option to enable it. [x3270, c3270, wc3270] Changed the 'secure' icon to green when SSL/TLS is active and the host is verified, and yellow when SSL/TLS is active but the host is unverified. Changes in version 3.3.12beta9, 13. February 2012 [all] Added a selfSignedOk resource to allow SSL authentication with hosts that use self-signed certificates.
2012-08-05Disallow python25 since py-dbus doesn't support it any longer.wiz1-2/+3
2012-08-05Bump PKGREVISION for change of PostgreSQL default version to 9.1.obache2-3/+4
2012-08-02Include cmath for an abs() implementation which accepts a 'double' argument.jperkin2-1/+17
Fixes build on at least Solaris.
2012-08-01mark as buildable with Python3x, py-elementtree comes with alldrochner1-2/+2
supported Python versions
2012-08-01update to 5.19drochner7-32/+1130
changes: Made pipes be ridiculously less efficient, but spin. Added better mouse control to rubik, cube21, crackberg, and julia. Cosmetic improvements to queens and endgame. sonar can now ping local subnet on DHCP. Most savers now resize/rotate properly. Various fixes. MacOS/iOS improvements pkgsrc note: use "pipes" from 5.17, the new one is too slow on i945 graphics
2012-07-31Fix HOMEPAGE. From Thomas Mueller.jperkin1-2/+2
2012-07-30Fix pkglint. Add patch comments. Do configuration SUBSTs at pre-configuredholland8-22/+41
time, not post-patch, to reduce the chances of the results being rolled unconditionally into patches.
2012-07-30add stray blank line to appease pkglintdholland1-1/+2
2012-07-30Add patch comments. Regen patch-ac as it wasn't diff -u format. Improvedholland4-19/+28
portability of patch-aa.
2012-07-30Fix pkglint. Use BUILD_DIRS instead of a hand-rolled do-build target.dholland4-16/+15
Add patch comments.
2012-07-30shut up pkglintdholland1-2/+2
2012-07-30Rearrange extract logic to shut up pkglint. Add patch comment.dholland3-9/+11
2012-07-30pkglint.dholland1-3/+3
2012-07-30Fix LP64 issues. PKGREVISION -> 2.dholland10-5/+167
While here also fix pkglint in the PLIST.
2012-07-30Fix pkglint, add patch comments, set LICENSE.dholland6-11/+21
2012-07-30pkglintdholland1-4/+3
2012-07-30Fix pkglint; fix whitespace in patches; add patch comments.dholland11-31/+54
Improve patch-ag to never attempt to declare errno.
2012-07-30Install docs in share/doc/xdialog, not share/doc/html/xdialog.dholland6-70/+76
PKGREVISION -> 9. Also fix some pkglint and add LICENSE and patch comments.
2012-07-30fix some pkglintdholland1-5/+5
2012-07-30Fix pkglint; add LICENSE.dholland3-7/+9
2012-07-30Fix pkglint and add patch comment.dholland3-6/+8
2012-07-30Fix pkglint. Add missing rcsid to patch and add patch comment.dholland3-8/+12
2012-07-30Use ${} instead of $() to appease pkglint.dholland1-2/+2
2012-07-30Remove stray trailing backslash-newline, which pkglint incorrectlydholland1-2/+2
reports as trailing whitespace.
2012-07-30pkglint.dholland3-5/+8
2012-07-30Update to 3.5.dholland8-172/+142
Upstream changes: - Portuguese translation - bug fixes - more examples - new documentation infrastructure
2012-07-29fix pkglintdholland1-3/+3
2012-07-29Update to 1.4.0:wiz2-6/+6
Alan Coopersmith (1): Strip trailing whitespace Daniel Stone (1): Fill in nameLen in XRROutputInfo Dave Airlie (2): libXrandr: add support for provider objects. libXrandr: bump to 1.4.0 for release
2012-07-29Update to 1.3.0:wiz2-6/+6
This version adds an explicit dependency on XCB, which it uses for more efficient querying of the available extensions on the X server. Alan Coopersmith (6): Use xcb for -queryExt instead of a round-trip per extension Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings Remove unused function hasExtension Silence gcc complaint about being unable to check printf format string xdpyinfo 1.3.0 Gaetan Nadon (4): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory Jesse Adkins (1): Purge cvs tags.
2012-07-28Fix description: it is not four; it doesn't provide pixmap or metal or swing.reed1-9/+3
2012-07-28describe furtherreed1-1/+6
2012-07-28Reference PR 46649 and add upstream bug report URL.dholland2-3/+5
2012-07-25Switch to usual manner instead of buildlink jail break.obache1-4/+4
2012-07-25buildlink with xcb-util036 instead of xcb-util for the case requireingobache1-2/+3
x11/startup-notification010. fixes PR 46738.
2012-07-25merge same conditions into one condition to be maintainance easier.obache1-14/+3
2012-07-25Fix SunOS build with GCC 4.7fhajny2-1/+15