summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-05-16Update to 1.4.8.wiz5-457/+63
This release is overflowing with security fixes and code cleanups, including the fixes for CVE-2014-0209, CVE-2014-0210, & CVE-2014-0211 for the security advisory published earlier this week: http://lists.x.org/archives/xorg-announce/2014-May/002431.html This release works with fontsproto 2.1.2 or earlier and is for use with the existing stable releases of xorg-server - 1.15 & earlier. libXfont 1.5 will be released later this year to support fontsproto 2.1.3 and xorg-server 1.16. It will also change the compile time defaults to stop building SNF font format support by default, taking the next step in the deprecation of this file format that was used prior to X11R5, and has been on the way out since 1991. In the unlikely event that you still need to support old SNF format fonts, get in the habit of adding --enable-snfformat to your configure flags when building.
2014-05-15Fix CVE-2014-0209, CVE-2014-0210 and CVE-2014-0211, validation errorsjoerg4-3/+453
triggerable via XFS or local font directories under user control. Bump revision.
2014-05-15Revbump after updating graphics/giflibadam14-28/+28
2014-05-13x11/gtkada: Add post-wrapper hack to work around bad gtk2 pkgconfig filemarino1-1/+10
The GTK2 configure script searches in vain for libgmodule. Since it does not find it, gmodule-2.0 is not added to the gtk+*-2.0 pkgconfig files. Since gcc-aux now uses the gold linker which requires explicit linking by default, gtkada fails to link due to use of gmodule-2.0 symbols within other libraries. The true fix needs to happen at the gtk2 package. A post-wrapper hack has been added to gtkada to locally append the gtk2 pkgconfig file which allows building to complete. This hack should be removed when gtk2's gtk+-2.0.pc file has been fixed.
2014-05-09Update to version 9.20, including security fix.morr3-7/+9
Changes: - (libptytty) fix bug that prevented urxvtd from writing utmp entries when using --fork (reported by Ryan Kavanagh). - security bugfix: window property values could be queried even in secure mode (reported by Phillip Hallam-Baker). - fix build when perl is enabled and fading is disabled. - fix regression that broke continuous scrolling when pressing and holding the scrollbar up or down button, gentoo bug #493992. - increase the maximum length of a command sequence to 32k bytes, to allow longer OSC sequences (previous limit was 2k). - new Ctrl-Meta-c and Ctrl-Meta-v bindings to interact with the CLIPBOARD selection. - new extension: selection-to-clipboard. - the extensions macosx-clipboard and macosx-clipboard-native are deprecated and will be removed in the next release. Support for the clipboard on OS X can be more generally enabled by setting the XQuartz preference to sync the OS X pasteboard and the X11 clipboard.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz22-44/+44
until proven otherwise.
2014-05-05Recursive revbump from x11/pixmanryoon224-388/+448
Fix PR pkg/48777
2014-05-04Bump BUILDLINK_{API,ABI}_DEPENDSryoon1-3/+3
* pixman_region32_clear() is implemented in 0.25.2 or later. It is required by firefox-29.0.
2014-05-04Update to 2.4.54:wiz2-7/+6
Alex Deucher (1): bump version to 2.4.54 for release Daniel Kurtz (1): Use signed location for drmModeSetPlane Maarten Lankhorst (2): nouveau: safen up nouveau_device list usage against concurrent access amend previous commit to actually compile Rob Clark (2): modetest: add cursor support freedreno: add missing fxn prototype Samuel Li (2): radeon: add Mullins chip family radeon: add Mullins pci ids Thierry Reding (4): Mark functions printf-like where possible intel: Fix some format strings libdrm: Remove extraneous parameter tests: Use drmFreeVersion() instead of drmFree() Ville Syrjälä (1): intel/chv: Add Cherryview PCI IDs
2014-05-04Update to 304:wiz2-6/+6
This adds experimental support for ReGIS. There are also several minor bugfixes and portability improvements.
2014-05-03Revbump for Lua multiversion support.alnsn2-4/+4
2014-05-02Update mlterm to 3.3.5.tsutsui6-86/+69
pkgsrc changes: - remove post-3.3.4 fix patches - pull post-3.3.5 bug fixes Changes from doc/en/ReleaseNote: * Support Animation GIF on "show_picture" of OSC 5379. (It works with https://bitbucket.org/arakiken/w3m/get/remoteimg.tar.gz) * Add "add_frame" to OSC 5379. * Bug fixes: Fix compiler error on NetBSD/OpenBSD framebuffer. (enbugged at 3.3.4) Fix the bug which sometimes disabled to show large sixel graphics sequence. (enbugged at 3.3.4) Output ^? instead of ^H on TERM=xterm by default in pressing backspace key. Fix the bug which sometimes left X11 events untouched for a while. Fix the bug of closing the input method window unexpectedly in pressing it. ":Percentage" after font names in ~/.mlterm/aafont works on cairo.
2014-05-01This is an ugly hack:wiz2-2/+17
qdbuscpp2xml and qdbusxml2cpp should be built and installed, because they are referenced from Qt5DBusConfigExtras.cmake, and cmake fails to find qtdbus if they are not installed. I didn't manage to build them though, and the only customers so far didn't need their functionality - so install scripts that call 'false'. Bump PKGREVISION. Please fix properly :)
2014-04-30x11/gtkada: Revbump due to new Ada compiler releasemarino1-2/+2
The new compiler can't use libraries built with the former version, so xmlada gets revbumped to ensure the builders rebuild it.
2014-04-30Bump PKGREVISION for boehm-gc default-on threads, just to be onwiz1-2/+2
the safe side.
2014-04-30Update to 0.12, provided by Leonardo Taccari in PR 48772.wiz3-8/+8
Changes: o Build fixes: Check for Xmu and Xt o The version number has been corrected. o Man pages are now available (xclip-copyfile.1). Contributed by Maximilian Gass.
2014-04-29require xproto>=7.0.17obache1-1/+2
2014-04-29XInput2 is required.obache1-1/+3
2014-04-29Set API_DEPENDS same as Makefile.obache1-1/+3
2014-04-29Remove legacy builtin detection.obache1-47/+1
This builtin.mk is only used with modular X (using pkgconfig files), and legacy detection prevent to detect sufficient version with *.pc file.
2014-04-29No reference to header files from neither glproto nor libdrm, just libpciaccess.obache2-7/+6
2014-04-28+gtk3-engines-unicorodent1-1/+2
2014-04-28Import gtk3-engines-unico-1.0.2 as x11/gtk3-engines-unico.rodent5-0/+43
Unico is a Gtk+ engine that aims to be the more complete yet powerful theming engine for Gtk+ 3.0 and newer. It's the first Gtk+ engine written with Gtk+ style context APIs in mind, using CSS as first class citizen.
2014-04-24Prevent to install pre-modular older Xfixes for native modular X.obache2-2/+12
* stop to use x11/Xfixes if builtin one is newer (xfixes.pc exists) * add builtin libXfixes detection. affect to NetBSD-5, builtin libXfixes is 4.0.3, prevent to install Xfixes 2.0.1, if it is considerd that builtin Xfixes is not sufficient.
2014-04-23Add builtin detection for libXi (mainly for the case X11_TYPE=native but builtinobache2-2/+60
version is older than required version). Set API_DEPENDS for required package for the case using libXi from pkgsrc, same as specified to build this package.
2014-04-23Changes 5.2.1:adam54-254/+399
It provides many improvements over Qt 5.2.0 as well as packages Qt Creator 3.0.1. As a patch release, it does not add new features and remains binary compatible with Qt 5.2.0.
2014-04-22Detect builtin version if xextproto.pc is available (or assumed as 1.0.1,obache1-4/+23
same as current fake pc).
2014-04-22set required xineramaproto version, per configure request.obache1-1/+2
2014-04-22bump required xextproto version per configure request.obache1-2/+2
2014-04-21recursive bump for boehm-gc API bumpwiz1-2/+2
2014-04-20Recursive revbump from json-c 0.12 updateryoon13-26/+26
2014-04-19Move touch to pre-configure to increase chance it'll work.wiz1-1/+3
2014-04-18FreeBSD has KMS.asau1-0/+4
Fixes packaging on FreeBSD 9.1.
2014-04-17Link against libexecinfo on FreeBSD too. Fixes build on FreeBSD 10.asau1-2/+2
2014-04-17Provide upper limit for the Tk dependency. No revbump as the only userjoerg1-3/+3
wouldn't build against 8.6 anyway.
2014-04-16Bump PKGREVISION for libatomic_ops PKGNAME change.wiz14-27/+28
2014-04-15Fix compatibility with fontsproto-2.1.3 and depend on it.wiz3-2/+29
Bump PKGREVISION.
2014-04-15Update to 7.0.26:wiz3-12/+11
7.0.26: Alan Coopersmith (1): Add more comments on connection setup to Xproto.h Jon TURNEY (1): Xpoll.h.in: Fix WIN32 check to trigger on MinGW only Julien Cristau (1): xproto 7.0.26 Keith Packard (1): Replace 'pointer' with explicit 'void *' Yaakov Selkowitz (2): Xthreads.h: Declare _Xthread_init for WIN32 Xwindows.h: Wrap Windows 64-bit types as well for 64-bit build 7.0.25: This release cleans up some old Cray Unicos code, adds keysyms for German keyboard layouts, adds a macro for gcc's "cold" attribute, and brings our autoconf macros up to current support levels. Alan Coopersmith (3): Add _X_COLD attribute for branch prediction hints Remove WORD64, MUSTCOPY, and other CRAY leftovers xproto 7.0.25 Benno Schulenberg (1): Additional dead keysyms to complete the German DIN T3 keyboard layout. Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
2014-04-15Update to 2.1.3:wiz2-7/+6
2.1.3: This release features a number of spec formatting improvements, and some header adjustments for current xserver. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (35): spec: Replace ASCII => & -> arrows with Unicode ▶ & ◀ spec: add olinks to X11 protocol & XLFD specs spec: fixup bibliography entries (correct authors, link to references) spec: convert from article with sections to book with chapters spec: markup introduction of new terms with <firstterm> spec: fixup markup/formatting of the naming syntax section spec: change ids for encoding sections from *_2 to Encoding::* spec: add links to references to other sections spec: Use <figure> markup for figure labels spec: remove some extra quotes from nroff conversion spec: add <acronym> markup spec: convert list of license models from itemizedlist to variablelist spec: Convert .IN comments to indexterm tags spec: add autogenerated index spec: fix boundaries of <function> tags spec: Use <errorname> instead of <function> for error names spec: Convert Requests chapter to have a section per request spec: Convert Events chapter to have a section per request spec: Convert Errors chapter to have a section per request spec: make links from encoding section to definitions spec: Use <personname> markup in Acknowledgements spec: Use tables for contents of Requests, Events & Errors spec: Convert a bunch of AccessContext references from <function> to </type> spec: Use <superscript> for exponents spec: markup data type names with <type> spec: Finish replacing nroff .sp macros with <para> breaks spec: Convert Data Types section to have a section per type, with tables spec: give footnotes ids for more stable links spec: fixup quote characters spec: add enumerated constants to index spec: markup enumerated constant names with <constant> spec: Make links to data types, requests, events & errors spec: Remove <!- .LP --> comments leftover from nroff migration spec: use <parameter> markup for elements of requests & replies spec: Make alignment of columns in Encoding section more consistent Colin Walters (1): autogen.sh: Implement GNOME Build API Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Julien Cristau (1): fontsproto 2.1.3 Keith Packard (2): Replace 'pointer' with the equivalent 'void *'. Allow paths and patterns to be const
2014-04-12Fix build on DragonFly BSD using a patch from David Shao. PR 48735.wiz2-1/+19
2014-04-11Update to 2.4.53:wiz2-6/+6
Libdrm 2.4.53 has been released. Emil Velikov (1): freedreno: do not leak drmVersion François Tigeot (1): Enable libkms by default on DragonFly Lucas Stach (1): modeprint: pretty print connector names Marek Olšák (2): radeon: sync with radeon_drm.h from kernel headers Bump version to 2.4.53 for release Rob Clark (6): freedreno: fix license freedreno: some msm-ring reset/flush fixes freedreno: simplify device creation freedreno: fix null ptr in error path freedreno/kgsl: don't even bother trying CREATE_FD freedreno: zero out unused field Robert Millan (1): drm: Implement drmCheckModesettingSupported() for FreeBSD
2014-04-10recursive bump from ilmbase shlib version change.obache86-172/+172
2014-04-10recursive bump from x264-devel builld number change (i.e. API change).obache3-6/+6
2014-04-09recursive bump from icu shlib major bump.obache66-132/+132
2014-04-06Add buildlink with Requires.private packages.obache1-1/+3
2014-04-06Add buildlink3.mk.obache1-0/+16
2014-04-06LICENSE=x11obache1-2/+2
2014-04-06Let to build shard libraries, enable commented out buildlink with x11/xcb-util.obache1-3/+4
Bump PKGREVISION.
2014-04-06from xcb-image.pc, xcb and xcb-shm is required, so need to buildlink with ↵obache1-2/+2
x11/libxcb.
2014-04-04Update to 1.0.9:wiz3-8/+7
Alan Coopersmith (1): Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions Dr. Tilmann Bubeck (6): * Do not install test_xauth during "make install" as it is Fix warning about warn_unused_result triggered by WRITES. version bump to 1.0.9 Fixed missing EXTRA_DIST in tests. Extended README for releasing. Second version bump to 1.0.9. Third version bump to 1.0.9.