Commit graph

450187 commits

Author SHA1 Message Date
Dmitry Marakasov
3617a923a8 - Update WWW
Approved by:	portmgr blanket
2018-07-13 09:37:44 +00:00
Yuri Victorovich
5f998478dd biology/molden: Unbreak by updating the MASTER_SITES URL 2018-07-13 09:28:15 +00:00
Yuri Victorovich
f035497131 science/openstructure: Add USE_CXXSTD=c++98; Use MASTER_SITES instead of USE_GITLAB
USE_GITLAB doesn't work in this case because it requires GL_COMMIT while only DISTVERSION
should be sufficient.

USE_CXXSTD=c++98 is used because -DCMAKE_CXX_FLAGS='-std=c++98' os overridden.

Reported by:	tobik
2018-07-13 09:24:52 +00:00
Dmitry Marakasov
fcf9d3b7b1 - Add LICENSE
Approved by:	portmgr blanket
2018-07-13 09:07:42 +00:00
Antoine Brodin
d031b65247 djvusmooth doesn't work with python3 2018-07-13 08:50:03 +00:00
Mathieu Arnold
79dba98240 Add missing flavors on python dependencies.
Sponsored by:	Absolight
2018-07-13 08:23:06 +00:00
Yuri Victorovich
33ce50e0cd New port: graphics/djvusmooth: Graphical editor for DjVu 2018-07-13 08:19:35 +00:00
Antoine Brodin
b48671a379 Mark BROKEN: unfetchable
Reported by:	pkg-fallout
MFH:		2018Q3
2018-07-13 08:13:47 +00:00
Antoine Brodin
a7ad2512c2 Mark BROKEN: fails to build
/wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp: In member function 'int la_i_print_vr_t::init(CSOUND*)':
/wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp:631:12: error: no match for 'operator<<' (operand types are 'std::__1::ostringstream {aka std::__1::basic_ostringstream<char>}' and 'std::__1::vector<double>')
     stream << array->vr << std::endl;
     ~~~~~~~^~~~~~~~~~~~

Reported by:	pkg-fallout
MFH:		2018Q3
2018-07-13 08:10:39 +00:00
Antoine Brodin
37d09bcd3f mininet is not compatible with python3 2018-07-13 08:05:58 +00:00
Yuri Victorovich
4b34dd614a New port: biology/exonerate: Generic tool for sequence alignment
PR:		229180
Submitted by:	Motomichi Matsuzaki <mzaki@niid.go.jp>
2018-07-13 07:02:16 +00:00
Mathieu Arnold
84b01e747d Coalesce all SED calls.
Sponsored by:	Absolight
2018-07-13 07:02:16 +00:00
Wen Heping
ad56690396 - Update to 8.1
PR:		229655
Submitted by:	kevinz5000@gmail.com(maintainer)
2018-07-13 07:01:09 +00:00
Mathieu Arnold
ba0451ba80 Remove dependencies on lang/python.
Fix where appropriate.

Sponsored by:	Absolight
2018-07-13 06:55:32 +00:00
Mathieu Arnold
3bc7743145 Remove dependencies on lang/python3.
Sponsored by:	Absolight
2018-07-13 06:55:26 +00:00
TAKATSU Tomonari
2baa293f92 - Update to 0.6 2018-07-13 05:52:39 +00:00
TAKATSU Tomonari
d667104743 - Add new port: misc/R-cran-xfun
Miscellaneous functions commonly used in other packages maintained
  by 'Yihui Xie'.

  WWW: https://cran.r-project.org/web/packages/xfun/
2018-07-13 05:48:28 +00:00
Yuri Victorovich
94c45c5de0 lang/crystal: Update 0.24.1 -> 0.25.1
PR:		229636
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2018-07-13 05:35:09 +00:00
Yuri Victorovich
a1c7c376d2 science/openstructure: Fix build by using -std=c++98
The upstream recommended to use -std=c++98 to fix C++ errors on CURRENT.
Also switch to USE_GITLAB.

Reported by:	fallout (build failure)
Reported by:	mat (USE_GITLAB use)
2018-07-13 05:32:19 +00:00
Yuri Victorovich
b14502d893 science/libssm: Fix build: put spaces between quotedstrings and defined values in C
Reported by:	fallout
2018-07-13 04:58:15 +00:00
Wen Heping
5507c65b31 - Update to 1.4214
Changes: https://metacpan.org/changes/distribution/CGI-Cache
- Update TEST_DEPENDS
2018-07-13 03:18:30 +00:00
Jan Beich
11b80fc3ac www/firefox: switch 11.1 aarch64 to LLD after r474545 2018-07-13 03:08:53 +00:00
Jan Beich
a224a498b7 www/firefox: switch to Clang 6.0.1 on FreeBSD 11.1
Clang 6 is already used on 10.4, 11.2 and -CURRENT. No need to expose
users to Clang 4.0.0 regressions fixed in 4.0.1 or later versions.
2018-07-13 03:02:46 +00:00
Mark Linimon
770ef00dd2 Remove useless MAINTAINER lines. 2018-07-13 02:57:57 +00:00
Jan Beich
222b90095c graphics/mapnik: improve boost 1.68 fix 2018-07-12 23:22:17 +00:00
Jan Beich
283441d697 science/pulseview: unbreak with boost 1.68 on FreeBSD 10.*
After https://github.com/boostorg/multiprecision/commit/3cedeeab3048
building with Clang 3.4.1 fails like the following:

