Commit graph

1921 commits

Author SHA1 Message Date
taca
4df2998dc5 meta-pkgs/php71-extensions: add php-sqlite3
Add php-sqlite3 to php71-extensions.

Bump PKGREVISION.
2018-12-09 16:19:22 +00:00
taca
f8d457ab64 meta-pkgs/php70-extensions: add php-sqlite3
Add php-sqlite3 to php70-extensions.

Bump PKGREVISION.
2018-12-09 16:19:00 +00:00
taca
761b8c460f meta-pkgs/php56-extensions: add php-sqlite3
Add php-sqlite3 to php56-extensions.

Bump PKGREVISION.
2018-12-09 16:18:25 +00:00
wiz
dde703fad3 boost-headers: do not generate user.hpp during configure.
Use the pregenerated file instead.
The configure step is only intended to be used as a base
when porting to new platforms, and as-is it didn't use the
same flags that were used in other places.

See https://github.com/boostorg/config/issues/240 for more details.

Bump PKGREVISION.
2018-12-02 14:32:17 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
tsutsui
ce3ebf8459 ruby-gnome2: update to 3.3.0.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.0: 2018-10-31

This is a release for fixing memory leak bugs of cairo-gobject,
improving macOS support and adding support for GEGL.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Added support for the same constant name and class name for error.

  * Fixes

    * Fixed wrong constant values:

      * (({GLib2::MINLONG}))

      * (({GLib2::MAXLONG}))

      * (({GLib2::MAXULONG}))

      * (({GLib2::MINUINT64}))

      * (({GLib2::MAXSIZE}))

      * (({GLib2::MINFLOAT}))

      * (({GLib2::MINDOUBLE}))

      [GitHub#1244][Reported by cobodo]

==== Ruby/CairoGObject

  * Fixes

    * Fixed a memory leak.
      [GitHub#1232][Reported by Jean-Christophe Le Lann]

    * Stopped to increase needless reference.
      [GitHub#1079][Reported by noanoa07]

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for transfer full output parameter.

  * Fixes

    * Fixed a bug that class method closure doesn't work.
      [GitHub#1245][Reported by kojix2]

==== Ruby/GdkPixbuf2

  * Improvements

    * (({GdkPixbuf::Pixbuf.new})): Added support for auto row stride
      detection for (({[Integer]})) data.

==== Ruby/Pango

  * Improvements

    * Made test more robust.
      [GitHub#1239][Reported by Michael Hudson-Doyle]

==== Ruby/GTK3

  * Improvements

    * Improved backward compatibility for (({Gtk::ListStore#set_column_types})).
      [GitHub#1240][Reported by Edward Hennessy]

  * Fixes

    * Fixed wrong size used bug on HiDPI.
      [GitHub#1079][Reported by noanoa07]

==== Ruby/Poppler

  * Improvements

    * Added support for Popper 0.70.0.

==== Ruby/GEGL

  * Improvements

    * Added.

=== Thanks

  * Jean-Christophe Le Lann

  * Michael Hudson-Doyle

  * Edward Hennessy

  * cobodo

  * kojix2

  * noanoa07
2018-11-01 14:22:58 +00:00
taca
47aadf51f4 meta-pkgs/bulk-medium: update to 20180924
- bind99
+ bind911 and bind912
2018-09-24 01:26:50 +00:00
taca
feda1ff2f0 meta-pkgs/ruby-shoulda: update ot 3.6.0
* Convert RSpec tests to Minitest
* Appraisal::File is now Appraisal::AppraisalFile
* Switch to last released version for Rails 4.2.
2018-09-23 15:18:53 +00:00
jperkin
b9bc46cd8d boost: The tarball contains files with spaces, use -print0. 2018-09-07 10:03:45 +00:00
bsiegert
f723704e22 GNOME 2 needs libgnomekbd2, not 3.
Patch by Benjamin Lorenz in PR pkg/53554.

Bump revision.
2018-09-02 14:14:12 +00:00
leot
dd64b695ca boost: Use XARGS instead of -exec of FIND to properly address PR pkg/53543
This should properly fix PR pkg/53543 (also remove the big `XXX'
comment, this is a proper solution to the problem).

Thanks to <joerg> for suggesting that!
2018-09-02 12:53:36 +00:00
leot
4dff2923d0 boost: Revert -r1.74 in order to avoid PR pkg/53543
At least devel/boost-libs can fail due an `Argument list too long' due the use
of `+' in ${FIND}. Revert -r1.74 in order to use `\;' instead (and add a big XXX
comment regarding that).
2018-09-01 21:21:46 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
0250020153 *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
adam
912630b71f boost: updated to 1.68.0
1.68.0:
New Libraries
YAP:
An expression template library for C++14 and later, from Zach Laine.

Updated Libraries
Beast:
This version fixes a missing executor work guard in all composed operations used in the implementation. Users who are experiencing crashes related to asynchronous completion handlers are encouraged to upgrade.
For a complete list of changes, please view the official Release Notes.
Context:
78: Linker error with context-impl=ucontext: multiple definition of boost::context::detail::current_rec
Coroutine2:
14: crash while stack unwinding
18: some guidance on why to use coroutine2
20: failes to compile test in due to the error C2039
22: undefined behaviour documentation
Fiber:
170: buffered_channel::try_push has incorrect documentation
172: WIN64: 'invalid conversion from 'HANDLE' to 'std:🧵:native_handle_type' errors for builds using mingw-w64
175: throw exception "Operation not permitted"
NUMA support moved to extra library (fiber-numa); enabled via property numa (numa=on)
Fusion:
Added a workaround for ambiguous call of fusion::deque constructor on GCC 4.4/c++0x
Fixed a bug with C-style array
Fixed a fusion::for_each signature to take functor by value
This may break existing code with non-copyable (non-movable) functor, but the implementation wasn't correct for a long time; the documantation was correct from the first. So, please make sure your usage.
Fixed unintentional MPL placeholder substituion bug on fusion::transform.
Moved description, how to conform Fusion sequence as MPL sequence, to mpl section.
Added notes regarding IO facility for adapted type.
Geometry:
Improvements
469 Horizontal grid shift (nadgrids) in SRS transformations (undocumented for now due to potential interface changes).
478 Box-Segment distance for spherical and geographic coordinate systems.
487 Missing combinations of geometries in distance for spherical and geographic cs
489 Additional direct geodesic problem formulas for internal use
Solved issues
470 Assertion failure with short spherical and geographic segments.
471 Invalid envelope of spherical polygon
498 Unexpected results with expand() and make_inverse() for spherical and geographic CS
Bugfixes
488 Handle non-true-references in closing_iterator and ever_circling_range_iterator
495 VxWorks 7 cross-compilation issue.
GIL:
The I/O extensions have been entirely rewritten.
The library now requires a C++11-compliant compiler.
Documentation has been reformatted and updated.
Graph:
Conditionally replace deprecated/removed C++98 std::bind1st by std::bind, std::auto_ptr by std::unique_ptr, and std::random_shuffle by std::shuffle.
Fix compiler error with release builds on VS2015
Fix the Stanford GraphBase examples
Fix friend declarations for iterator_core_access
Add missing <boost/iterator.hpp> include
Avoid an unused variable warning
Fix some typos in documentation
Fix some issues in tests and examples
Lexical Cast:
Fixes for clang-tidy warnings 12092
Log:
Improved support for VxWorks.
Save and restore ebx register on x86 PIE targets in the dump stream manipulator implementation.
Math:
Support for arbitrary precision complex valued quadrature and hence contour integration
Improve performance of polynomial addition
Math:
Continue to improve numerical integration routines, and in particular add support for contour integrals.
Improve accuracy of erfc function's rational approximations.
Multi-index Containers:
Containers of moveable but non-copyable elements can now be serialized (ticket 13478). Thanks to Sébastien Paris for the report.
multi_index_container's default constructor is no longer explicit (ticket 13518).
Multiprecision:
Support for multiprecision complex numbers
Multiprecision:
Support added for complex multiprecision numbers.
Changed conversion to unsigned integer types to be truncating to match standard defined behaviour.
Correct bug in MPFR string formatting.
Fix undefined behaviour in cpp_dec_float conversion from long long.
Add support for Eigen interoperability.
float128.hpp: Fix Intel on Windows build.
Fix type used in temporaries when expanding expression templates containing mixed expressions.
Fix infinite loop in gmp_float to fixed-point string conversion.
Update the expression templates to issue static_asserts with better error messages when you try and do something unsupported.
Fix bug in cpp_int where incrementing to zero doesn't set the sign correctly.
Remove erroneous use of std::move, and rely on NVRO instead.
Fix up support for changes to MPIR-3.0.
Fix various conversion errors in cpp_bin_float when the exponent type is a long long, or else we're converting to an integer that is wider than we are.
Fix compatibility issue with GCC-8 caused by the introduction of std::byte.
Optional:
Added member function has_value() for compatibility with std::optional (issue 52).
Added member function map() for transforming optional<T> into optional<U> using a function of type T -> U.
Added member function flat_map() for transforming optional<T> into optional<U> using a function of type T -> optonal<U>.
Predef:
Add support for __ARM_ARCH macro.
Add detection for PTX architecture.
Add nvcc compiler detection.
Add support for detecting CUDA.
Remove reference to obsolete BOOST_ARCH_AMD64.
Program Options:
Support for multiple long names for an option, thanks to Eyal Rozenberg
Python:
Bug fixes to correct autolink support (Windows)
Rational:
Fixed undefined behavior in normalize()
System:
Add constexpr to error_code and error_condition members under C++14 and above
Signals:
Removal Notice: Boost.Signals will be removed in the next release. Boost.Signals was deprecated in version 1.54.0. Transition to Boost.Signals2 now to avoid disruption.
Stacktrace:
Fixed compilation on Solaris and other platforms that do qualify address as const in dladdr function (github 54).
Dropped dependency on Boost.LexicalCast.
Test:
Boost.test v3.8 see the Changes log for more details.
Breaking changes
The master_test_suite_t object is no more copyable
New feature:
Dataset test case can now use command line parameters
TypeIndex:
Dropped dependency on Boost.MPL.
Uuid:
Breaking change: sha1 detail namespace header redirection for backwards compatibility was removed
Added support for std::hash
Added support for move semantics on random generators
Properly handle EINTR when acquiring entropy
Use getrandom(2) instead of getentropy(3) on linux
2018-08-16 15:58:31 +00:00
tsutsui
452c0602ba ruby-gnome2: update to 3.2.9.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.9: 2018-08-08

This is a packaging bug fix release of 3.2.8.

=== Changes

==== All

  * Fixes

    * Fixed wrong gem content.
      [GitHub#1236][Reported by Izumi Tsutsui]

==== Ruby/GtkSourceView4

  * Improvements

    * Added.

=== Thanks

  * Izumi Tsutsui

== Ruby-GNOME2 3.2.8: 2018-08-06

This is an installation improvement release of 3.2.7.

=== Changes

==== All

  * Improvements

    * Added support for static gemspec.
      [Patch by cedlemo]

    * Added support for msys2_mingw_dependencies.
      [GitHub#1194]

==== Ruby/GLib2

  * Improvements

    * test: Removed a needless assertion.
      [GitHub#1235][Patch by Iain Lane]

==== Ruby/GObjectIntrospection

  * Improvements

    * Improved setter method detection.
      [GitHub#1233][Patch by yosuke shiro]

  * Fixes

    * Fixed a memory leak for callback method.
      [GitHub#1230][GitHub#1231][Reported by Izumi Tsutsui]

==== Ruby/GTK3

  * Fixes

    * demo: Fix a crash bug.
      [GitHub#1193][Reported by kojix2]

=== Thanks

  * cedlemo

  * kojix2

  * Izumi Tsutsui

  * yosuke shiro

  * Iain Lane
2018-08-08 12:16:00 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
adam
a12ecf24ad boost: faster "find" 2018-07-02 20:32:09 +00:00
markd
abbc31bfd4 kf5: update to 5.47.0 2018-06-21 08:24:25 +00:00
markd
b6557b9e2a kde: set frameworks version to 5.47.0 2018-06-21 05:18:00 +00:00
minskim
80b423f917 meta-pkgs/texlive-collection-latexextra: Add tex-fundus-calligra 2018-06-17 17:13:40 +00:00
markd
3d55d93cdb texlive-collection-latexextra: add tex-mathalfa 2018-06-16 03:13:45 +00:00
tsutsui
ee4867c4a7 ruby-gnome2: update to 3.2.7.
pkgsrc changes:

* remove a fix for glib2 pulled from upstream
* remove a gobject-introspection patch for netbsd-6 (seems fixed in upstream)

Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.7: 2018-06-07

This is a packaging bug fix release of 3.2.6.

=== Changes

==== All

  * Improvements

    * Added support for using unreleased version with Bundler.
      [Patch by cedlemo]

  * Fixes

    * Fixed a packaging bug that dependencies are missing.

== Ruby-GNOME2 3.2.6: 2018-06-06

This is a bug fix release of 3.2.5.

=== Changes

==== Document

  * Improvements

    * Updated project URL.
      [GitHub#1174][Patch by okkez]

==== All

  * Improvements

    * Added support for using unreleased version with Bundler.
      [Patch by cedlemo]

    * Windows: Upgraded bundled library versions.

==== Ruby/GLib2

  * Improvements

    * (({GLib::Object.define_signal})): Added.
      (({GLib::Object.signal_new})) is deprecated.

    * (({GLib::Object.signal_new})): Changed to accept (({Symbol})) as
      flags.

    * (({GLib::Signal})): Migrated to (({TypedData})).

    * (({GLib::Enum})): Migrated to (({TypedData})).

    * (({GLib::Flags})): Migrated to (({TypedData})).

    * (({GLib::Boxed})): Migrated to (({TypedData})).

    * (({GLib::Param})): Migrated to (({TypedData})).

    * (({rbgobj_signal_new()})): Added.
      (({rbgobj_signal_wrap()})) is deprecated.

    * Dropped GLib < 2.28 support.

    * (({GLib::Variant.new})): Changed to accept (({String})) as
      variant type.

    * (({rbg_variant_type_from_ruby()})): Added.

    * (({rbg_gc_guard()})): Added.

    * (({rbg_gc_unguard()})): Added.

  * Fixes

    * Fixed a bug that signal created by (({GLib::Object.signal_new}))
      may be GC-ed.
      [GitHub#1166][Reported by Izumi Tsutsui]

==== Ruby/GObjectIntrospection

  * Improvements

    * (({GObjectIntrospection::Struct})): Migrated to (({TypedData})).

    * Improved better function detection.

    * Added heuristic callback data detection.

    * Added support for getting flags field value.

    * (({RBGICallbackData})): Hidden details.

    * (({rb_gi_callback_data_get_metadata()})): Added.

    * (({rb_gi_callback_data_get_rb_callback()})): Added.

    * Added (({to_integer})) to (({to_i})) mapping.
      [GitHub#1191][Patch by yosuke shiro]

==== Ruby/CairoGObject

  * Improvements

    * Added (({gtype})) class methods.

==== Ruby/GIO2

  * Improvements

    * (({Gio::MenuItem#set_attribute_value})): Improved argument conversion.
      Callers don't need to create (({GLib::Variant})).

    * (({Gio::Settings.new})): Added support for keyword (({Hash})).
      [GitHub#1187][Patch by cedlemo]

==== Ruby/Pango

  * Improvements

    * (({Pango::Attribute})): Migrated to (({GLib::Boxed})).

    * (({Pango::Rectangle#dup})): Added.

    * (({rbpango_attribute_from_ruby()})): Added.

  * Fixes

    * Fixed a bug that wrong (({Pango::Attribute})) conversion.
      [GitHub#1188][Reported by kojix2]

==== Ruby/GdkPixbuf2

  * Improvements

    * (({GdkPixbuf::Pixbuf#subpixbuf})): Added.
      (({GdkPixbuf::Pixbuf#new_subpixbuf})) is deprecated.

    * (({GdkPixbuf::Pixbuf#new})): Improved the default
      (({row_stride})) value.

==== Ruby/GDK3

  * Improvements

    * (({Gdk::Cursor.new})): Added multiple calls with the same value.
      [GitHub#1195][Reported by kojix2]

==== Ruby/GTK3

  * Improvements

    * Removed needless custom callback handlers.

    * Dropped GTK+ 3.10 support.

    * (({Gtk::Application.new})): Changed to all arguments are omittable.

    * (({Gtk::TextBuffer#insert})): Changed to raise an exception for
      unknown tag.

  * Fixes

    * Fixed a bug that (({Gtk::Version.or_later?})) requires the 3rd
      argument.

    * Fixed demo.
      * [GitHub#1175][GitHub#1176][GitHub#1177][GitHub#1178][GitHub#1183]
        [GitHub#1184][GitHub#1185]
        [Reported by kojix2]
      * [GitHub#1181][GitHub#1186][GitHub#1197][GitHub#1210]
        [Patch by kojix2]

==== Ruby/Poppler

  * Improvements

    * (({Cairo::Context#show_poppler_page})): Added for consistency.

==== Ruby/RSVG2

  * Improvements

    * (({Cairo::Context#show_rsvg_handle})): Added for consistency.

==== Ruby/GStreamer

  * Improvements

    * (({Gst::Element.[]})): Added as a shortcut of
      (({Gst::ElementFactory.make})).

    * (({Gst::Bus#poll})): Made all arguments omittable.

=== Thanks

  * Izumi Tsutsui

  * okkez

  * kojix2

  * cedlemo

  * yosuke shiro
2018-06-09 03:36:07 +00:00
he
caee78c39c Build with -std=gnu++03 instead of -std=c++03, because one of the
files in kdelibs4 refers to alloca() and this needs to come from the
compiler.  Fixes build of kdelibs4 on (at least) NetBSD/macppc 8.0.
2018-06-08 12:42:13 +00:00
youri
859f9449ce Optionalize mate-polkit. 2018-06-04 10:51:56 +00:00
youri
b9cde47480 Drop xfce4 gtk2 engine, we use gnome themes. 2018-06-04 01:39:48 +00:00
youri
8428a16958 Add a dependency so that fresh install has a gtk3 theme. 2018-06-03 02:35:27 +00:00
joerg
2286a187e1 Rewrap and kill indentation. 2018-06-02 18:44:50 +00:00
youri
2b7fb691b5 Make pkglint happy for mate packages. 2018-06-01 14:21:40 +00:00
wiz
84446b3f14 boost: remove patch that is not in distinfo 2018-05-31 07:26:58 +00:00
youri
1505b2d656 Add a polkit agent for Xfce4, it is required nowadays. 2018-05-29 00:17:17 +00:00
wiz
f05bd1ef68 kf5: be less restrictive about oxygen-icons version number 2018-05-27 06:41:38 +00:00
markd
e163f40206 texlive-collection-mathscience: add tex-ebproof 2018-05-22 21:16:28 +00:00
markd
e81700a9c7 texlive-collection-plaingeneric: add tex-tracklang 2018-05-22 21:15:02 +00:00
youri
79941fdc37 Enable mozo back. 2018-05-20 15:03:57 +00:00
jperkin
46f66bacae xfce4: Fix version number for xfce4-power-manager. 2018-05-18 21:20:56 +00:00
youri
56fd382f2e + xfce4-power-manager 2018-05-18 17:08:12 +00:00
jperkin
efc3c9ee56 gnome: Don't enable mono by default on SunOS. 2018-05-17 08:36:34 +00:00
youri
ecead8dcee Don't install mate-system-monitor in the meta-package,
it requires c++ gtk dependencies and doesn't work on
NetBSD yet.
2018-05-16 10:56:03 +00:00
youri
6b9c100f00 Take maintainership of all MATE packages. 2018-05-14 19:15:35 +00:00
youri
88cac5a03c Comment out mozo, it is pretty much useless. 2018-05-14 13:53:45 +00:00
youri
3e1cf514ac Add mate-calc. 2018-05-14 13:50:17 +00:00
youri
413587bacc Update the MATE meta-package to 1.20.0. 2018-05-14 12:26:20 +00:00
wiz
875646e5d2 texlive-collection-basic-doc: update to 2018.
Remove tex-texconfig-doc, removed.
2018-05-14 06:44:34 +00:00
markd
43ffdb797f texlive-collection-all: update to 2018pre1 2018-05-13 13:25:09 +00:00
markd
8992c5d317 texlive-collection-*: update to 2018 versions 2018-05-13 11:56:18 +00:00
jperkin
a1e209248f boost: Put back SunOS soname fix.
For some reason this patch file was deleted during the last boost
update.  Fixes build on SunOS again.
2018-05-11 14:45:23 +00:00
wiz
a8263c7927 netbsd-doc-print: remove MESSAGE that explains how to view PDFs 2018-05-11 13:00:33 +00:00
minskim
6f7be6db3e devel/boost-libs: Make fiber compiles on FreeBSD
https://github.com/boostorg/fiber/commit/225b0d75
2018-05-06 18:56:35 +00:00
minskim
279f73e163 devel/boost-headers: Fix wave on FreeBSD
https://github.com/boostorg/wave/commit/0e25913e
2018-05-06 18:46:09 +00:00
minskim
3ba3e72cf7 devel/boost-headers: Fix an incorrect line in a patch
The patch file deleted a backslash incorrectly, breaking the packages
using the header file it patched on some platforms.
2018-05-05 03:47:33 +00:00
tsutsui
11583caf6b ruby-gnome2: update to 3.2.5.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.5: 2018-05-02

This is a bug fix release of 3.2.4.

=== Changes

==== Document

  * Fixes

    * Fixed typos.
      [GitHub#1158][Patch by kojix2]
      [GitHub#1160][Patch by kojix2]

==== Ruby/GLib2

  * Fixes

    * Fixed a GC related crash bug.
      [GitHub#1162][Reported by Izumi Tsutsui]

==== Ruby/GObjectIntrospection

  * Improvements

    * Disabled NULL check for GObject Introspection < 1.42. Because
      GObject Introspection < 1.42 doesn't support "(nullable)"
      annotation yet.

==== Ruby/GdkPixbuf2

  * Improvements

    * (({GdkPixbuf::Pixbuf#composite})): Suppressed wrong warning.
      [GitHub#1156][Reported by Chaistrin]
      [GitHub#1157][Patch by cedlemo]

  * Fixes

    * Added a missing white space into message.
      [GitHub#1155][Reported by Robert A. Heiler]

    * (({GdkPixbuf::Pixbuf#composite})): Fixed a bug that width and
      height are ignored.
      [Patch by cedlemo]

==== Ruby/GTK3

  * Improvements

    * (({Gtk::TextBuffer#initialize})): Accepted "property-name" form.
      [GitHub#1161][Reported by kojix2]

==== Ruby/Poppler

  * Improvements

    * Added a workaround for poppler-glib 0.63 bug.
      [GitHub#1159][Reported by HIGUCHI Daisuke]

=== Thanks

  * Robert A. Heiler

  * Chaistrin

  * cedlemo

  * kojix2

  * Izumi Tsutsui

  * HIGUCHI Daisuke
2018-05-03 12:04:02 +00:00
minskim
fc3371607f devel/boost-headers: Add a missing #include.
This fixes Boost ticket #13497 (https://svn.boost.org/trac10/ticket/13497).

Patch from https://github.com/boostorg/lockfree/commit/12726cda.
2018-05-01 15:43:08 +00:00
ryoon
6472536499 Fix devel/boost-libs build on NetBSD
Bump PKGREVISION of devel/boost-headers
2018-04-30 00:21:12 +00:00
adam
d6df5a7063 boost: updated to 1.67.0
Version 1.67.0:
New Libraries:
- Contract: Contract programming for C++.
- HOF: Higher-order functions for C++.

Updated Libraries:
- Asio:
Added missing const qualifier to basic_socket_acceptor::get_option.
Worked around a parsing error that occurs with some versions of gcc.
Fixed broken code samples in tutorial.
Added new experimental features. (Note that "experimental" features may be changed without notice in subsequent releases.)
Added experimental::detached completion token.
Added experimental::redirect_error completion token.
Added experimental::co_spawn facility for integration with the coroutines technical specification.
Updated timeout examples to use latest features.
Used asio::steady_timer rather than asio::deadline_timer.
Used asio::dynamic_buffer rather than asio::streambuf.
Used timed asio::io_context::run_for() function for blocking clients.
Added example showing a custom completion token for blocking with timeouts.
Fixed unit tests to compile when BOOST_ASIO_NO_DEPRECATED is defined.
Changed socket iostreams to use chrono by default, to fix compatibility with the Networking TS. Define BOOST_ASIO_USE_BOOST_DATE_TIME_FOR_SOCKET_IOSTREAM to enable the old Boost.Date_Time interface in basic_socket_streambuf and basic_socket_iostream.
Updated examples to use chrono rather than Boost.Date_Time.
Fixed an incorrect member function detector in the is_dynamic_buffer trait.
Fixed an async_result incompatibility with deprecated handler_type.
Added a missing move optimisation in the SSL stream implementation.
Fixed incorrect basic_resolver_results::value_type typedef.
Fixed a compile error with some OpenSSL versions when SSL_OP_NO_COMPRESSION is defined.
Changed add_certificate_authority to process multiple certificates in a bundle.
Eliminated deprecation warning with MSVC by using std::invoke_result rather than std::result_of.
Changed to use std::string_view for C++17 or later, and std::experimental::string_view for C++14. Define the preprocessor macro BOOST_ASIO_DISABLE_STD_STRING_VIEW to force the use of std::experimental::string_view (assuming it is available) when compiling in C++17 mode.
Ensured DynamicBuffer template arguments are decayed before using in enable_if tests.
Changed documentation to distinguish legacy completion handlers (which are still required to be CopyConstructible) from new MoveConstructible handlers.
Suppressed a discarded return value warning in the buffer debugging support.
Fixed basic_yield_context to work with completion signatures containing reference parameters.
Ensured that stackful coroutines launched using spawn() correctly store decayed copies of their function and handler arguments.
Fixed some compatibility issues with Android.
Added cross-compilation support to Jamfiles.
Fixed some minor portability issues in examples.

- Atomic:
Breaking change: Changed the result of the (op)_and_test operations added in Boost 1.66 to the opposite - the functions now return true if the operation result is non-zero. This is consistent with other test methods in Boost.Atomic and the C++ standard library. Users can define BOOST_ATOMIC_DETAIL_HIGHLIGHT_OP_AND_TEST when compiling their code to emit warnings on every use of the changed functions. This way users can locate the code that needs to be updated.
Update for C++2a. On C++11 compilers that support scoped enums, the memory_order enumeration is now scoped and contains constants with shorter names like acquire, release or seq_cst (i.e. users can use memory_order::acquire instead of memory_order_acquire). The old constants are also provided for backward compatibility. (P0439R0)
Update for C++2a. Added experimental support for atomic operations on floating point types. In addition to general operations, add, sub, negate operations and their fetch_(op) and opaque_(op) versions are supported. Lock-free property can be tested with the new macros BOOST_ATOMIC_FLOAT/DOUBLE/LONG_DOUBLE_LOCK_FREE. The support for floating point types is optional and can be disabled by defining BOOST_ATOMIC_NO_FLOATING_POINT. (P0020R6)
Added new experimental operations:
negate_and_test and complement_and_test which perform negation or bitwise complement and return true if the result is not zero.
add, sub, negate, bitwise_and, bitwise_or, bitwise_xor, bitwise_complement operations which perform the operation and return its result.
For generic atomic<T> specialization, the default constructor is now trivial if T's default constructor is.
The internal implementation of atomic<T> has been updated to avoid undefined behavior that stems from signed integer overflows. As required by the C++ standard, the library uses two's complement representation of signed integers internally and accroding rules of overflow. Currently, the library requires the native signed integer types to also use two's complement representation (but no defined overflow semantics).
Improved Clang support. In particular, fixed DCAS not being lock-free and fixed possible incorrect code generated on 32-bit x86.
Improved MinGW support. For gcc versions up to 4.6, fixed compilation of DCAS on x86.
In x86 PIE code, asm blocks now preserve ebx value.

- Beast:
This version fixes significant defects in websocket::stream which can lead to asserts or undefined behavior. Users are encouraged to update to the latest Boost release.
For a complete list of changes, please view the official Release Notes.

- ContainerHash:
Extracted from the functional module to break a dependency cycle.
Moved headers to new location to reflect name change, the old include paths will still work.
Added support for std::string_view, std::error_code, std::error_condition, std::optional, std::variant, std::monostate where available.
Added explicit support for vector<bool>, so that it will work with libc++.
More detail in the library change log.

- Context:
fix i386/macho routines to correctly return transfer_t in EAX/EDX
__sanitizer_finish_switch_fiber should be called directly after context switch
Clang on Windows : error: No best alternative for libs/context/build/asm_sources
fixing C2492 for execution_context (v1)
known bug: including all.hpp + <context-impl>ucontext/winfib causes error 'forced_unwind: is not a member of boost::context::detail'

More info https://www.boost.org/users/history/version_1_67_0.html
2018-04-29 20:41:11 +00:00
markd
e1374c7585 texlive-collection-latexextra: add tex-changes 2018-04-25 11:27:31 +00:00
markd
d3e6d1f45f texlive-collection-plaingeneric: add tex-lambda-lists 2018-04-25 11:25:50 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
markd
849db373de kde: default applications version to 18.04.0 2018-04-14 03:33:19 +00:00
markd
906faa1dce kde: dont need to extract with gtar any more 2018-04-13 22:02:39 +00:00
tsutsui
425d3ddcd7 ruby-gnome2: update to 3.2.4.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.4: 2018-04-09

This is a bug fix release of 3.2.3.

=== Changes

==== Ruby/GLib2

  * Fixes

    * Fixed a bug that some constants aren't defined. If a content
      name is the same constant name at the top level such as
      (({Gtk::Object})), the constant isn't defined.

      [GitHub#1154][Debian#894816][mikutter#1199]
      [Reported by Akira Ouchi][Forwarded by HIGUCHI Daisuke]

==== RubyRsvg2

  * Improvements

    * Windows: Upgraded bundled librsvg to 2.42.3.

=== Thanks

  * Akira Ouchi

  * HIGUCHI Daisuke

== Ruby-GNOME2 3.2.3: 2018-04-03

This is a bug fix release of 3.2.2.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a crash bug when (({GLib::Bytes})) is passed as an argument.

== Ruby-GNOME2 3.2.2: 2018-04-02

This is a release to support Ruby 2.5 on Windows.

=== Changes

==== All

  * Windows: Added Ruby 2.5 support.
    [GitHub#1148][Reported by Andy Meneely]

  * Red Hat: Use (({pkgconfig(name)})) style.
    [GitHub#1117][Patch by Mamoru TASAKA]

==== Ruby/GLib2

  * Improvements

    * (({GLib::Bytes#to_s})): Changed to return a frozen string to
      reduce data copy.

    * Migrated to (({TypedData})) from (({Data})).

==== Ruby/GObjectIntrospection

  * Improvements

    * Added (({nil})) argument check.

    * (({GObjectIntrospection::Loader#rubyish_method_name})):
      Added (({:n_in_args_offset})) option.

    * Suppressed a needless copy of (({GLib::Bytes})).

    * Added filename array support.
      [GitHub#1151][Patch by cedlemo]

  * Fixes

    * Fixed a overflow bug on 32bit.
      [Debian#766020][Reported by Mario Lang]
      [GitHub#1137][Forwarded by HIGUCHI Daisuke]

==== Ruby/GTK2

  * Fixes

    * Fix the wrong number of arguments.
      [GitHub#1133][Reported by Mamoru TASAKA]

==== Ruby/GDK3

  * Improvements

    * Ensured loading GDK 3.
      [GitHub#1126][Patch by cedlemo]

  * Fixes

    * (({Gdk::Screen.default})): Fixed a GC related crash.

    * (({Gtk::Widget#style_context})): Fixed a GC related crash.
      [GitHub#1149][Reported by Valentin Pelloin]

==== Ruby/GTK3

  * Improvements

    * Added a tool palette demo.
      [GitHub#1116][Patch by cedlemo]

    * Added a shortcut demo.
      [GitHub#1120][Patch by cedlemo]

    * Updated demo.
      [Reported by Titouan Teyssier]
      [GitHub#1139][Patch by Titouan Teyssier]

    * Updated README.
      [GitHub#1127][Patch by cedlemo]

  * Fixes

    * (({Gtk::Container#add_child(child)})): Made workable again.

==== Ruby/Poppler

  * Fixes

    * (({Poppler::Page#thumbnail_size})): Fixed return value.
      [GitHub:rcairo/rcairo#51][Reported by Mamoru TASAKA]

==== Ruby/Gnumeric

  * Improvements

    * Improved .typelib for Gnumeric detection.
      [GitHub#1118][Reported by cedlemo]

=== Thanks

  * cedlemo

  * Mamoru TASAKA

  * Titouan Teyssier

  * Mario Lang

  * HIGUCHI Daisuke

  * Andy Meneely

  * Valentin Pelloin
2018-04-13 16:31:09 +00:00
markd
9d6d64294e kf5: remove Makefile.common, replaced by meta-pkgs/kde/kf5.mk 2018-04-11 11:53:52 +00:00
markd
ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
markd
0d74a3b1b8 meta-pkgs: add kde 2018-04-11 11:36:47 +00:00
markd
1ee9175e5a kde: Makefile fragments to support kde packages. 2018-04-11 11:34:57 +00:00
markd
8d5c8883ab kf5: Make sure any qt5-qtbase dependency is at least 5.10.1nb2
as that fixes the symbol visibility issues with qt5 packages so we
can remove the BUILDLINK_TRANSFORM hack for it.
2018-04-07 00:39:29 +00:00
taca
22b8fe56c6 meta-pkgs: add and enable php72-extensions 2018-03-14 15:50:07 +00:00
taca
aec268def6 meta-pkgs/php72-extensions: add version 7.2.3 package
This package does not contain anything by itself -- it is a
"meta-package" that depends on other PHP packages.  Its sole purpose is
to require dependencies so users can install this package only and
have all the PHP stuff pulled in by the package dependency mechanism.
2018-03-14 15:49:38 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
380b6ec244 xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
2018-03-07 11:57:28 +00:00
markd
fa2605e465 kf5: add prison 2018-02-01 19:01:59 +00:00
markd
9763ce0b97 kf5: add qqc2-desktop-style 2018-01-31 19:37:49 +00:00
jperkin
60a9f5cedc kde4: Build with C++03, large parts are not C++11 clean. 2018-01-31 11:32:26 +00:00
jperkin
d9263b859c boost: Fix threading with clang on SunOS. 2018-01-25 12:33:49 +00:00
markd
e9c46ca027 kf5: strip -fvisibility=hidden in all kf5 packages
as it breaks the plugin mechanism due to not being able to
resolve various symbols
2018-01-24 19:06:06 +00:00
markd
fd41fa9773 kde4: comment out okular as doesn't build with lack of poppler-qt 2018-01-23 19:43:17 +00:00
markd
44155693d3 kf5: add kirigami2 2018-01-22 01:08:15 +00:00
wiz
f84f5c130e kde4: fix kdelibs4 version. 2018-01-19 10:32:51 +00:00
markd
0542cc8518 texlive-collection-latexextra: add tex-fvextra and tex-doclicense 2018-01-18 11:19:03 +00:00
markd
95a156d76e texlive-collection-mathscience: add tex-mathpartir 2018-01-18 11:15:57 +00:00
markd
3df4d608c1 texlive-collection-binextra: add tex-make4ht and tex-tex4ebook 2018-01-18 11:13:40 +00:00
markd
27fb8f54a1 kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 19:53:45 +00:00
markd
94604ffc0a kde4: note update of kdelibs to 4.14.38 2018-01-17 18:55:20 +00:00
jperkin
92ca4249c3 boost: SunOS supports soname, fixes check-shlibs. 2018-01-15 12:21:35 +00:00
maya
79a6f56b11 boost: use c++17 as a test for having string view, not NetBSD macro.
This changes the package for anyone that used it with C++17 experimental
support and now won't get it (we're cutting off at 'actual C++17').

Bump headers PKGREVISION, suggested by joerg.
2018-01-04 10:25:35 +00:00
ryoon
e5f14acffe Fix boost-libs build under NetBSD with GCC 2018-01-02 06:39:49 +00:00
adam
a34dd4f9fa boost: updated to 1.66.0
1.66.0:
New Libraries
Beast:
Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio, from Vinnie Falco.

CallableTraits:
A spiritual successor to Boost.FunctionTypes, Boost.CallableTraits is a header-only C++11 library for the compile-time inspection and manipulation of all 'callable' types. Additional support for C++17 features, from Barrett Adair.

Mp11:
A C++11 metaprogramming library, from Peter Dimov.
2018-01-01 20:36:09 +00:00
wiz
67ea766c4c apache22: remove, it was eol'd in June 2017
Remove packages that only work with apache22.
Remove apache22 references.
2018-01-01 10:23:04 +00:00
taca
0cac5d421e meta-pkgs/php71-extensions: fix PHP version in COMMENT 2017-12-09 02:37:38 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
22f9431684 modular-xorg-driver: add xf86-video-vboxvideo
Bump PKGREVISION.
2017-11-30 15:55:26 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
tsutsui
317a50741f ruby-gnome2: update to 3.2.1.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.1: 2017-11-19

This is a memory related bug fix release.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({GLib::Bytes#initialize})): Stopped to copy data for frozen
      (({String})).

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed memory leaks for output parameters.
      [GitHub#1113][Reported by Will Bryant]

==== Ruby/GIO2

  * Improvements

    * (({Gio::InputStream#read_all})): Made workable.
      [GitHub#1110][Reported by Paul van Tilburg]

    * (({Gio::InputStream#read})): If the given size is (({nil})),
      read until EOF or error. It's compatible with Ruby's IO objects.

==== Ruby/GTK3

  * Improvements

    * Marked top-level windows automatically.
      [GitHub#1103][Reported by cedlemo]

=== Thanks

  * Paul van Tilburg

  * cedlemo

  * Will Bryant
2017-11-22 17:05:52 +00:00
tsutsui
44e0749c4f ruby-gnome2: update to 3.2.0.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.0: 2017-11-07

This is a bug fix release for Ruby/Poppler.

=== Changes

==== Ruby/GLib

  * Improvements

    * (({GLib::IOChannel#create_watch})): Supported.
      [GitHub#1106][Reported by kspt-johs]

    * (({GLib::IOChannel#create_watch})): Supported.

==== Ruby/GTK3

  * Improvements

    * Added a sample.
      [GitHub#1109][Patch by cedlemo]

==== Ruby/Poppler

  * Improvements

    * (({Poppler#Document#size})): Added again.

    * (({Poppler#Document#pages})): Added again.

  * Fixes

    * Updated dependencies.
      [GitHub#1107][Reported by OBATA Akio]

    * (({Poppler#Document#initialize(:data => data)})): Added
      workaround. It should be fixed in upstream.

=== Thanks

  * kspt-johs

  * OBATA Akio

  * cedlemo
2017-11-19 10:38:38 +00:00
khorben
dbcb57753c Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@
2017-11-12 16:03:34 +00:00
wiz
3ff6872580 netbsd-www: Parts of the web site need fig2dev, depend on it.
Bump version.
2017-11-08 22:22:53 +00:00
wiz
2b2c1432ea modular-xorg-libs: remove libXfont (v1) it is on the way out
Bump version.
2017-11-08 08:48:20 +00:00
wiz
fec16ac52c bulk-medium: Remove ancient (and removed) firefox10.
Bump version.
2017-10-28 05:22:37 +00:00
taca
9f2f4148e6 pkgsrc: reset PKGREVISION
reset PKGREVISION along with update of all lang/php*.
2017-10-27 08:49:00 +00:00
markd
8d26240ef8 texlive-collection-latexextra: add tex-{makecell,pagenote} 2017-10-23 10:34:25 +00:00
tsutsui
8e6985753a ruby-gnome2: update to 3.1.9.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.9/NEWS)

== Ruby-GNOME2 3.1.9: 2017-10-16

This is a release that includes GObject Introspection migrated Ruby/Poppler.

=== Changes

==== All

  * Improvements

    * Added (({Makefile})) existence check before running (({make})).
      [GitHub#1065][Patch by HIGUCHI Daisuke]

  * Fixes

    * Fixed shebang paths.
      [GitHub#1066][Patch by HIGUCHI Daisuke]

==== Ruby/GLib

  * Improvements

    * Windows: Updated required cairo gem dependency.

==== Ruby/GObjectIntrospection

  * Improvements

    * (({GObjectIntrospection::Loader.register_object_class_converter})):
      Added.

    * Added (({gboolean *})) output support.

    * Added (({[GBoxed]})) output support.

    * Added (({[gboolean]})) input support.

==== Ruby/GDK3

  * Improvements

    * (({Gdk::Window#origin})): Ignored garbage return value.

==== Ruby/GTK3

  * Improvements

    * Added more demos.
      [GitHub#1096][GitHub#1098][GitHub#1099][GitHub#1103]
      [Patch by cedlemo]

    * (({Gtk::Container#add_child})): Added.
      [GitHub#1101][Reported by Robert A. Heiler]

    * (({Gtk::Container#remove_child})): Added.
      [GitHub#1101][Reported by Robert A. Heiler]

==== Ruby/Poppler

  * Improvements

    * Migrated to GObject Introspection bindings.
      [Patch by cedlemo]

==== Ruby/WebKit2GTK

  * Improvements

    * Reduced fragile test failure.
      [GitHub#1067][Patch by HIGUCHI Daisuke]

    * Followed upstream fix for
      (({webkit_web_view_new_with_related_view})).
      [GitHub#1095][Reported by Jeremy Bicha]

    * Relaxed test to support the latest WebKit2GTK+.
      [GitHub#1095][Reported by Jeremy Bicha]

==== Ruby/Rsvg2

  * Improvements

    * Added document how to install on Heroku.
      [GitHub#1071][Patch by Ciocanel Razvan]

==== Ruby/VTE3

  * Improvements

    * (({Vte::Regex})): Added.
      [GitHub#1087][Patch by cedlemo]

=== Thanks

  * HIGUCHI Daisuke

  * cedlemo

  * Ciocanel Razvan

  * Jeremy Bicha

  * Robert A. Heiler
2017-10-21 01:22:55 +00:00
wiz
7994fc873a gstreamer*: follow redirect 2017-10-17 10:50:38 +00:00
markd
d73cbdaebf texlive-collection-pictures: add tex-tkz-{base,fct} 2017-10-15 20:48:28 +00:00
markd
eb2b866cbf texlive-collection-latexextra: add tex-numprint, remove tex-etoolbox 2017-10-15 20:46:12 +00:00
markd
8b224f7c49 texlive-collection-latexrecommended: update to version 2017.45456
add tex-etoolbox and tex-ucharcat
2017-10-15 20:42:47 +00:00
markd
c62b9f8257 texlive-collection-mathscience: note new packages 2017-10-12 10:47:51 +00:00
markd
4e0bb9f0c3 texlive-collection-publishers: note new packages 2017-10-12 10:42:21 +00:00
markd
dbb68c9260 texlive-collection-xetex: note na-position 2017-10-12 10:37:30 +00:00
markd
ca6cf5c95c texlive-collection-luatex: note fontloader-luaotfload,-ucharcat 2017-10-12 10:31:53 +00:00
markd
cd006d3996 texlive-collection-fontsextra: note coelacanth,dejavu-otf 2017-10-12 10:28:27 +00:00
markd
51121dcb1f texlive-collection-music: note musicography,octave 2017-10-12 10:24:25 +00:00
markd
bcb56e0f8d texlive-collection-langenglish: note amscls-doc,latex-refsheet 2017-10-12 10:19:23 +00:00
markd
06f9ea8eec texlive-collection-pictures: note dynkin-diagrams,endofproofwd,istgame 2017-10-12 10:08:24 +00:00
markd
529ade4d61 texlive-collection-humanities: note theatre 2017-10-12 10:03:16 +00:00
markd
dc094c42a1 texlive-collection-bibtexextra: note bib2gls 2017-10-12 09:59:16 +00:00
markd
4c0422c1ff texlive-collection-langchinese: note upzhkinsoku 2017-10-12 09:55:25 +00:00
markd
9d43104440 texlive-collection-langcjk: note fixjfm 2017-10-12 09:51:53 +00:00
markd
c831a92267 texlive-collection-langjapanese: note ifxptex 2017-10-12 09:48:30 +00:00
markd
e532f93bc7 texlive-collection-binextra: note tlcockpit and tlshell 2017-10-12 09:39:15 +00:00
markd
e8375f1328 texlive-collextion-langarabic: note na-box 2017-10-12 09:23:04 +00:00
markd
6be175a7e0 texlive-collection-pstricks: note pst-poker 2017-10-12 07:08:53 +00:00
markd
3dc67cfbea Update to revision 44986 - note simplekv 2017-10-11 09:23:49 +00:00
taca
199f549fad meta-pkgs/ruby-redmine-*: Restrict ruby's version
Restrict ruby-redmine depending pacakges to ruby22 only.
2017-09-30 15:48:42 +00:00
wiz
eef80df883 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html

This still leaves emacs20, emacs21, and the current version, emacs25.
2017-09-29 12:40:26 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
maya
f656cb4428 Stopgap fix: omit asymptote dependency in meta-pkg
it depends on ghostscript-agpl and conflicts with other packages.
From Eric Brown in PR pkg/52568

XXX better solution
2017-09-23 05:56:59 +00:00
jperkin
da4992e7a6 boost: Fix build on OS where dladdr() takes a void *. 2017-09-20 14:33:25 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
adam
2559dce84b boost: update to 1.65.1
Fixes in 1.65.1
Config:
* Version macro changes for CUDA.
* Update last known MSVC version.
* MSVC 14.11 supports structured bindings.

Context:
* Return a continuation from functions executed by resume_with.

Fiber:
* Return a continuation from functions executed by resume_with.

Smart Pointers:
* Fix Visual C++ version checks.
* Fix compilation for NVCC with host compiler clang.

Stacktrace:
* Update build testing file to detail with a MinGW issue.
* Change preprocessor file extensions to work with the installation system.
* Support FreeBSD and other OSs that do not define _GNU_SOURCE but have _Unwind_Backtrace function.

Thread:
* Fix bug in boost::condition_variable on Windows
2017-09-13 17:34:40 +00:00
markd
549da6ea85 Add tex-csvsimple 2017-09-08 22:25:26 +00:00
wiz
44faa0cdcd Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2017-09-06 16:49:21 +00:00
markd
678862a448 Remove mention of tex-misc 2017-09-06 12:32:35 +00:00
markd
8a8c0d21ec Remove tex-euro{font,sans}-doc 2017-09-06 12:21:29 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
jakllsch
fc3e4afdec Refine previous boost::context earmv6hf fix.
NetBSD earmv[67]hf* all default to VFPv2 (-mfpu=vfp), so we shouldn't
assume anything more.

Ride previous non-bump of revision; no binary change.
2017-09-03 01:41:00 +00:00
bouyer
f74537fbd9 If we have a VFP, assume it is VFP3. In the default mode on NetBSD, the
assembler complains:
libs/context/src/asm/ontop_arm_aapcs_elf_gas.S:55: Error: selected processor does not support `vstmia sp,{d8-d15}' in ARM mode
libs/context/src/asm/ontop_arm_aapcs_elf_gas.S:69: Error: selected processor does not support `vldmia sp,{d8-d15}' in ARM mode

XXX what about VFP4 ?

Should fix PR pkg/52425.

No PKGREVISION change, as this doesn't change packages which did sucessfully
build before.
2017-09-02 10:42:12 +00:00
abs
5c8a356390 Add a note to update mysql57-client/patches/patch-cmake_boost.cmake when bumping version 2017-09-01 10:02:31 +00:00
wiz
b8069f2e87 Fix gnupg2 dependency pattern. 2017-08-29 12:23:24 +00:00
prlw1
5f3b259100 Fix boost-libs gcc 5.4.0 build with joerg's "not everything is an enum" suggestion. 2017-08-25 21:49:43 +00:00
adam
5b737bf07b Also depend on boost-mpi 2017-08-24 19:33:44 +00:00
adam
ce058b2fd4 Version 1.65.0
New Libraries: PolyCollection, Stacktrace. Updated Libraries: Asio, Context, Config, Core, Coroutine2, DLL, Fiber, Fusion, Geometry, Hash, Log, Phoenix, Predef, Program Options, Python, Smart Pointers, Test, TypeIndex, Unordered, Utility, Variant.
2017-08-24 19:31:31 +00:00
markd
27e726ff42 Update version for previous additions 2017-08-24 02:44:50 +00:00
markd
95690fb2d0 Add some tex packages 2017-08-24 02:40:56 +00:00
tsutsui
45a0f2692f Update ruby-gnome2 packages to 3.1.8.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.8/NEWS)

== Ruby-GNOME2 3.1.8: 2017-07-15

This is a bug fix release for macOS install.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Supported (({--enable-debug})) for C++ sources.

  * Fixes
    * Fixed auto libffi detection for Homebrew.
      [GitHub#1058][Reported by Andy Meneely]

==== Ruby/Pango

  * Improvements
    * (({Pango::Rectangle#to_a])): Added.

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported non-pointer struct field reader.
      [GitHub#1042][Reported by cedlemo]
    * Supported (({GHashTable<UTF-8, UTF-8>})).

==== Ruby/CairoGObject

  * Improvements
    * CentOS 7: Supported auto native package install.

==== Ruby/GDK3

  * Improvements
    * CentOS 7: Supported auto native package install.

==== Ruby/GTK3

  * Improvements
    * Made more demos workable.

==== Ruby/WebKit2GTK

  * Improvements
    * Added a sample that uses proxy.

==== Ruby/GtkSourceView3

  * Improvements
    * CentOS 7: Supported auto native package install.

=== Thanks

  * cedlemo

  * Andy Meneely

== Ruby-GNOME2 3.1.7: 2017-07-10

=== Changes

==== All

  * Improvements
    * Windows: Supported running commands in bundled packages.

==== Ruby/GLib

  * Improvements
    * (({GLib::Bytes#size})): Added.
    * (({GLib::Bytes#length})): Added.
    * (({GLib::Bytes#pointer})): Added.
    * Made stable glib-mkenums output.
      [GitHub#1054][Patch by dai]
    * Supported GError in callback argument.
    * Windows: Upgraded bundled GLib to 2.52.3.
    * Windows: Upgraded bundled Libtasn1 to 4.12.

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported freeing GSList.
    * Supported not GObject Introspection based bindings object for
      receiver.
    * Supported int16 array output.
    * Supported uint16 array output.
    * Supported uint32 array output.
    * Supported uint64 array output.
    * Supported float array output.
    * Supported double array output.
    * Supported auto (({#inspect})) defining.
    * Homebrew: Supported Homebrew not installed at /usr/local.

==== Ruby/Pango

  * Improvements
    * Supported attribute again.
      [GItHub#1033][Reported by Mamoru TASAKA]
    * Supported (({Pango::Scale})) again.
      [GItHub#1048][Reported by cedlemo]
    * Added missing backward compatibility constants.
    * Windows: Upgraded bundled Pango to 1.40.6.

==== Ruby/GDK3

  * Improvements
    * Windows: Upgraded bundled GTK+ to 3.22.16.

==== Ruby/GTK3

  * Improvements
    * Updated demo.
      [GitHub#1038][GitHub#1039][GitHub#1040][GitHub#1044][GitHub#1045]
      [GitHub#1046][GitHub#1047][GitHub#1049][GitHub#1050][GitHub#1051]
      [GitHub#1052]
      [Patch by cedlemo]
    * Supported working on environment that has GTK+ 4.
      [GitHub#1041][Reported by cedlemo]
    * (({Gtk::TextTag#weight=})) accepts (({Pango::Weight})).
    * (({Gtk::TextBuffer#insert_markup})) stops to require length.
    * (({Gtk::TextTag#scale=})) accepts scale name such as (({:x_small})).
    * Supported (({GLib::Bytes})) as text buffer input.
    * (({Gtk::CssProvider#load_from_data})) accepts (({GLib::Bytes})).

  * Fixes
    * Fixed a crash bug in demo.
      [GitHub#1036][Reported by Mamoru TASAKA]

==== Ruby/Rsvg2

  * Improvements
    * Added samples again.

  * Fixes
    * Added missing Ruby/CairoGObject dependency.
      [GitHub#1035][Reported by peret]

==== Ruby/Clutter

  * Improvements
    * Windows: Built GDK backend again.
      [GitHub:#1034][Reported by Alanzote]
    * Windows: Upgraded bundled Clutter to 1.26.2.

==== Ruby/WebKit2GTK

  * Improvements
    * Added a sample that saves screenshot.
    * Supported (({WebKit2Gtk::WebContext.new(ephemeral: true)})).

==== Ruby/GStreamer

  * Improvements
    * Windows: Upgraded bundled libsoup to 2.58.1.
    * Windows: Upgraded bundled GStreamer to 1.12.1.

==== Ruby/GtkSourceView3

  * Improvements
    * Windows: Upgraded bundled GtkSourceView to 3.24.3.

==== Ruby/VTE3

  * Improvements
    * Windows: Upgraded bundled VTE to 0.48.3.

=== Thanks

  * Alanzote
  * peret
  * cedlemo
  * Mamoru TASAKA
  * dai
2017-08-18 14:58:49 +00:00
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
markd
e8bba48156 Update to revision 44959 2017-08-06 13:01:46 +00:00
markd
5bdb9d8972 Update to revision 44960 2017-08-06 12:57:48 +00:00
markd
d4711a0e47 Update to revision 44953 2017-08-06 12:55:40 +00:00
markd
9a00a8544f Update to revision 44952 2017-08-06 12:53:34 +00:00
markd
a9a3a03868 Update to revision 44954 2017-08-06 12:48:15 +00:00
markd
21e5e59924 Update to revision 44943 2017-08-06 12:45:21 +00:00
markd
28ec6e4c8c Update to revision 44906 2017-08-06 12:42:06 +00:00
markd
9fdcf9d052 update to revision 44895 2017-08-06 12:38:57 +00:00
markd
a917a1b048 Update to revision 44835 2017-08-06 12:36:26 +00:00
markd
8ecf91ad85 Update to revision 44784 2017-08-06 12:34:05 +00:00
markd
364ae670fb update to revision 44742 2017-08-06 12:30:27 +00:00
markd
88ce3871e1 Update to revision 44725 2017-08-06 12:27:09 +00:00
markd
710cad0ea1 update to revision 44655 2017-08-06 12:24:19 +00:00
markd
4fd2f77f10 remove comment 2017-08-06 12:16:12 +00:00
markd
fec9901685 Add p5-biblatex-biber 2017-08-06 12:15:21 +00:00
markd
58c4c5c9b4 Update to revision 44601 2017-08-06 12:09:56 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
wiz
8d59bf7376 Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
wiz
ccbfcd4fa5 boost-headers: revert previous; upstream says it's incorrect and
it's incomplete too.

Bump PKGREVISION.
2017-07-29 22:29:49 +00:00
wiz
fe96ad847a boost-headers: do not use auto_ptr
Fixes build of gnucash-wip.

Reported upstream as
https://github.com/boostorg/locale/pull/19

Bump PKGREVISION.
2017-07-29 10:00:03 +00:00
markd
313fd96b1a Add tex-baekmuk 2017-07-27 11:18:49 +00:00
markd
a75bcfc062 Add tex-arphic-ttf 2017-07-27 11:16:10 +00:00
markd
4c71626715 Add tex-ptex-fontmaps 2017-07-27 11:13:59 +00:00
wiz
4b2565ada5 Pass CFLAGS and LDFLAGS to compiler. Fixes RELRO build. 2017-07-14 17:35:07 +00:00
markd
c35d0e6d1d Add tex-pgfopts 2017-07-06 20:42:05 +00:00
markd
c3a0aec657 Add tex-xindy 2017-07-06 02:36:07 +00:00
jperkin
d7f784c470 Match vte version upper limit. 2017-06-28 15:19:29 +00:00
joerg
3b823a66bb Fix patch. 2017-06-28 08:27:00 +00:00
joerg
3d90121ad7 Move workaround for missing include from csound6 to main boost package,
it affects others. Bump boost-headers.
2017-06-27 20:08:59 +00:00
jperkin
29dc33135c Fix DEPENDS typo. 2017-06-27 16:17:09 +00:00
jperkin
6c58535041 Re-order include, META_PACKAGE was being set after bsd.prefs.mk, which
doesn't work.
2017-06-27 16:16:04 +00:00
youri
b1091517e5 Require recent mate-terminal. 2017-06-25 23:22:33 +00:00
markd
d5c55ddcc0 Note that some packages are documentation only 2017-06-24 01:01:38 +00:00
markd
8776805f91 Add tex-mptrees to complete collection 2017-06-24 00:12:34 +00:00
markd
d7beabb42e Collection is complete so update version to 2017 2017-06-23 23:54:32 +00:00
markd
03f1d1d129 Add packages to complete 2017 version 2017-06-23 23:39:06 +00:00
youri
cf9ba978fa Fix build by requiring the right mate-terminal version. 2017-06-23 20:39:52 +00:00
youri
95d54b82e6 Update mate to 1.18:
What’s new in MATE 1.18

The release is focused on completing the migration to GTK3+ and adopting
new technologies to replace some of deprecated components MATE Desktop
1.16 still relied on.

The headline changes in MATE Desktop 1.18 are:

    The entire MATE Desktop suite of applications and components is now
GTK3+ only!
        Requires GTK+ >= 3.14.
        All GTK2+ code has been dropped including the --with-gtk build
option.
    Completed the migration to GtkApplication from libunique.
    Added libinput support for mouse and touchpad.
        Separate settings for handedness (left/right-handed) and motion
acceleration/threshold.
    Much improved accessibility support (particularly for visually
impaired users).
        Many thanks to our friends at Hypra.fr for their contribution!
    Caja adds several new features including:
        Added a copy queue and copy pausing.
        Asking confirmation before moving files to the Trash.
        Support for back/forward mouse buttons for directory navigation.
        Notification when ejected drives are safe to unplug.
    Lock screen will load the users selected background instead of the
system defined default.
    MATE Panel gets several improvements, including:
        Added desktop actions support for additional launch options.
        Added StatusNotifier support.
        Added support for Menulibre menu editor, if installed it is
preferred over Mozo.
    Engrampa, the archive manager, includes a number of improvements:
        Added ear and war to the supported types list.
        Check the rar/unrar version to the correct date is shown.
        Fixed compress rar and 7z split into volumes.
    Notifications now implement action icons support, for example
playback control icons used by media players.
    Reworked the font viewer to add font browsing mode, support for TTC
fonts and expose it in the menus by default.
    Replaced deprecated upower suspend/hibernate functions with
ConsoleKit2 equivalents.
    MATE Terminal adds the ability to close tabs with middle mouse
button.
    Atril, the document viewer, has much improved page load times and
adds support for unarchiver used by some comics.
    Lots of deprecated GTK+ methods have been replaced and many bugs
have been fixed.
    The plugin systems, and all C and Python plugins, in Eye of MATE and
Pluma have been ported to libpeas.
    Translations are updated. Thank you to our team of translators!
    A number of memory leaks have been plugged.
    A-n-d most exciting of all… MATE Calculator is back and has been
ported to GTK3+ :-D


What’s new in MATE 1.16

The release is focused on improving GTK3+ compatibility, migrating
components to newer libraries, fixing bugs and code hygiene. The
headline changes in MATE Desktop 1.16 are:

    Improved GTK+3 support across the entire MATE Desktop.
    Application and theme support for GTK+ 3.22.
    More applications build against GTK+3 only:
        Engrampa
        MATE Notification Daemon
        MATE PolKit
        MATE Session Manager
        MATE Terminal
    Some applications have been decoupled from libmate-desktop:
        Engrampa
        MATE Applets
        MATE Netbook
        MATE Power Manager
        MATE Terminal
        Pluma
    Work has started to port applications to GApplication or
GtkApplication:
        Engrampa
        MATE Applets
        MATE Netbook
        MATE User Share
    Many bugs and deprecations are fixed.
    Translations are updated. Thank you to our team of translators!
2017-06-23 17:33:51 +00:00
markd
8d658a75c8 Replace texlive-collection-genericrecommended with
texlive-collection-plaingeneric.

Possibly should replace all the TeX packages with just
texlive-collection-all.
2017-06-22 21:00:05 +00:00
markd
b9d8f46232 dependency genericrecommended -> plaingeneric
CVS ----------------------------------------------------------------------
2017-06-22 20:48:54 +00:00
markd
1bdbdf5a21 add tex-{continue,cutwin,hang,hanging,leading,mfirstuc,thmtools} 2017-06-22 11:12:26 +00:00
markd
b732ff62e6 add tex-apa6 2017-06-22 11:11:23 +00:00
markd
98bbba8add add tex-biblatex-apa 2017-06-22 11:10:55 +00:00
markd
a14a6969cb Remove old texlive collections. 2017-06-22 09:47:27 +00:00
markd
31312020a7 Add texlive-collection-{humanities,mathscience,plaingeneric}
Remove texlive-collection-{generic*,htmlxml,langafrican,langindic}
Remove texlive-collection-{mathextra,omega,plainextra,science}
2017-06-22 09:44:29 +00:00
markd
a7ad86a869 Update texlive collections to 2017 versions 2017-06-22 09:37:20 +00:00
taca
de6cf71fca Update to 20160621.
* Fix dependency to ruby-rails32.
* Add dependency to ruby-rails42.
2017-06-21 22:21:37 +00:00
taca
b8b4ec450a Update bulk-medium to 20170620.
Delete ruby21-base.
Add ruby24-base.
2017-06-20 13:44:25 +00:00
youri
6e2afd5699 Include gtk3 by default instead of gtk2. Forgot to commit this in time,
thanks Greg Troxel for the heads up.
2017-06-20 13:18:08 +00:00
maya
a82e085467 Match NetBSD-{7,8,9} / x86 for newer ATI driver. 2017-06-14 09:30:43 +00:00
tsutsui
cf1e7cb258 Move MAINTAINER line to each gem package.
Also retire from maintainership of packages that I don't need and
have less motivation.
2017-06-11 05:51:39 +00:00
tsutsui
d9c551a49a Update ruby-gnome2 packages to 3.1.6.
pkgsrc changes:
 - remove a pkgsrc patch for ruby-gnome2-gtk that seems fixed in upstream
 - ignore native-package-installer dependency checks
   in ruby-gnome2-clutter-gstreamer and ruby-gnome2-webkit-gtk

Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.6/NEWS)

== Ruby-GNOME2 3.1.6: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Fixes
    * Added a missing path existence check on Windows.

== Ruby-GNOME2 3.1.5: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Improvements
    * Supported RubyInstaller2.

==== Ruby/Pango

  * Improvements
    * Add backward compatibility APIs:
      * (({Pango::FontDescription::WEIGHT_*}))
      * (({Pango::FontDescription::STYLE_*}))

== Ruby-GNOME2 3.1.4: 2017-05-30

=== Changes

This is a release that supports Ruby 2.4 on Windows.

==== All

  * Improvements
    * Supported MSYS2.

==== Ruby/GLib2

  * Improvements
    * Added (({GLib::Object#floating?})) for debugging.

==== Ruby/GIO2

  * Improvements
    * Added (({Gio::File.open})). The followings are deprecated.
      * (({Gio::File.commandline_arg}))
      * (({Gio::File.path}))
      * (({Gio::File.uri}))

==== Ruby/GObjectIntrospection

  * Improvements
    * Relaxed expected test result for 32bit environment.
      [GitHub#1026][Reported by Mamoru TASAKA]
    * Added tests for (({GObjectIntrospection::ConstantInfo})).
      [GitHub#1027][Patch by cedlemo]
    * Supported floating "transfer full" GObject.

==== Ruby/GDK3

  * Improvements
    * Supported (({Cairo::Surface#to_pixbuf(options={})})).
      (({Cairo::Surface#to_pixbuf(src_x, src_y, width, height)})) is
      deprecated.

==== Ruby/Rsvg2

  * Improvements
    * Migrated to GObject Introspection bindings.
    * Renamed to (({Rsvg})) from (({RSVG})). (({RSVG})) is still
      usable but it's deprecated.
      [GitHub#1030][Patch by cedlemo]
    * Supported (({Cairo::Context#render_rsvg_handle(handle, :id =>
      ...)})).

==== Ruby/WebKit2GTK

  * Improvements
    * (({WebKit3Gtk::WebView#initialize})): Supported (({Hash}))
      options.
      [GitHub#1028][Patch by Matijs van Zuijlen]

=== Thanks

  * Mamoru TASAKA
  * cedlemo
  * Matijs van Zuijlen

== Ruby-GNOME2 3.1.3: 2017-04-27

=== Changes

This is a release that improve backward compatibility for Ruby/Pango.

==== Ruby/Pango

  * Improvements
    * Defined constants under (({Pango})) again for backward compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * Defined constants under (({Pango::Layout})) again for backward
      compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * (({Pango.pixels})): Added again.
    * (({Pango::AttrShape#data})): Supported again.
  * Fixes
    * (({Pango::Layout#text=})): Fixed a bug that wrong bytesize is
      used for multibyte string.
    * (({Pango::Layout#markup=})): Fixed a bug that wrong bytesize
      is used for multibyte string.

=== Thanks

  * Andy Meneely

== Ruby-GNOME2 3.1.2: 2017-04-26

There is an incompatible change. (({GBytes})) to (({String}))
conversion is changed to (({GBytes})) to (({GLib::Bytes}))
conversion. You can get (({String})) by (({GLib::Bytes#to_s})).

Other incompatible changes are bugs. Please report them to us.

=== Changes

==== All

  * Improvements
    * Supported auto depended package install for GObject
      Introspection based bindings.

==== Ruby/GLib2

  * Improvements
    * Supported overriding (({alloc_func})) in super class.
    * Extracted native package installer code as
      native-package-installer gem.
    * (({GLib::Bytes})): Added.
    * Supported pkg-config 1.1.9 or later.
  * Fixes
    * Fixed a build error on CentOS 6 and Ubuntu 12.04. They use
      GLib < 2.34.
      [GitHub#1012][Reported by Scot]
    * Fixed a bug that (({GLib::TypePlugin})) can't be included.
      [GitHub#1019][Patch by Matijs van Zuijlen]

==== Ruby/GIO2

  * Fixes
    * Fixed a path in test. [GitHub#990][Reported by Mamoru TASAKA]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported getting interface, union and boxed type as a field value.
    * Supported setting an interface as a field.
    * Supported more struct types.
    * Supported cairo-gobject types.
    * Supported outputting an array of interfaces.
      [GitHub#1006][Reported by cedlemo]
    * Supported Rubyish method name conversion for (({list_XXX}))
      methods that return an array.
    * Supported customizing field reader method name.
    * Supported auto (({int})) to boolean conversion for field value.
    * (({GObjectIntrospection::Repository.default})): Added a GC guard.
    * Supported inputting (({unichar})).
    * Supported inputting (({gint64})) C array.
    * Supported inputting (({gint8})) C array.
    * Added tests for (({GObjectIntrospection::UnionInfo})).
      [GitHub#1016][Patch by cedlemo]
    * Stopped auto (({GBytes})) to (({String}))
      conversion. (({GBytes})) is converted to (({GLib::Bytes})). It's
      for efficient byte sequence handling in Ruby. It's
      an incompatible change. You can use (({GLib::Bytes#to_s})) to
      get (({String})).
  * Fixes
    * (({GObjectIntrospection::RepositoryError})): Fixed parent class.
    * Fixed a typo. [GitHub#1002][Reported by cedlemo]

==== Ruby/ATK

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#998][Patch by cedlemo]

==== Ruby/CairoGObject

  * Fixes
    * Fixed a double free bug.

==== Ruby/Pango

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#1007][GitHub#1008][GitHub#1009][GitHub#1010]
      [GitHub#1011][Patch by cedlemo]
      [GitHub#1013][GitHub#1014][Patch by Detlef Wagner]

==== Ruby/GdkPixbuf2

  * Improvements
    * Supported GdkPixbuf 2.31.6 on CentOS 7 again.

==== Ruby/GDK3

  * Improvements
    * (({Gdk::Event})) and subclasses: Supported again.
    * Supported old GDK 3 again.
    * Supported X11 related features.
      [GitHub#999][Reported by johnlane]

==== Ruby/GTK3

  * Improvements
    * (({Gtk::Widget#click})): Added.
    * (({Gtk::Widget#send_key})): Added.
    * (({Gtk::Widget#wait_for_draw})): Added.
    * (({Gtk::WiAccelGroup.activate})): Added.
    * Updated samples.
      [GitHub#1002][GitHub#1003]
      [Patch by cedlemo]
    * (({Gtk::IconTheme#choose_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * (({Gtk::IconTheme#lookup_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * Supported GTK+ < 3.20 again.
  * Fixes
    * Updated signal name in document.
      [GitHub#995][Patch by Arnaud Meuret]

==== Ruby/ClutterGdk

  * Fixes
    * Ensured initializing GDK.
      [GitHub#1000][Reported by cedlemo]

==== Ruby/GOffice

  * Improvements
    * (({GOffice::Version})): Added.

=== Thanks

  * Mamoru TASAKA
  * Arnaud Meuret
  * cedlemo
  * johnlane
  * Scot
  * Detlef Wagner
  * Matijs van Zuijlen
2017-06-10 08:27:19 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
maya
fd29873998 boost: correct wrong OS logic about ctype.h macros.
It is freebsd and dragonflybsd that use macros.
ride previous pkgrevision bump
2017-05-29 17:17:13 +00:00
ryoon
f7e4262cfa Bump PKGREVISION from enabling log1p and expm1 under NetBSD 2017-05-29 14:39:28 +00:00
jperkin
25c0cf7601 Extend SunOS _XOPEN_SOURCE fix to all compilers. 2017-05-24 15:02:54 +00:00
prlw1
e1c5feac2f Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +00:00
prlw1
dffca398fb Switch all cups15 packages to use cups. 2017-05-19 13:18:17 +00:00
maya
67f786c232 Need new ati on dragonfly too.
old doesn't build and isn't interesting to fix
2017-05-11 20:55:19 +00:00
adam
0dd880c30a Changes 1.64.0:
New Libraries
Process library by Klemens D. Morgenstern, that provides cross platorm ways to allows you to:
* create child processes
* setup streams for child processes
* communicate with child processes through streams (synchronously or asynchronously)
* wait for processes to exit (synchronously or asynchronously)
* terminate processes
2017-04-29 18:31:42 +00:00
taca
c9c1a1e88b Drop building ruby18-base. 2017-04-22 23:14:26 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
fhajny
2d1e7331a3 Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
markd
782eafe562 Note addition of tex-platex 2017-03-26 20:11:58 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
jperkin
5a4f5818e9 Switch SunOS over to x11/xf86-video-ati too. 2017-03-14 13:26:59 +00:00
taca
127a33a845 Add and enable php71-extensions. 2017-03-12 13:46:51 +00:00
taca
40524877f6 Add php71-extensions meta package which contains most extensions
bundled in PHP 7.1 distribution.
2017-03-12 13:46:16 +00:00
jperkin
7d7fdd749e Fix libboost_fiber build on SunOS. 2017-03-09 16:30:12 +00:00
wiz
f0a56cfa9c Bump PKGREVISION for tidy dependency change. 2017-02-20 09:37:11 +00:00
wiz
4e8a4877f6 Fix build with tidy-5.x. 2017-02-20 09:35:16 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
tsutsui
edc9657494 Update ruby-gnome2 packages to 3.1.1.
pkgsrc changes:
 * add graphics/ruby-gnome2-clutter-gdk

Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.1/NEWS)

== Ruby-GNOME2 3.1.1: 2017-01-26

=== Changes

==== All

  * Improvements
    * Windows: Supported Ruby 2.4.

==== Ruby/GLib2

  * Improvements
    * (({GLib::DateTime})): Added.
      [GitHub#961][GitHub#965]
      [Patch by cedlemo]
    * (({GLib::TimeZone})): Added. [GitHub#963][Patch by cedlemo]
    * Stopped to show "message", "info" and "debug" level logs by default.
      You can enable them by (({$DEBUG = true})).
      [GitHub#981][Reported by PeterWAWood]
    * Windows: Updated bundled PCRE to 8.40.

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported outputting (({guint8})) array.
    * Supported converting (({equal})) method to (({==})) method.
    * Supported auto (({Enumerable})) inclusion for classes and
      modules that have (({each})) method.

==== Ruby/GIO2

  * Improvements
    * (({Gio::Settings#initialize})): Added backward compatible API
      again.
  * Fixes
    * Supported GIO 2.38 or earlier again.

==== Ruby/Pango

  * Fixes
    * (({Pango::LayoutLine#x_to_index})): Fixed a crash bug.
    * Windows: Updated bundled HarfBuzz to 1.4.1.
    * Windows: Updated bundled ICU to 58.2.

==== Ruby/GdkPixbuf2

  * Improvements
    * (({GdkPixbuf::Pixbuf#save_to_buffer})): Supported again but it's
      deprecated. Use (({GdkPixbuf::Pixbuf#save})) instead.
    * Windows: Updated bundled gdk-pixbuf to 2.36.4.

==== Ruby/GDK3

  * Improvements
    * Windows: Updated bundled GTK+ to 3.22.7.

==== Ruby/GTK3

  * Improvements
    * (({Gtk::TreeViewColumn#initialize})): Supported option Hash.
      [GitHub#958][Patch by Detlef Wagner]
    * Updated samples. [Patch by cedlemo]
    * (({Gtk::Dialog#get_widget_for_response_id})): Supported
      (({Symbol})) as response ID.
      [GitHub#978][Patch by Detlef Wagner]
    * (({Gtk::Container#add})): Changed to return (({self})) again.
    * Windows: u

==== Ruby/Poppler

  * Fixes
    * (({Poppler::IndexIter})): Fixed a crash bug.
    * (({Poppler::IndexIter#child})): Added a missing (({NULL}))
      check.
    * Fixed types of action classes. They must be (({GLib::Boxed})).

==== Ruby/GStreamer

  * Improvements
    * Windows: Updated bundled GStreamer to 1.10.2.

==== Ruby/ClutterGStreamer

  * Improvements
    * Windows: Updated bundled Clutter-GStreamer to 3.0.22.

==== Ruby/GtkSourceView3

  * Improvements
    * Windows: Updated bundled GtkSourceView to 3.22.2.

==== Ruby/GSF

  * Improvements
    * Windows: Updated bundled GSF to 1.14.41.

=== Thanks

  * Detlef Wagner
  * cedlemo
  * PeterWAWood
2017-01-29 07:54:19 +00:00
wiz
a014f213d4 Depend on xf86-video-sunleo. Bump PKGREVISION. 2017-01-25 11:40:29 +00:00
markd
8e0814ec73 Fix dependency patterns 2017-01-22 04:25:31 +00:00
markd
84dca90691 Add texlive-collection-all 2017-01-20 23:47:25 +00:00
markd
f12352416b Add texlive-collection-all
A meta-pkg pulling in all the texlive collections.
2017-01-20 23:46:36 +00:00
markd
aa1cef5672 Add tex-milog and tex-uhrzeit completing collection. 2017-01-20 23:35:18 +00:00
markd
1293283f33 Add tex-przechlewski-book to complete collection 2017-01-20 23:32:41 +00:00
markd
d4c10974aa Add tex-urlbst 2017-01-20 23:31:08 +00:00
markd
6cf1686bc5 Add tex-eqparbox 2017-01-20 23:29:08 +00:00
markd
80506153ff Add tex-mparrows to complete collection. 2017-01-20 23:09:56 +00:00
markd
77b34e1bc4 Add additional tex packages 2017-01-20 22:13:28 +00:00
markd
1366f5fb0d update package versions 2017-01-19 09:33:04 +00:00
markd
b0b90ab535 Note kdelibs update to 4.14.27 2017-01-19 08:45:00 +00:00
mef
e4e41eaed6 Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1
------------------------------------------------------------
ChangeLog v3.7.10.1

This is the first bug-fix release for v3.7.10
This contains bug fixes primarily for GRC and DTV.
- GRC
 * Catch more exceptions thrown by ConfigParser when reading corrupted
   grc.conf files.
 * Fix the docstring update error for empty categories.
 * Fix grcc to call refactored GRC code.
 * Convert initially opened files to absolute paths to prevent
   attempting to read from tmp.
 * Move startup checks back in to gnuradio-companion script from grc/checks.py.

- DTV
 * Fix a segfault that occurs from out-of-bounds access in
   dvbt_bit_inner_interleaver forecast by forecasting an enumerated list
   of all input streams.
 * Fix VL-SNR framing.

- Digital
 * Enable update rate in block_recovery_mm blocks to keep tags close to
   the the proper clock-recovered sample time. Tag offsets will still be
   off between calls to work, but each work call updates the tag rate.

- Analog
 * Fix the derivative calculation in fmdet block.

- Builds
 * Fix linking GSL to gr-fec.
 * Use gnu99 C standard rather than gnu11 standard to maintain
   support for GCC 4.6.3.

- Other
   Minor spelling and documentation fixes.
   Fix uhd_siggen_gui when using lo_locked.

(pkgsrc changes on gnuradio-core/Makefile.common)
 - Following lines added
   CXXFLAGS+=               -pthread
   .include       "../../devel/cppunit/buildlink3.mk"
   .include       "../../math/gsl/buildlink3.mk"
2017-01-13 22:03:35 +00:00
rodent
4984613510 Bump version due to plugin updates. 2017-01-04 23:20:31 +00:00
rodent
226e400654 Bump package version due to theme updates. 2017-01-04 23:19:54 +00:00
wiz
4ee3617af7 Bump DIST_SUBDIR to v3: Use checksums of manually (firefox) downloaded
distfile. This is the same as before my previous commit, but into a versioned
subdirectory.

Automatic fetch from sourceforge will probably fail (I get three different
checksums for different tries), but I've also uploaded this to ftp.NetBSD.org,
so the failover fetches will work, eventually.

(Keep MASTER_SITES for updates.)
2017-01-03 02:31:36 +00:00
wiz
c82d48c847 Set DIST_SUBDIR and add checksum as of right now.
This is getting annoying, three releases of the same file?
2017-01-02 10:00:58 +00:00
jklos
d7a90f0da7 Updated distfile and distinfo to reflect tarball and hash represented here:
http://www.boost.org/users/history/version_1_63_0.html
2017-01-02 07:25:43 +00:00
adam
115ac23a4c Changes 1.63.0:
Atomic:
* Added the static constant atomic<T>::is_always_lock_free for conformance with C++17. The constant indicates that the given specialization always provides lock-free implementation of atomic operations.
* Improved support of Oracle Studio on x86 targets.

Container:
* Fixed bugs

Context:
* 11687 Xcode (Apple clang) and thread_local
* 12114 context does not preserve fpu context on ios arm64 devices (fixed for other architecturs too)
* 12411 fpu registers not preserved with O2 optimizations in Visual Studio (fixed for other architecturs too)
* 12551 building boost on arm64 causes error: unknown directive
* reduced signatur for ontop-functions
* unit-test for private fcontext-API
* performance-test for ucontext and fcontext fixed

Fiber:
* unbounded_channel and bounded_channel marked as deprecated
* new classes buffered_channel and unbuffered_channel
* performance improved

Fusion:
* Fixed fusion::vector buggy constructors (Thanks to Lee Clagett).
* BOOST_FUSION_ADAPT* and BOOST_FUSION_DEFINE* now allow empty structures. (6592)
* BOOST_FUSION_DEFINE* allows move constructor and assignment. (10099)
* Adaptor for std::array (Thanks to Mateusz Łoskot). (8241)
* Fixed returning temporary variable warnings on MSVC.

Geometry:
* Intersection: take care that output is valid (work in progres, not yet finished - but more is valid)
* 12289 Avoid warning/compilation error for std::cout
* 12412 Invalid result of covered_by() with geographic Points and Boxes
* 12413 rtree::remove() not working properly with geographic Points

Hash:
* Fixed some warnings.

Interprocess:
* Fixed bugs

Intrusive:
* Fixed bugs

Lexical Cast:
* Fixed issue found by -fsanitize=undefined 21

Log:
* Removed the previously deprecated type_info_wrapper.
* Added a way to access the current file name from the text file sink backend. The file name can be obtained with the get_current_file_name method.
* Bug fixes

Metaparse:
* Improved the implementation of BOOST_METAPARSE_STRING

Move:
* Improved experimental adaptive sort algorithm performance
* Activate BOOST_MOVE_FORCEINLINE

Optional:
* Added two new in-place constructors. They work similarly to emplace() functions: they initialize the contained value by perfect-forwarding the obtained arguments. One constructor always initializes the contained value, the other based on a boolean condition.
* Syntax o = {} now correctly un-initializes an optional, just like in std::optional.
* Fixed optional<optional<T>&> initialization. (12203)
* Optional constructors are sfinae-friendly. This fixes interaction with std::tuple. (12563)

Phoenix:
* Most of modules now support C++11 variadic templates.
* Fixed type deduction failure with result type.
* Suppress unused warnings.
* Fixed too few arguments error on binary math functions.
* Added workarounds for older compiler.

Python:
* Added (basic) support for C++11 (std::shared_ptr, std::unique_ptr)
* Incorporated an extension API to wrap NumPy
* Removed obsolete bits and pieces

Test:
* Boost.test v3.4 see the Change log section for more details.
* New feature: per_element and lexicographic modifiers of BOOST_TEST can also be applied to string comparison
* Breaking change: colons that appear in test case names are replaced with underscores
* Bug fixes

TypeIndex:
* Added runtime_cast to the library as an emulation of dynamic_cast. Thanks to Chris Glover for the implementation. See runtime_cast reference for more info.
* Internals of the CTTI were made more platform independant, due to change of the std::size_t type to unsigned int.

Units:
* Fix inspection warnings
* updated physico-chemical constants to CODATA 2014 values
* define biot correctly as 10 Ampere

Unordered:
* Fix an exception safety issue in assignment.
* Use std::allocator_traits where available, and support modern style rebind (12459).
* Add some allocator aware constructors.
* Use the hint iterator in emplace_hint.
* Fixed some warnings.
2017-01-01 15:32:47 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
ceed763897 Depend on existing xen packages. Bump version. 2016-12-29 23:01:33 +00:00
wiz
604e9c2c25 Re-add qxl driver now it builds again.
Bump PKGREVISION.
2016-12-20 08:56:52 +00:00
wiz
d04dd9a52b Re-enable intel driver now that it's fixed.
Bump PKGREVISION.
2016-12-07 22:00:44 +00:00
rodent
a71bc063ac It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:

http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
2016-12-04 21:12:58 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
wiz
1ffe159728 Disable intel and qxl drivers for now, until upstream releases fixed
versions.

Bump version.
2016-11-30 12:24:10 +00:00