summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ldjperkin2-4/+2
arguments, these are now handled globally by mk/platform/SunOS.mk
2014-08-25Update to 0.4.3:wiz2-6/+6
libxkbcommon 0.4.3 - 2014-08-19 ================== - Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent modifiers for some keymaps. https://github.com/xkbcommon/libxkbcommon/issues/9 - Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB PrivateAction's. - Modifiers are now always fully resolved after xkb_state_update_mask(). Previously the given state components were used as-is, without considering virtual modifier mappings. Note: this only affects non-standard uses of xkb_state_update_mask(). - Added a test for xkbcommon-x11, "x11comp". The test uses the system's Xvfb server and xkbcomp. If they do not exist or fail, the test is skipped. - Fixed memory leaks after parse errors in the XKB yacc parser. The fix required changes which are currently incompatible with byacc.
2014-08-25Add missing dependency on xrdb.obache1-2/+3
PR pkg/49100. Bump PKGREVISION.
2014-08-25Let xft to be optional.obache2-5/+11
PR pkg/49101.
2014-08-24Add QTDIR to CMAKE_PREFIX_PATH, so CMAKE finds qt5 when this bl3.mk iswiz1-1/+2
included.
2014-08-24Two more files are now installed. Bump PKGREVISION.wiz2-4/+5
2014-08-24Two more files are installed now. Bump PKGREVISION.wiz2-2/+5
2014-08-23Fix qmake to handle DESTDIR correctly.wiz3-8/+13
From Niclas Rosenvik. Bump PKGREVISION.
2014-08-23Fix qmake to handle DESTDIR during installation.wiz3-9/+15
From Niclas Rosenvik. Bump PKGREVISION.
2014-08-23SunOS needs explicit -lnsl and -socket as well as XPG6 for libptyttyrichard3-5/+16
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz86-172/+172
2014-08-22Fix linkage. For some reason, Qsci.so was not linked againstwiz1-2/+6
libqscintilla2, make it unusable by itself. Hardcode libqscintilla2 into LDFLAGS. Bump PKGREVISION.
2014-08-21Update to 2.8.3. Use Makefile.common of qt4-qscintilla.wiz3-21/+9
v2.8.3 3rd July 2014 - Added the QsciLexerCoffeeScript class. - Font sizes are now handled as floating point values rather than integers. - Bug fixes. 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-08-21Update to 2.8.3. Split off common parts with py-qt4-qscintilla intowiz4-22/+31
Makefile.common. v2.8.3 3rd July 2014 - Added the QsciLexerCoffeeScript class. - Font sizes are now handled as floating point values rather than integers. - Bug fixes. 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-08-21Update for py-sip-4.16/py-qt4-4.11 using patches from upstream git.wiz7-8/+155
2014-08-21Update to 4.11.1:wiz4-20/+16
v4.11.1 3rd July 2014 - Added the -tr-function, -trUtf8-function and -translate-function command line options to pylupdate4. - Bug fixes. v4.11 26th May 2014 - By default a Python slot is only invoked if the underlying C++ instance still exists. - Added the no_receiver_check argument to connect(). - Added support for Qt v4.8.6. - Added --target-py-version, --sysroot and --no-tools options to configure-ng.py. - Cross-compiling (specifically to iOS and Android when building against Qt v5) is now supported. - SIP v4.16 is now required. - Bug fixes. v4.10.4 14th March 2014 - Added the port of the webftpclient from Moritz Warning. - The --use-arch argument to configure.py can now be specified more than once. - Bug fixes. v4.10.3 21st August 2013 - Bug fixes.
2014-08-21Update to 4.16.2:wiz4-49/+36
v4.16.2 3rd July 2014 - Deprecated the %ConsolidatedModule directive as it won't be supported in SIP v5. - Bug fixes. v4.16.1 9th June 2014 - Bug fixes. v4.16 26th May 2014 - Added the /NoSetter/ variable annotation. - Added the -B option to sip. - Changed the handling of timelines (introducing a potential incompatibility) so that later versions of wrapped libraries can be wrapped so long as they are compatible with known versions. - Added support for the 'no_receiver_check' argument to connect() in PyQt v4.11. - Added the --configuration option to configure.py. - Added the --sysroot option to configure.py. - Added the --target-py-version option to configure.py. - Added the --no-tools option to configure.py. - Added the --use-qmake option to configure.py. - Bug fixes. v4.15.5 14th March 2014 - The use_arch argument of sipconfig.create_wrapper() can now specify a space separated set of architectures. - Bug fixes. v4.15.4 8th January 2014 - Added SIP_SSIZE_T_FORMAT to the C API. - Bug fixes (specifically for PyQt5). v4.15.3 16th October 2013 - Bug fixes (specifically for PyQtChart). v4.15.2 14th September 2013 - sipConvertToArray() will now optionally take ownership of the array memory. - Added support for char, unsigned char, short, int, float and double as array types. - Bug fixes. v4.15.1 23rd August 2013 - Fixes a regression in the handling of hidden virtual methods. v4.15 21st August 2013 - Added the call_super_init argument to the %Module directive to specify that classes should support cooperative multi-inheritance. - Added the %FinalisationCode directive. - Added the /Mixin/ class annotation. - Added the /NoScope/ enum annotation. - Added sipConvertFromNewPyType() to the C API. - Added sipConvertToArray() and sipConvertToTypedArray() to the C API. - Added sipRegisterProxyResolver() to the C API. - Bug fixes.
2014-08-21Remove py-qt3*, obsolete upstream and replaced by py-qt4*.wiz23-847/+1
Remove last three packages using py-qt3 as announced on pkgsrc-users.
2014-08-21Fix build on SunOS (needs explicit -lintl -lresolv, handle no sigsetmask()).jperkin3-2/+22
2014-08-21Fix build on SunOS (needs explicit -lX11 -lm).jperkin1-1/+2
2014-08-21Add fcntl.h for openat(). Might help build on NetBSD-6.wiz2-1/+17
2014-08-21Fix build on SunOS (needs explicit -lX11).jperkin1-1/+3
2014-08-21Fix build on SunOS (needs explicit -lm).jperkin1-1/+2
2014-08-20fix build on darwin, which does not install ↵dbj2-3/+10
include/wx-3.0/wx/unix/fswatcher_inotify.h see comments in wxWidgets-3.0.1/build/bakefiles/files.bkl for reasons
2014-08-19Don't test char16/char32 support as it isn't used.joerg3-1/+75
2014-08-19Mention how to use qt5 with cmake.wiz2-4/+6
From Niclas Rosenvik. Bump PKGREVISION.
2014-08-19When installing mkspecs using 'cp -R' specify what should happenwiz2-14/+6
to symlinks by adding '-L'. (The default is undefined per POSIX.) This way, SunOS and other opsys have the same PLIST and we don't have to care that buildlink3 doesn't symlink symlinks. Addresses https://mail-index.netbsd.org/tech-pkg/2012/01/21/msg008411.html Solution suggested by Niclas Rosenvik in private mail. Bump PKGREVISION.
2014-08-17Update to 1.0.1. No summary of changes found, git log atwiz2-7/+6
http://cgit.freedesktop.org/xorg/driver/xf86-video-ast/
2014-08-16Update mlterm to 3.3.8.tsutsui8-396/+10
pkgsrc changes: - remove post-3.3.7 fix patches Changes noted in doc/en/ReleaseNote: ver 3.3.8 * Support rectangle selection by pressing alt key while selecting. * Support DECDMAC/DECINVM. * Start scp by drag&drop a file with shift key to the screen on ssh connection. * Add --seqfmt/vt_seq_format option. * Read /dev/kbd on NetBSD/x68k framebuffer. * Add "Auto detect" entry to "Encoding" tab of mlconfig. * Add "Local echo" checkbox to "Others" tab in mlconfig. * Bug fixes: Fix weird background picture on NetBSD/x68k Text VRAM by unexpectedly cached pixels.
2014-08-14Fix ffmpeg detection.wiz3-3/+20
Bump PKGREVISION.
2014-08-13Fix build on NetBSD. Add missing libSM dependency. Sort dependencies.joerg4-16/+50
Bump revision.
2014-08-13Explicitly depend on Lua 5.1.joerg1-1/+4
2014-08-13Revbump after boost-libs updateadam2-4/+4
2014-08-13Fix pkg-config files (they contained duplicate lines, which madewiz1-2/+3
pkg-config fall over). From Niclas Rosenvik in private mail. Bump PKGREVISION.
2014-08-13PKGREVISION bump for xine-lib ffmpeg1->ffmpeg2 change.wiz1-2/+2
2014-08-12Update to 1.9.1:wiz4-117/+6
This release delivers several fixes & enhancements for the driver on Solaris & NetBSD, including absolute positioning improvements for both. Alan Coopersmith (4): Wrap some overly long lines Use asprintf (or Xprintf on old servers) instead of strdup+sprintf Update some outdated language in a comment on obsolete hardware xf86-input-mouse 1.9.1 Michael Thayer (2): Do not drop the result of protocol detection Make absolute input reporting in Solaris aware of resolution changes Patrik Jakobsson (1): Add AC_SYSTEM_EXTENSIONS to expose asprintf with GNU libc Thomas Klausner (4): Enable MSE_MISC on NetBSD as well. Make wsmouse (re-)init the version. For wsmouse, keep 3-button emulation status. Add support for absolute positioning (tablets).
2014-08-12Update x11/xscreensaver to 5.29.hauke8-37/+355
From the changelog: 5.29 * Downgraded to Xcode 5.0.2 to make it possible to build savers that will still run on 10.6 and 10.7. Sigh. * Updated `webcollage' for recent changes. 5.28 * Fixed some compilation problems and intermittent crashes. * Turned off the OSX 10.6 enable_gc hack. It didn't work. 5.27 * New hacks, `tessellimage' and `projectiveplane'. * Added support for pthreads, because Dave Odell is a madman. * Updated `webcollage' for recent changes. * Minor iOS tweaks to the `analogtv' hacks. * X11: Don't assume Suspend = 0 implies "No DPMS". * Minor updates to `boxed' and `klein'. * Fixed possible crash in `apple2', `noseguy', `xmatrix', `shadebobs'. * Fixed possible crash in OSX preferences. * OSX Performance improvements. * Plugged some leaks. 5.26 * More auto-updater tweaks. 5.25 * Try harder to bypass Quarrantine and Gatekeeper in OSX installer. * Some files were missing from the tarball. 5.24 * Added "Automatically check for updates" option on OSX. * Updated feed-loading for recent Flickr changes. * Updated `webcollage' for recent Google changes. * Added Instagram and Bing as `webcollage' image sources. * Updated to latest autoconf. * Bug fixes. 5.23 * New hack, `geodesic'. * iOS and OSX: huge XCopyArea performance improvements. * More heuristics for using RSS feeds as image sources. * Improved Wikipedia parser. * Updated `webcollage' for recent Flickr changes. * Added Android to `bsod'. * OSX: Added a real installer. * iOS and OSX: fixed a font-metrics bug. * iOS: Fixed aspect ratio bug in non-rotating apps when launched in landscape mode. * Made `quasicrystal' work on weak graphics cards. * iOS: fixed `ifs'. * Better compression on icons, plists and XML files: smaller distribution and installation footprint. * Reverted that DEACTIVATE change. Bad idea. * `Phosphor' now supports amber as well as green.
2014-08-11Switch to ffmpeg1 instead of ffmpeg.wiz2-5/+4
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
2014-08-11http://www.kde.org/info/security/advisory-20140730-1.txtmarkd3-4/+57
2014-08-11Fix display of interlaced gifs with giflib5markd1-2/+18
2014-08-10Add a patch in the hope it fixes the build with clang.wiz2-1/+19
Still builds with gcc.
2014-08-10Fix previous.wiz1-2/+2
2014-08-10Include libexecinfo/bl3.mk on Darwin, Linux, and NetBSD.wiz1-1/+5
(Compare x11/qt5-qtbase/patches/patch-qtwebkit_Source_WTF_wtf_Assertions.cpp) From Niclas Rosenvik in PR 48609. Bump PKGREVISION.
2014-08-10Add 2560x1440 to supported resolutions.wiz3-3/+22
Native resolution on iMac 27". Reported missing by Benjamin Lorenz in PR 49094. Bump PKGREVISION.
2014-08-09+ xtruss.wiz1-1/+2
2014-08-09Import xtruss-10030 as x11/xtruss.wiz4-0/+42
Any programmer accustomed to writing programs on Linux or System V-type Unixes will have encountered the program variously known as strace or truss, which monitors another program and produces a detailed log of every system call the program makes - in other words, all the program's interactions with the OS kernel. This is often an invaluable debugging tool, and almost as good an educational one. When it's a GUI program (or rather, the GUI-related behaviour of a program) that you want to understand or debug, though, the level of interaction with the OS kernel is rarely the most useful one. More helpfully, one would like to log all the program's interactions with the X server in the same way. This package provides xtruss, an X protocol loggers. It has a command-line syntax similar to strace in its default mode, you just prefix "xtruss" to the same command line you would have run anyway and its output format is also more like strace, putting requests and responses on the same line of output where reasonably possible.
2014-08-08Reset PKGREVISION for gst-plugins1* update to 1.4.0.wiz1-2/+1
2014-08-05Update to 1.11:wiz3-9/+12
Not only is there a new xcb-proto release, but we now also have libxcb 1.11. This fixes some bugs that we had, e.g. with 64 bit fields and the present extension. Changes: Alan Coopersmith (2): Document failure modes of xcb_connect*() functions Fix typos & awkward wording in tutorial Alexander Mezin (1): xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t Daniel Martin (1): Handle <pad align="n" /> between lists Gaetan Nadon (11): autoconf: use XORG_DEFAULT_OPTIONS autoconf: use the warning variables from xorg autoconf: AC_INIT: add bug url autoconf: comment and layout the initialization section autoconf: require libtool minimum level 2.2 autoconf: fix warning by replacing deprecated AC_HELP_STRING autoconf: use default xorg configuration for doxygen documentation autoconf: replace all tabs with spaces man: build static man pages using xorg patterns generated man pages: build without hard coded extension generated man pages: use xorg footer and no hard coded extension Jeremy Huddleston Sequoia (2): xcb_open: Minor code cleanup for better readability xcb_open: Improve abstraction for launchd secure sockets Keith Packard (4): Only #include directly referenced module header files Validate .pc file Requires lines Update .pc file Requires lines to express full dependencies Ensure xcb owns socket and no other threads are writing before send_request Kenneth Graunke (1): Force XCB event structures with 64-bit extended fields to be packed. Michael Haubenwallner (1): bug#79986: include system headers early Peter Harris (1): Support <pad align="n" /> Ran Benita (8): Add comments about how _xcb_conn_ret_error() works c_client.py: remove useless 'today' variable c_client.py: remove trailing whitespace c_client.py: prefix all monkey-patched fields with c_ c_client.py: make the man page output deterministic c_client.py: remove useless generated comments c_client.py: remove trailing whitespace from generated files c_client.py: remove more trailing space from generated files Uli Schlachter (6): Remove tabs and trailing whitespaces xcb_disconnect(): Fix leak with error connections Make xcb_disconnect(NULL) safe Add doxygen documentation to functions in xcbext.h Bump xcb-proto requirement to 1.11 Release libxcb 1.11
2014-08-05Update to 1.11, to match xcb-proto.wiz2-8/+7
2014-08-05Update to 1.11:wiz2-6/+6
Hi everyone, once again we have a new xcb-proto release. And as always, this is mostly minor bug fixes and things that libxcb 1.11 will need. Thanks to everyone involved! Changes: Daniel Martin (9): xv: Add align. pad in struct AdaptorInfo xproto: Fix EnterNotify documentation schema: Set default attribute values schema: Add attribute 'name' to <fd> schema: Remove dec-or-hex-integer and hex-integer type schema: Restricted enum item values xinput: Add missing pad in DeviceResolutionCtl xinput: Add missing pad in XIChangeHierarchy xkb: Add missing modLatches as comment to LatchLockState Keith Packard (1): Also track directly imported modules in a separate list Peter Harris (4): Track pad count at the module level Support <pad align="n" /> xkb: Use <pad align="4" /> in GetMap xkb: Fix use of nKTLevels Ran Benita (1): Add <fd> to xml-xcb.txt Robert Ancell (1): dri2: Add notes on lists that should be linked to their length fields but are not. Uli Schlachter (1): Release xcb-proto 1.11 Vincent W. Chen (2): Remove extraneous spaces between <value> tags xprint: Fix <field type="STRING8"> in PrintGetAttributes reply