summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2017-09-010.8.1:adam2-7/+7
Rolled back breaking change in randomize_nb_elements.
2017-09-01Replace patch with correct upstream fix.wiz3-6/+7
Bump PKGREVISION.
2017-08-31Update ruby-simplecov to 0.15.0.taca3-11/+14
0.15.0 (2017-08-14) ([changes](https://github.com/colszowka/simplecov/compare/v0.14.1...v0.15.0)) ======= ## Enhancements * Ability to use regex filters for removing files from the output. See [#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel) ## Bugfixes * Fix merging race condition when running tests in parallel and merging them. See [#570](https://github.com/colszowka/simplecov/pull/570) (thanks @jenseng) * Fix relevant lines for unloaded files - comments, skipped code etc. are correctly classigied as irrelevant. See [#605](https://github.com/colszowka/simplecov/pull/605) (thanks @odlp) * Allow using simplecov with frozen-string-literals enabled. See [#590](https://github.com/colszowka/simplecov/pull/590) (thanks @pat) * Make sure Array Filter can use all other filter types. See [#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel) * Make sure file names use `Simplecov.root` as base avoiding using full absolute project paths. See [#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
2017-08-31Update ruby-simplecov-html to 0.10.2.taca2-7/+7
0.10.2 2017-08-14 ======== ## Bugfixes * Allow usage with frozen-string-literal-enabled. See [#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
2017-08-31Update ruby-rspec-rails to 3.6.1.taca2-8/+7
### 3.6.1 / 2017-07-25 [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.6.0...v3.6.1) Bug Fixes: * Prevent "template not rendered" log message from erroring in threaded environments. (Samuel Cochran, #1831) * Correctly generate job name in error message. (Wojciech Wnętrzak, #1814)
2017-08-31Update ruby-pkg-config to 1.2.7.taca2-7/+7
== 1.2.7 - 2017-08-16 === Improvements * Improved Homebrew repository detection. [Reported by Wyatt Kirby] === Thanks * Wyatt Kirby == 1.2.6 - 2017-08-13 === Improvements * Improved Homebrew repository detection. == 1.2.5 - 2017-08-10 === Improvements * Supported Homebrew bundled .pc files. [GitHub:rcairo/rcairo#49][Reported by choboy11] === Thanks * choboy11 == 1.2.4 - 2017-08-07 === Improvements * Added `pkg-config` 0.29 or later compatible result support. [GitHub#13][Reported by HIGUCHI Daisuke] * test: Updated expected value for the latest cairo. [GitHub#14][Patch by HIGUCHI Daisuke] === Thanks * HIGUCHI Daisuke
2017-08-31Update ruby-mocha to 1.3.0.taca3-9/+10
## 1.3.0 * Ensure all tests run individually - thanks to @chrisroos (#267) * Update Travis CI build status badge to show master branch status (#264) * Correct RSpec section of the README - thanks to @myronmarston (0cc039c8) * Fix pretty printing of quotes in `String#mocha_inspect` (#215 & #223) * Add release instructions to README - thanks to @chrisroos (70a5febd & 3c664df7) * Require at least Ruby v1.8.7 in gemspec - thanks to @knappe (3e20be8e) * Remove redundant InstanceMethod#method_exists? - thanks to @chrisroos (8f58eddf) * Reduce risk of hitting bug 12832 in Ruby v2.3 - thanks to @chrisroos (#277 & eca7560c) * Fix JRuby build - thanks to @headius (jruby/jruby#4250) & @chrisroos (#274) * Add latest stable version of JRuby to Travis CI build matrix (#288) * Fix Ruby v1.8.7 builds on Travis CI (928b5a40 & 460dce5b) * Deprecate passing block to mock object constructor (#290) * Add a known issue to README for Ruby bug 12876 (#276) * Add Ruby 2.4 and ruby-head to Travis CI build matrix - thanks to @junaruga (#297) * Fix `Mocha::ParameterMatchers#includes` for `Array` values - thanks to @timcraft (#302) * Use faster container-based virtual environments for Travis CI builds (#305) * Rename `Mocha::ParameterMatchers::QueryStringMatches` to `QueryString` (#306) * Handle blank parameter value for query string matcher - thanks to @weynsee (#303 & #304) * Rename `Mocha::ParameterMatchers::QueryString` -> `EquivalentUri` (#307) * Use `do ... end` instead of `{ ... }` in acceptance tests - thanks to @chrisroos (#294)
2017-08-31Update ruby-byebug to 9.1.0.taca3-8/+9
## 9.1.0 - 2016-08-22 ### Added * Better UI messages for breakpoint management. ### Fixed * `where` command failing on instance_exec block stack frames. * `restart` command crashing in certain cases because of a missing `require 'English'` (#321, @akaneko3). * `restart` command crashing when debugged script is not executable or has no shebang (#321, @akaneko3). ### Removed * Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.
2017-08-310.8.0:adam3-8/+17
Add identity_card_number for pl_PL person provider. More descriptive error message when a formatter is not found. Add time_series provider. Add per-instance seeding via .seed_instance method. Fix tz_TW address provider.
2017-08-312.8.14:adam2-7/+9
Bug fixes.
2017-08-311.3.0:adam2-7/+7
Don’t suppress nested exception on timeout. Exception context points on cancelled line with suspended await Introduce .timeout property Add methods for using as async context manager
2017-08-31Meson is python-3.x only, mark it in build.mk as well.wiz1-1/+3
2017-08-30Update to 2.0.4. From the changelog:schmonz3-25/+7
* Fix integer overflow in bidi.c/_isBidi() * Fix integer overflow in puny_decode.c/decode_digit() * Improve docs * Fix idna_free() to idn_free() * Update fuzzer corpora Use the .tar.gz distfile again, for the moment, to work around https://github.com/jmmv/pkg_comp/issues/24 ("can't extract distfiles with EXTRACT_SUFX=.tar.lz").
2017-08-30Update protobuf-c to 1.3.0wiedi4-28/+9
protobuf-c (1.3.0) [ Robert Edmonds ] * Release 1.3.0. * Add test case for the issue in #220 (#254). * Fix issue #251, "Bad enums with multiple oneofs" (#256). * Add warning flags to my_CFLAGS (#257). * Fix namespace errors when compiled with latest protobuf (#280). * Bump minimum required header version for proto3 syntax (#282). [ Paolo Borelli ] * Turn the compiler into a protoc plugin (#206). This allows the protobuf-c compiler to be invoked as "protoc --c_out=...". For backwards compatibility, we still ship a protoc-c command, but it's a symlink to the protoc-gen-c binary. * proto3 support (#228). * Remove leftover FIXME comment (#258). * Fix proto3 "is zeroish" evaluation (#264). * Small cleanup in oneof handling (#265). * Rework is_zeroish one more time (#267). * proto3: make strings default to "" instead of NULL (#274). [ Tomek Wasilczyk ] * Fix -Wsign-compare warnings (#213). * Fix ISO C90 -Wdeclaration-after-statement warnings (#214). * Fix bigendian -Wunused-label warning (#215). [ Ilya Lipnitsky ] * protoc-c/c_message.cc: Force int size on oneof enums (#221). Fixes wrong enum generation and handling for onceof cases (#220). [ Adnan ] * Fix cmake build if built as part of an external project (#231). [ Gregory Detal ] * Remove .pb.{cc,h} in distdir instead of top_distdir in order to prevent removing files from other projects when protobuf-c is included as an autotools subproject (#232). [ Ben Farnham ] * Relax autoconf constraint from v2.64 to v2.63 so that it works on older Linux distros (#233). [ Thomas Köckerbauer ] * rm argument fix for Solaris (#234). * Add 'const' qualifier to 'init_value' variable in generated files (#236). [ Richard Kettlewell ] * Document and extend the effect of passing NULL to ..._free_unpacked functions (#255). [ Alex Milich ] * CMake: Workaround for static builds that use MSVC (#243). [ Josh Junon ] * CMake: Allow protobuf-c to be included via include_subdirectory (#245). [ Alexei Kasatkin ] * CMake: Windows fixes (#266).
2017-08-30Update slibtool to 0.5.17wiedi2-7/+7
0.5.17: This patch release fixes a subtle bug in the newly added support for packages that depend on the reordering of linker arguments. 0.5.16: This patch release fixes a subtle bug in slibtool-shared's generation of dependency lists when creating convenience library archives. Beginning with this release, the mesa package can be built with slibtool in its entirety. - slibtool-shared: properly handle .la arguments when creating an archive. - slbt_exec_link_create_dep_file(): properly initialize and track fdeps. 0.5.15: This patch release provides seamless support for the building of packages which rely on the ordering of linker arguments. With slibtool, reordering takes place only when deemed necessary. - link mode: support packages that rely on argument reordering. - error trace: remove and fix inadvertent calls to strerror(3). 0.5.14: This patch release provides several fixes at the driver level, as well as several improvements to slibtool's own internals. Addition of extended variable support to slibtool's ./configure now makes it fully compatible with (distro) build systems that pass those variable to ./configure by default. - link mode: fix fdepfile construction when determining dynlib dependency. - link mode: static archives: always have ar(1) act as ranlib(1). - driver: refine handling of --target. - build system: added extended dir variables.
2017-08-29Honor LDFLAGS.wiz3-17/+25
Remove some old workarounds. Bump PKGREVISION.
2017-08-29Update dconf-editor to 3.22.3prlw12-11/+10
Highlight: The UI has completely evolved, into an all-in-one-window. That permits notably a "delay mode" in which multiple changes are applied at the same time (only schema by schema when there're some, and other keys via a DConfChangeset). Keys without schema can also be deleted now.
2017-08-29Mark as only for python-3.x.wiz1-1/+3
2017-08-29+ py-pathlib.wiz1-1/+2
2017-08-29Import py-pathlib-1.0.1 as devel/py-pathlib.wiz4-0/+39
Packaged for wip by Kamel Ibn Aziz Derouiche and myself. pathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects: - No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls - Embodies the semantics of different path types. For example, comparing Windows paths ignores casing - Well-defined semantics, eliminating any warts or ambiguities (forward vs backward slashes, etc.)
2017-08-28Update devel/py-argcomplete to 1.9.2.fhajny3-8/+11
- Add SuppressCompleter to skip completion for specific arguments while allowing help text - Redirect all output to debug stream in debug mode - Complete python -m module
2017-08-27Update libpeas to 1.20.0prlw12-8/+7
Overview of Changes in libpeas 1.20.0 ==================================== * Translation updates: - British English - Friulian - Hebrew - Occitan - Polish - Portuguese
2017-08-27Release 1.0.2:adam2-8/+9
This is another minor bug-fix release in the 1.0.x series; see release 1.0 for details. This release addresses the following issues: * Fixed bug 194 “Build with --enable-docs” * Updated documentation.
2017-08-273.22.0:adam3-14/+17
This release provides what should be a substantial performance improvement to numpy arrays generated using provided numpy support, and adds a new fill_value argument to arrays() to control this behaviour.
2017-08-275.0.1:adam3-20/+16
This bugfix release fixes several issues, most of which are obscure enough that typical applications are not impacted. Bug fixes: Update decay->nunpurged before purging, in order to avoid potential update races and subsequent incorrect purging volume. Only abort on dlsym(3) error if the failure impacts an enabled feature (lazy locking and/or background threads). This mitigates an initialization failure bug for which we still do not have a clear reproduction test case. Modify tsd management so that it neither crashes nor leaks if a thread's only allocation activity is to call free() after TLS destructors have been executed. This behavior was observed when operating with GNU libc, and is unlikely to be an issue with other libc implementations. Mask signals during background thread creation. This prevents signals from being inadvertently delivered to background threads. Avoid inactivity checks within background threads, in order to prevent recursive mutex acquisition. Fix extent_grow_retained() to use the specified hooks when the arena.<i>.extent_hooks mallctl is used to override the default hooks. Add missing reentrancy support for custom extent hooks which allocate. Post-fork(2), re-initialize the list of tcaches associated with each arena to contain no tcaches except the forking thread's. Add missing post-fork(2) mutex reinitialization for extent_grow_mtx. This fixes potential deadlocks after fork(2). Enforce minimum autoconf version (currently 2.68), since 2.63 is known to generate corrupt configure scripts. Ensure that the configured page size (--with-lg-page) is no larger than the configured huge page size (--with-lg-hugepage).
2017-08-27Build shared library fixadam2-5/+6
2017-08-26Correct DESCRadam1-1/+1
2017-08-26Added devel/boost-mpiadam1-1/+2
2017-08-26Updated devel/p5-Devel-Size to 0.81mef2-8/+7
----------------------------------- 0.81 2015-08-05 nicholas [no changes] 0.80_50 2017-06-21 nicholas * Attempt to fix strange 1 == 1 failures on some older threaded perls.
2017-08-26Updated devel/p5-Devel-PartialDump to 0.20mef2-9/+8
------------------------------------------ 0.20 2017-07-06 04:34:59Z - fix tests on Carp <1.25 (Paul Howarth, PR#1) 0.19 2017-07-03 20:24:01Z - remove use of Test::Warn in tests (pkgsrc changes) -Switch BUILD_DEPENDS as: -BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
2017-08-26Updated devel/p5-Devel-FindRef to 1.45mef2-11/+8
-------------------------------------- 1.45 Fri Jun 23 20:27:07 CEST 2017 - port to 5.22 and maybe later versions, mostly based on the patch by Cindy Wang. - added t/02_array_hash_weaken.t test case by Cindy Wang. - bumped minimum version to 5.008003. - added Canary::Stability, so minimum version doesn't keep it from compiling with older versions. (pkgsrc changes) +DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability -# see https://rt.cpan.org/Public/Bug/Display.html?id=101077 -BROKEN= Broken with perl-5.22.
2017-08-26Updated devel/p5-Devel-CheckLib to 1.11mef2-8/+7
--------------------------------------- 1.11 2017-05-23 Prevent concatenation warnings when LD_RUN_PATH is undefined.
2017-08-26- revert following line, thanks joerg@mef1-1/+2
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
2017-08-25Add missing build dependency.joerg1-1/+2
2017-08-250.42.0:adam3-12/+60
* Distribution tarballs from Mercurial repositories * Keyword argument verification * Add support for Genie to Vala compiler * Pkgconfig support for additional cflags * Base options accessible via get_option() * Allow crate type configuration for Rust compiler * Simultaneous use of Address- and Undefined Behavior Sanitizers * Unstable SIMD module * Import libraries for executables on Windows * Added build_rpath keyword argument * Vulkan dependency module * Limiting the maximum number of linker processes * Disable implicit include directories * Support for MPI dependency * Allow excluding files or directories from install_subdir * Make all Meson functionality invokable via the main executable * Pcap dependency detector * GNOME module mkenums_simple() addition
2017-08-25Version 1.0.1adam2-7/+7
- Fixed bug 193 1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule' - Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution
2017-08-25Improve COMMENT lines and satisfy pkglint.jperkin24-49/+48
2017-08-25Remove trailing empty lines.jperkin60-120/+60
2017-08-25Fix formatting of go DESCR files. Some of the contents still leave a lot to bejperkin23-54/+124
desired.
2017-08-25Update accerciser3 to 3.22.0prlw13-37/+12
What's New ========== - Added AppData file - Better fix for #709122 - Fix schema translations - Provide a symbolic variant of the app icon - Remove reference to icons/HighContrast/Makefile - Preference dialog right resizable - Bringing the rsvg-based highlight feature back - Allow interface viewer states to fill horizontally Contributors: Daniel Mustieles, Matthias Clasen, Jakub Steiner, Javier Jardón, Joseph Scheuhammer, Richard Hughes and Javier Hernández. New And Updated Translations (lots)
2017-08-25Update libwnck3 to 3.24.1prlw12-10/+9
============== Version 3.24.1 ============== Fixes * Fixed regression causing not working pin window (Marco Trevisan) * Fixed Localedir (Alberts Muktupāvel) ============== Version 3.24.0 ============== Fixes * bump GTK+ required version to 3.22.0 * Various refactoring to remove deprecated code (Alberts Muktupāvel) * Add an option to disable the tasklist scroll event (Moritz Bruder) * Add wrap-on-scroll option for WnckPager widget (Moritz Bruder) * wnck-image-menu-item: fix memory leak (Alberts Muktupāvel) Translators * Baurzhan Muftakhidinov (kk) * Inaki Larranaga Murgoitio (eu) * Piotr Drąg (pl) CVs: please use "PR category/123" to have the commitmsg appended to PR 123
2017-08-25Update py-at-spi2 to 2.24.0prlw12-7/+7
What's new in pyatspi 2.24.0: * Fix an invalid escape sequence. * Rename enum class to atspienum to avoid name conflict; fixes build with python 3.6.
2017-08-25Update py-gobject3 to 3.24.1prlw12-7/+7
3.24.1 10-Apr-2017 - pygi-info: initialize GIArgument before passing it to g_constant_info_get_value (Christoph Reiter) (#772949) - configure.ac: post-release version bump to 3.24.1 (Christoph Reiter) 3.24.0 20-Mar-2017 - configure.ac: pre-release version bump to 3.24.0 (Christoph Reiter) 3.23.92 13-Mar-2017 - overrides: Update for Gdk-4.0 and Gtk+-4.0 (Fabian Orccon) (#777680) - Disable -Werror=missing-prototypes (Christoph Reiter) (#777534) - Fix new PEP8 errors (Christoph Reiter) (#776009) - Move pep8/pyflakes tests from 'make check' to 'make check.quality' (Christoph Reiter) (#764087) - overrides: Update for Gtk-4.0 (Christoph Reiter) (#773315) - Handle exception unreffing Variant at exit (Dan Nicholson) (#776092) - Handle multiple deinit of callable cache (Dan Nicholson) (#776092) - configure.ac: post-release version bump to 3.23.0 (Christoph Reiter)
2017-08-25Update at-spi2-core to 2.25.1prlw12-7/+9
This has several fixes which aren't in the "stable" 2.24.1 What's new in at-spi2-atk 2.25.1: * Fix position getter for table cells. * Fix memory corruption when deleting an event from the list of events for which there are registered listeners (bgo#781658). What's new in at-spi2-atk 2.24.0: * test: remove atk_table_cell_get_column_index test, as the at-spi2-core function no longer exists (and never worked anyhow).
2017-08-25Update at-spi2-core to 2.25.91prlw15-51/+23
This has several fixes which aren't in the "stable" 2.24.1 What's new in at-spi2-core 2.25.91: * Meson builds should now be usable. What's new in at-spi2-core 2.25.90: * Fix a couple of introspection issues (bgo#784481). * atspi_get_a11_bus: don't leak the DBusConnection. * Meson fixes. What's new in at-spi2-core 2.25.4: * Fix gir generation with autotools (bgo#783994). What's new in at-spi2-core 2.25.3: * Fix -Wmisleading-indentation warnings. * Fix memory leak of at-spi-bus-launcher. * Add error-message, error-for, details, and details-for relation types. * Poll direct dbus connections in the main loop--fixes processes being marked hung and the hung flag never being removed. * Add Meson build system (thanks to Emmanuele Bassi). * Various build fixes (thanks to Emmanuele Bassi). What's new in at-spi2-core 2.25.2: * attempt to fix an occasional crash when an application disappears (bgo#767074). * Add some missing roles to correspond with atk (description list, description term, description value, and footnote). What's new in at-spi2-core 2.25.1: * atspi_table_cell_get_position: don't crash on error. What's new in at-spi2-core 2.23.92: * Table cell API fixes (bgo#779835). What's new in at-spi2-core 2.23.90: * Fix an occasional crash when an application is closed (bgo#767074). What's new in at-spi2-core 2.23.4: * Don't pull in X headers if x11 is disabled (bgo#773710). * at-spi-bus-launcher: session management fixes (bgo#774441). * events: add recently added page changed event (bgo#719898). * roles: EXTENDED roles are deprecated (bgo#W720123).
2017-08-25Update gobject-introspection to 1.52.1prlw12-8/+8
Highlights: - gir: Update annotations from GLib - g-ir-scanner: document GI_SCANNER_DEBUG in man page - g-ir-scanner: fix wrong order of -L options in libtool invocation - scanner: Add a way to specify extra libraries to link against
2017-08-25Don't set _XOPEN_SOURCE_EXTENDED unconditionally on SunOS as it breaksjperkin1-1/+3
packages that require C99 which it conflicts with.
2017-08-25Update to 0.10.7 for installation fix (again)adam3-26/+7
2017-08-25Snappy 1.1.7adam4-21/+22
Improved CMake build support for 64-bit Linux distributions. MSVC builds now use MSVC-specific intrinsics that map to clzll. ARM64 (AArch64) builds use the code paths optimized for 64-bit processors.
2017-08-25Release 1.4.18:adam6-47/+49
* Diagnose --word-regexp as unsupported if it was not configured. * Preliminary support for OS/2. * A number of portability improvements inherited from gnulib.