summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2015-02-28Sync buildlink list with main package, in case libXxf86vm is not pickedjoerg1-1/+2
up otherwise.
2015-02-28.auto is not picked up by *, so help pkgsrc to findjoerg2-2/+8
config.guess/config.sub.
2015-02-28Update to 1.5.0.wiz4-88/+6
Despite the warning below, the server compiles fine and this version was used to update NetBSD's xsrc. As a reminder: *IMPORTANT* This release works with fontsproto 2.1.3 or later and is for use with xorg-server 1.16 and later. It will *not* work with older versions of fontsproto or xorg-server (prior to 1.15.99.901). libXfont provides the core of the legacy X11 font system, handling the index files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, and rasterizing them. It is used by the X servers, the X Font Server (xfs), and some font utilities (bdftopcf for instance), but should not be used by normal X11 clients. X11 clients access fonts via either the new API's in libXft, or the legacy API's in libX11. This release includes all the security & bug fixes from libXfont 1.4.8, plus these additional significant changes: - Support for SNF font format (deprecated since X11R5 in 1991) is now disabled by default at build time. For now, adding --enable-snfformat to configure flags may re-enable it, but support may be fully removed in future libXfont releases. - Many compiler warnings cleaned up, including some which required API changes around type declarations (const char *, Pointer, etc.). - README file expanded to explain all the different formats/options.
2015-02-27Explicitly disable libgps support, to fix build if gpsd package happensmarkd1-1/+2
to be installed. Fixes PR pkg/49701.
2015-02-24Update to 1.1.4:wiz3-7/+9
This minor maintenance release provides the usual recent collection of man page maintenance, build configuration improvements and janitorial cleanups. Alan Coopersmith (7): Require ANSI C89 pre-processor, drop pre-C89 token pasting support Fix a couple sign comparison warnings Add XF86VidModeAddModeLine man page Add man/XF86VidModeAddModeLine.man file (missed in previous commit) Discard correct length for old-format replies in XF86VidModeGetGamma Tell the compiler it's unlikely we're talking to an XFree86 3.x server libXxf86vm 1.1.4 Eric S. Raymond (2): Eliminate use of .ta. Enable parsing of C prototypes in the synopsis into prototype markup. Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it
2015-02-23Update to 1.3.5:wiz2-8/+6
Adam Jackson (1): Remove mibstore.h Matt Turner (1): xf86-video-i740 1.3.5 Matthieu Herrb (1): Fix loading the driver without XAA
2015-02-23Update to 1.4.6:wiz2-8/+6
Adam Jackson (2): Remove mibstore.h dri: Stop (uselessly) initializing the ValidateTree hooks Guillem Jover (7): Define local PCI IDs instead of using xf86PciInfo.h Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS Use new pci_device_(un)map_range functions instead of deprecated ones Remove unreachable breaks after return statements Use the PCI ID macros instead of hardcoded values Unmap MMIO ranges for all chips Add more PCI IDs for supported chips Matt Turner (1): xf86-video-tdfx 1.4.6
2015-02-23Update to 1.6.4:wiz2-7/+6
Adam Jackson (3): man: Don't mention the HAL dri: Stop (uselessly) initializing the ValidateTree hooks undef DISABLE_VGA_IO Matt Turner (1): xf86-video-mga 1.6.4 Mikulas Patocka (3): xf86-video-mga: set the pan_ctl register xf86-video-mga: fix a lockup in the mga driver fix a type in previous lockup in the mga driver fix
2015-02-23Update to 1.0.3:wiz2-6/+8
Alan Coopersmith (3): Remove fallback for _XEatDataWords, require libX11 1.6 for it configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Matt Turner (1): libXp 1.0.3
2015-02-22fix segfault in DRI2CreateDrawable2 due to uninitialized variabletnn3-3/+44
2015-02-21Recursive revbump from audio/pulseaudio.ryoon15-23/+30
2015-02-21Fix segfault when built with clang. From upstream bug 47160.tnn4-2/+35
Probably needed for native Xorg as well. (ping wiz@) Bump PKGREVISION.
2015-02-20Build shared library. Fix soname passing. Fix format strings. Explicitlyjoerg8-8/+177
truncate pointers (XXX revisit by somewhere with more Haskellfu). Fix bit masking.
2015-02-20Fix include guard. Bump revision.joerg3-3/+17
2015-02-20Fix dependencies.joerg1-3/+6
2015-02-20Fix incorrect memory management, from upstream.wiz3-3/+19
Bump PKGREVISION.
2015-02-19Use __clear_cache as fallback for GCCish compilers.joerg3-1/+29
2015-02-19-reduce-relocations is only supported on x86.joerg1-2/+3
2015-02-18* Make HOMEPAGE and MASTER_SITES empty since rubyforge.org has gone.taca1-3/+5
* wxruby dose not support Ruby 2.0 and later.
2015-02-15Update to 1.6.50ryoon4-83/+20
* Remove old NetBSD support. Changelog: not available.
2015-02-14Fix build on smartos.nros2-6/+52
2015-02-14Fix cross-build for arm.riastradh2-4/+12
- Add freedreno stuff to PLIST. - Use ${CROSS_DESTDIR} in exists(/usr/...) test.
2015-02-13Update mlterm to 3.4.3.tsutsui4-14/+16
Changes noted in doc/en/ReleaseNote: ver 3.4.3 * Support true type fonts with the use of freetype library (./configure --enable-anti-alias) on framebuffer and Android. * Support ISCII proportional fonts with the use of freetype library on framebuffer and Android. * Drop -C/--ind/use_ind and -D/--bi/use_bidi options. Add -C/--ctl/use_ctl option which enables or disables both rendering bi-directional text and indic scripts. * --deffont/default_font option and vte_terminal_set_font* functions of libvte compatible library overwrite the default font of "ISO10646_UCS4_1" not only "DEFAULT". * Simplify font configuration of OSC 5380 and 5381. (e.g.) 'mlcc font USASCII' returns "#ISO8859_1,12=-mplus-*-medium-r-*--12-*-iso8859-1") * Bug fixes: Fix the position of a candidate window of fcitx. (Thanks to @msmhrt) Fix frozen screen in preediting text by soft keyboard on Android. (Thanks to @mikoto2000)
2015-02-11Fix http://www.x.org/wiki/Development/Security/Advisory-2015-02-10/wiz3-3/+144
Bump PKGREVISION.
2015-02-08Fix strict aligment issue. While here, update homepage.tnn4-3/+44
2015-02-08Strict alignment. Upstream issue #273tnn4-3/+35
2015-02-08+ qt5-qtwebsocketswiz1-1/+2
2015-02-08Import qt5-websockets-5.4.0 as x11/qt5-qtwebsockets, packaged for wip by nros.wiz5-0/+78
Qt5 module that implements the Websocket protocol as specified in RFC 6455.
2015-02-08# used by x11/qt5-qtwebsockets/Makefilewiz1-1/+2
2015-02-08Bump PKGREVISION for PLIST change in previous.wiz1-1/+2
2015-02-08Improvements from nros via the wip package of the same name.wiz3-12/+10
2015-02-08# used by x11/qt5-qtwebchannel/Makefilewiz1-1/+2
2015-02-07+ py-qt5.wiz1-1/+2
2015-02-07Import py34-qt5-5.4 as x11/py-qt5, packaged for wip by myself.wiz6-0/+808
PyQt is a set of Python bindings for the Qt toolkit. PyQt brings together the Qt C++ cross-platform toolkit and the cross-platform interpreted language Python. PyQt contains 300 classes and over 5,750 functions and methods. PyQt also includes the pyuic and pylupdate utilities which correspond to the Qt uic and lupdate utilities. pyuic converts the GUI designs created with Qt Designer to executable Python code. pylupdate scans Python code, extracts all strings that are candidates for internationalisation, and creates an XML file for use by Qt Linguist. This package is for QT5.
2015-02-07+ qt5-qtwebchannelwiz1-1/+2
2015-02-07Import qt5-qtwebchannel-5.4.0 as x11/qt5-qtwebchannel.wiz5-0/+76
Qt5 WebChannel module
2015-02-02Fix build on OS X based on upstreamwiz2-1/+19
http://cgit.freedesktop.org/xcb/util-cursor/commit/?id=f03cc278c6cce0cf721adf9c3764d3c5fba63392 and PR 49627 by Youri Mouton.
2015-01-31SunOS inotify requires sys/filio.h for FIONREAD.jperkin2-1/+18
2015-01-29Update to 2.14:wiz2-6/+6
New xkeyboard-config release is out: Andreas Wettstein (1): Add oe ligature to Swiss keyboard layout, replacing oslash. Changwoo Ryu (1): update Korean Julien Cristau (1): fujitsu_vndr: add a name to xkb_symbols sections Michael Witten (1): README: Clean up grammar/formatting, and mention bugzilla Peter Hutterer (2): rules: improve documentation for numpad:microsoft symbols/il: add HOLAM HASER FOR VAV on shift+5 to il(biblical) Ran Benita (3): symbols/macintosh_vndr: add some "default" annotations macintosh_vndr/us: include "keypad(overlay)" explicitly symbols/keypad: move the default map to be the first in the file Sergey Udaltsov (9): Added Russian AZERTY phonetic variants Added de(pl) option Fixng the ISO 639-2 Code for the Uyghur keyboard layout [cn (ug)] Removing compose(ralt) Prerelease 2.13.99 support for arabic macintosh Typo fixed, closing tag Prerelease translation sync Release 2.14 Viatcheslav Kileev (1): symbols/ru: remove non-Mari letters from Mari layout and add the missing one
2015-01-28Revbump associated with ocaml 4.02.1jaapb1-1/+2
2015-01-27don't assume native python installation on Darwindbj2-1/+17
2015-01-27don't assume the native python on Darwindbj3-8/+24
ignore the mac qt distfile, which only differs in documentation
2015-01-27fix build on Darwindbj2-5/+40
2015-01-27fix build issue on Darwindbj2-1/+23
2015-01-27add PLIST for extra files installed on Darwindbj1-0/+3
2015-01-26Fix PLIST for gtk3 quartz-backendadam2-21/+25
2015-01-25utmpx change for FreeBSD broke NetBSD, so try to do the right thing andjoerg2-19/+34
always use it.
2015-01-24fixes DEPENDS pattern.obache1-2/+2
2015-01-23Don't depend on the optimizer inlining a function to get immediates injoerg2-1/+15
inline asm, clang 3.6+ explicitly checks and rejects this.
2015-01-22Update to 2.4.59:wiz3-8/+8
Adam Cheney (1): Add new DRM_MODE_CONNECTOR and _ENCODER defines Chris Wilson (1): intel: Avoid overcounting fences when emitting self-referential relocs Damien Lespiau (3): intel/skl: Add SKL PCI ids intel/skl: Add gen9 to the buffer manager init intel/skl: add gen9 to the CS decoding init Dave Airlie (1): radeon: align r600/700 fmask to 128 X blocks. Jasper St. Pierre (1): modetest: Use threads for cursors instead of SIGALRM Laurent Pinchart (1): modetest: Allocate dumb buffers with the correct bpp Maarten Lankhorst (2): only enable support for freedreno on arm automatically configure.ac: bump version to 2.4.59 for release Michel Dänzer (1): radeon: Always multiply pitch_bytes by nsamples, not by slice_pt Paulo Zanoni (1): tests: add proptest Rob Clark (6): freedreno: do handle lookup on handle and dmabuf import modetest: universal plane support modetest: alpha buffers update signed/object prop types configure/freedreno: make KGSL support optional configure/freedreno: enable freedreno by default Thierry Reding (6): libdrm: Add NVIDIA Tegra support tegra: Add simple test for drm_tegra_open() tegra: Add GET/SET_TILING IOCTLs tegra: Add SET/GET_FLAGS IOCTLs tegra: Implement drm_tegra_bo_{get,set}_flags() tegra: Implement drm_tegra_bo_{get,set}_tiling() Thomas Meyer (1): intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0 Ville Syrjälä (1): modetest: Print newline for empty blobs Zhenyu Wang (1): intel: Fix GTT entry setup for aub dump