In file included from pv/views/trace/view.cpp:26:
In file included from /usr/include/c++/v1/algorithm:628:
In file included from /usr/include/c++/v1/memory:607:
/usr/include/c++/v1/tuple:187:73: error: reference to type 'const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0>' requires an initializer
             _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : value()
                                                                        ^
/usr/include/c++/v1/type_traits:2359:44: note: in instantiation of member function 'std::__1::__tuple_leaf<1, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>::__tuple_leaf' requested here
typename __select_2nd<decltype(_VSTD::move(_Tp(_VSTD::declval<_Args>()...))), true_type>::type
                                           ^
/usr/include/c++/v1/type_traits:2360:1: note: while substituting deduced template arguments into function template '__is_constructible_test' [with _Tp = std::__1::__tuple_leaf<1, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>, _Args = <>]
__is_constructible_test(_Tp&&, _Args&& ...);
^
/usr/include/c++/v1/type_traits:2419:14: note: in instantiation of template class 'std::__1::__libcpp_is_constructible<false, std::__1::__tuple_leaf<1, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>>' requested here
    : public __libcpp_is_constructible<is_scalar<_Tp>::value || is_reference<_Tp>::value,
             ^
/usr/include/c++/v1/type_traits:2445:14: note: in instantiation of template class 'std::__1::__is_constructible_void_check<false, std::__1::__tuple_leaf<1, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>>' requested here
    : public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value
             ^
/usr/include/c++/v1/type_traits:2653:14: note: in instantiation of template class 'std::__1::is_constructible<std::__1::__tuple_leaf<1, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>>' requested here
    : public is_constructible<_Tp>
             ^
/usr/local/include/boost/multiprecision/number.hpp:645:119: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
   template <class T, class = typename boost::disable_if_c<std::is_constructible<T, self_type const&>::value || !std::is_default_constructible<T>::value, T>::type>
                                                                                                                      ^
/usr/include/c++/v1/tuple:882:12: note: in instantiation of function template specialization 'std::__1::tuple<pv::views::trace::View &, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, QString &&>::tuple<pv::views::trace::View &, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, QString, false>' requested here
    return tuple<_Tp&&...>(_VSTD::forward<_Tp>(__t)...);
           ^
/usr/include/c++/v1/memory:3705:27: note: in instantiation of function template specialization 'std::__1::forward_as_tuple<pv::views::trace::View &, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, QString>' requested here
                   _VSTD::forward_as_tuple(_VSTD::forward<_Args>(__args)...)) {}
                          ^
/usr/include/c++/v1/memory:4280:26: note: in instantiation of function template specialization 'std::__1::__shared_ptr_emplace<pv::views::trace::Flag, std::__1::allocator<pv::views::trace::Flag> >::__shared_ptr_emplace<pv::views::trace::View &, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, QString>' requested here
    ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...);
                         ^
/usr/include/c++/v1/memory:4644:29: note: in instantiation of function template specialization 'std::__1::shared_ptr<pv::views::trace::Flag>::make_shared<pv::views::trace::View &, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, QString>' requested here
    return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...);
                            ^
pv/views/trace/view.cpp:641:19: note: in instantiation of function template specialization 'std::__1::make_shared<pv::views::trace::Flag, pv::views::trace::View &, const boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, QString>' requested here
        flags_.push_back(make_shared<Flag>(*this, time,
                         ^
In file included from pv/views/trace/view.cpp:26:
In file included from /usr/include/c++/v1/algorithm:628:
In file included from /usr/include/c++/v1/memory:607:
/usr/include/c++/v1/tuple:188:9: error: static_assert failed "Attempted to default construct a reference element in a tuple"
       {static_assert(!is_reference<_Hp>::value,
        ^             ~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/v1/tuple:187:73: error: reference to type 'boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0>' requires an initializer
             _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : value()
                                                                        ^
/usr/include/c++/v1/type_traits:2359:44: note: in instantiation of member function 'std::__1::__tuple_leaf<1, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>::__tuple_leaf' requested here
typename __select_2nd<decltype(_VSTD::move(_Tp(_VSTD::declval<_Args>()...))), true_type>::type
                                           ^
/usr/include/c++/v1/type_traits:2360:1: note: while substituting deduced template arguments into function template '__is_constructible_test' [with _Tp = std::__1::__tuple_leaf<1, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>, _Args = <>]
__is_constructible_test(_Tp&&, _Args&& ...);
^
/usr/include/c++/v1/type_traits:2419:14: note: in instantiation of template class 'std::__1::__libcpp_is_constructible<false, std::__1::__tuple_leaf<1, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>>' requested here
    : public __libcpp_is_constructible<is_scalar<_Tp>::value || is_reference<_Tp>::value,
             ^
/usr/include/c++/v1/type_traits:2445:14: note: in instantiation of template class 'std::__1::__is_constructible_void_check<false, std::__1::__tuple_leaf<1, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>>' requested here
    : public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value
             ^
/usr/include/c++/v1/type_traits:2653:14: note: in instantiation of template class 'std::__1::is_constructible<std::__1::__tuple_leaf<1, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &, false>>' requested here
    : public is_constructible<_Tp>
             ^
/usr/local/include/boost/multiprecision/number.hpp:645:119: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
   template <class T, class = typename boost::disable_if_c<std::is_constructible<T, self_type const&>::value || !std::is_default_constructible<T>::value, T>::type>
                                                                                                                      ^
/usr/include/c++/v1/tuple:882:12: note: in instantiation of member function 'std::__1::tuple<pv::views::trace::View &, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &>::tuple' requested here
    return tuple<_Tp&&...>(_VSTD::forward<_Tp>(__t)...);
           ^
/usr/include/c++/v1/memory:3705:27: note: in instantiation of function template specialization 'std::__1::forward_as_tuple<pv::views::trace::View &, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &>' requested here
                   _VSTD::forward_as_tuple(_VSTD::forward<_Args>(__args)...)) {}
                          ^
/usr/include/c++/v1/memory:4280:26: note: in instantiation of function template specialization 'std::__1::__shared_ptr_emplace<pv::views::trace::TriggerMarker, std::__1::allocator<pv::views::trace::TriggerMarker> >::__shared_ptr_emplace<pv::views::trace::View &, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &>' requested here
    ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...);
                         ^
/usr/include/c++/v1/memory:4644:29: note: in instantiation of function template specialization 'std::__1::shared_ptr<pv::views::trace::TriggerMarker>::make_shared<pv::views::trace::View &, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &>' requested here
    return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...);
                            ^
pv/views/trace/view.cpp:696:29: note: in instantiation of function template specialization 'std::__1::make_shared<pv::views::trace::TriggerMarker, pv::views::trace::View &, boost::multiprecision::number<boost::multiprecision::backends::cpp_dec_float<24, int, void>, 0> &>' requested here
        trigger_markers_.push_back(make_shared<TriggerMarker>(*this, location));
                                   ^
In file included from pv/views/trace/view.cpp:26:
In file included from /usr/include/c++/v1/algorithm:628:
In file included from /usr/include/c++/v1/memory:607:
/usr/include/c++/v1/tuple:188:9: error: static_assert failed "Attempted to default construct a reference element in a tuple"
       {static_assert(!is_reference<_Hp>::value,
        ^             ~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		229569
2018-07-12 23:21:47 +00:00
Yuri Victorovich
1a6d6be05a net/wpa_supplicant_gui: Fix build after the PORTNAME change
Reported by:	Guido Falsi <madpilot@freebsd.org>
2018-07-12 22:53:03 +00:00
Guido Falsi
5fb96c8f1f - Update asterisk13 to 13.22.0
- Update asterisk15 to 15.5.0
2018-07-12 22:46:05 +00:00
Yuri Victorovich
62666a9b80 lang/nyan: Remove the unnecessary flex dependency
PR:		229743
2018-07-12 21:43:17 +00:00
Yuri Victorovich
6515c2efd3 net/py-libfte: Update 0.1.0 -> 0.1.3; switch to CHEESESHOP
PR:		229734
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
2018-07-12 21:41:35 +00:00
Yuri Victorovich
3adc3b1c6f New port: lang/nyan: Data description language designed for openage
PR:		229743
Submitted by:	Martin Filla <martinfilla@post.cz>
2018-07-12 21:23:17 +00:00
Mark Linimon
47872ad0d3 Setting MAINTAINER is redundant here now. 2018-07-12 21:05:37 +00:00
Babak Farrokhi
54c7849b51 databases/pymongo: Update to 3.7.0
- also take maintainership

PR:	229598
Approved by:	wg
2018-07-12 20:34:59 +00:00
Yuri Victorovich
5f32e59451 biology/py-orange3-bioinformatics: Update 3.1.0 -> 3.1.1
Reported by:	portscout
2018-07-12 20:09:38 +00:00
Yuri Victorovich
f5361909e2 New port: devel/binaryen: Compiler infrastructure and toolchain library for WebAssembly
PR:		229542
Submitted by:	Greg V <greg@unrelenting.technology>
2018-07-12 19:20:57 +00:00
Yuri Victorovich
0300da4e71 math/vtk6: Update CONFLICTS 2018-07-12 19:05:30 +00:00
Yuri Victorovich
fe7743ba2e New port: math/vtk8: Visualization toolkit (repocopy of math/vtk6 with modifications)
Changes against math/vtk6:
* Use DISTVERSION
* Update COMMENT
* Add to USES
* Remove the SHARED option: all libraries should be shared, no need for the option to do otherwise
* Remove the PYTHON option: python binding should be a separate port
* Modernize the port: use helpers instead of .if/.endif
* Use autoplist: too many files with too complex dependencies on options
* Update USE_QT to include missing parts
2018-07-12 19:03:54 +00:00
Yuri Victorovich
5cfd636899 net/wpa_supplicant_gui: Fix package name after rename
Reported by:	adamw
2018-07-12 18:46:20 +00:00
Yuri Victorovich
51013cd84c Rename net/wpa_gui -> net/wpa_supplicant_gui
It's easier to search this way.
Take maintainership.
2018-07-12 18:14:01 +00:00
Adam Weinberger
c2c08d70ce Update gnupg to 2.2.9
* dirmngr: Fix recursive resolver mode and other bugs in the libdns
    code.  [#3374,#3803,#3610]

  * dirmngr: When using libgpg-error 1.32 or later a GnuPG build with
    NTBTLS support (e.g. the standard Windows installer) does not
    anymore block for dozens of seconds before returning data.  If you
    still have problems on Windows, please consider to use one of the
    options disable-ipv4 or disable-ipv6.

  * gpg: Fix bug in --show-keys which actually imported revocation
    certificates.  [#4017]

  * gpg: Ignore too long user-ID and comment packets.  [#4022]

  * gpg: Fix crash due to bad German translation.  Improved printf
    format compile time check.

  * gpg: Handle missing ISSUER sub packet gracefully in the presence of
    the new ISSUER_FPR.  [#4046]

  * gpg: Allow decryption using several passphrases in most cases.
    [#3795,#4050]

  * gpg: Command --show-keys now enables the list options
    show-unusable-uids, show-unusable-subkeys, show-notations and
    show-policy-urls by default.

  * gpg: Command --show-keys now prints revocation certificates. [#4018]

  * gpg: Add revocation reason to the "rev" and "rvs" records of the
    option --with-colons.  [#1173]

  * gpg: Export option export-clean does now remove certain expired
    subkeys; export-minimal removes all expired subkeys.  [#3622]

  * gpg: New "usage" property for the drop-subkey filters.  [#4019]

MFH:		2018Q3
2018-07-12 17:34:12 +00:00
Yuri Victorovich
c2a65ee591 math/openlibm: Not broken in aarch64
PR:		229737
Submitted by:	Greg V <greg@unrelenting.technology>
2018-07-12 17:31:03 +00:00
Dmitry Marakasov
bfc0a6cc17 - Update to 0.18 2018-07-12 17:22:52 +00:00
Yuri Victorovich
bbb2ec6699 net/cjdns: Unbreak on aarch64
PR:		229730
Submitted by:	Greg V <greg@unrelenting.technology>
2018-07-12 17:13:49 +00:00
Dave Cottlehuber
6fa6d8c005 audio/ympd: a standalone MPD Web GUI written in C with bootstrap.js
Approved by:	jrm
Differential Revision:	https://reviews.freebsd.org/D16236
2018-07-12 15:44:24 +00:00
MANTANI Nobutaka
0ee99c6851 - Fix build error when lang/mono is installed.
- Regenerate patches to pet portlint.

PR:		229674
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
2018-07-12 14:42:04 +00:00
Renato Botelho
5afca0c03d Update x11-wm/wmconfig to 1.5.1 2018-07-12 14:30:24 +00:00
Dmitry Marakasov
54952cc1bb - Switch to USES=localbase
- Fix build with clang 6
2018-07-12 14:13:01 +00:00
Dmitry Marakasov
488101154e - Fix build with clang 6 2018-07-12 14:11:46 +00:00
Dmitry Marakasov
b5256e1eb9 - Fix build with clang 6
- Pet portlint
2018-07-12 14:11:30 +00:00
Dmitry Marakasov
a0e5621402 - Fix build with clang 6 2018-07-12 14:11:01 +00:00