aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lang/solidity: unbreak with boost 1.67 on 10.*Jan Beich2018-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from libjulia/optimiser/FunctionGrouper.cpp:22: In file included from ./libjulia/optimiser/FunctionGrouper.h:24: In file included from ./libjulia/ASTDataForward.h:24: In file included from ./libsolidity/inlineasm/AsmDataForward.h:25: In file included from /usr/local/include/boost/variant.hpp:17: In file included from /usr/local/include/boost/variant/variant.hpp:21: In file included from /usr/local/include/boost/type_index.hpp:29: In file included from /usr/local/include/boost/type_index/stl_type_index.hpp:43: In file included from /usr/local/include/boost/container_hash/hash.hpp:760: In file included from /usr/local/include/boost/container_hash/extensions.hpp:22: In file included from /usr/local/include/boost/detail/container_fwd.hpp:93: /usr/include/c++/v1/vector:504:70: error: no member named 'value' in 'std::__1::is_nothrow_default_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> > >' _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /usr/include/c++/v1/__config:349:34: note: expanded from macro '_NOEXCEPT_' # define _NOEXCEPT_(x) noexcept(x) ^ ./libsolidity/inlineasm/AsmData.h:70:64: note: in instantiation of exception specification for 'vector' requested here struct Block { SourceLocation location; std::vector<Statement> statements; }; ^ /usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:27:7: note: in instantiation of template class 'boost::has_nothrow_constructor<dev::solidity::assembly::FunctionDefinition>' requested here : T::type ^ /usr/local/include/boost/mpl/not.hpp:41:11: note: in instantiation of template class 'boost::mpl::aux::nested_type_wknd<boost::has_nothrow_constructor<dev::solidity::assembly::FunctionDefinition> >' requested here BOOST_MPL_AUX_NESTED_TYPE_WKND(T)::value ^ /usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:38:24: note: expanded from macro 'BOOST_MPL_AUX_NESTED_TYPE_WKND' ::boost::mpl::aux::nested_type_wknd<T> \ ^ /usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:27:7: note: in instantiation of template class 'boost::mpl::not_<boost::has_nothrow_constructor<dev::solidity::assembly::FunctionDefinition> >' requested here : T::type ^ /usr/local/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:25:11: note: in instantiation of template class 'boost::mpl::aux::nested_type_wknd<boost::mpl::apply1<boost::mpl::protect<boost::detail::variant::find_fallback_type_pred, 0>, boost::mpl::l_iter<boost::mpl::l_item<mpl_::long_<5>, dev::solidity::assembly::FunctionDefinition, boost::mpl::l_item<mpl_::long_<4>, dev::solidity::assembly::If, boost::mpl::l_item<mpl_::long_<3>, dev::solidity::assembly::Switch, boost::mpl::l_item<mpl_::long_<2>, dev::solidity::assembly::ForLoop, boost::mpl::l_item<mpl_::long_<1>, dev::solidity::assembly::Block, boost::mpl::l_end> > > > > > > >' requested here BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value ^ /usr/local/include/boost/mpl/aux_/nested_type_wknd.hpp:38:24: note: expanded from macro 'BOOST_MPL_AUX_NESTED_TYPE_WKND' ::boost::mpl::aux::nested_type_wknd<T> \ ^ /usr/local/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:50:7: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) : aux::and_impl< ^ /usr/include/c++/v1/type_traits:2445:14: note: in instantiation of template class 'std::__1::__is_constructible_void_check<false, std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> >>' requested here : public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value ^ /usr/include/c++/v1/type_traits:2936:41: note: in instantiation of template class 'std::__1::is_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> >>' requested here : __libcpp_is_nothrow_constructible<is_constructible<_Tp, _Args...>::value, is_reference<_Tp>::value, _Tp, _Args...> ^ /usr/include/c++/v1/type_traits:3059:14: note: in instantiation of template class 'std::__1::is_nothrow_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> >>' requested here : public is_nothrow_constructible<_Tp> ^ /usr/include/c++/v1/vector:504:20: note: in instantiation of template class 'std::__1::is_nothrow_default_constructible<std::__1::allocator<boost::variant<dev::solidity::assembly::ExpressionStatement, dev::solidity::assembly::Instruction, dev::solidity::assembly::Label, dev::solidity::assembly::StackAssignment, dev::solidity::assembly::Assignment, dev::solidity::assembly::VariableDeclaration, dev::solidity::assembly::FunctionDefinition, dev::solidity::assembly::If, dev::solidity::assembly::Switch, dev::solidity::assembly::ForLoop, dev::solidity::assembly::Block> > >' requested here _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value) ^ /usr/include/c++/v1/__config:349:34: note: expanded from macro '_NOEXCEPT_' # define _NOEXCEPT_(x) noexcept(x) ^ libjulia/optimiser/FunctionGrouper.cpp:38:20: note: in instantiation of exception specification for 'vector' requested here vector<Statement> reordered; ^ PR: 227427 Reported by: antoine (via exp-run) See also: https://reviews.llvm.org/rL276084 Notes: svn path=/head/; revision=467710
* comms/gnuradio: unbreak with boost 1.67Jan Beich2018-04-181-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | gr-blocks/lib/message_strobe_impl.cc:93:35: error: no matching conversion for functional-style cast from 'float' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>') boost::this_thread::sleep(boost::posix_time::milliseconds(d_period_ms)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/boost/date_time/time_duration.hpp:270:30: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'float' to 'const boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000>' for 1st argument class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration ^ /usr/local/include/boost/date_time/time_duration.hpp:286:59: note: candidate template ignored: disabled by 'enable_if' [with T = float] typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) : ^ /usr/local/bin/ld: CMakeFiles/tags_demo.dir/tags_demo.cc.o: undefined reference to symbol 'pthread_condattr_init@@FBSD_1.0' //lib/libthr.so.3: error adding symbols: DSO missing from command line c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [gr-uhd/examples/c++/tags_demo] Error code 1 PR: 227427 Reported by: antoine (via exp-run) Obtained from: Homebrew Notes: svn path=/head/; revision=467709
* databases/pgpool: Update from 3.4.16 to 3.4.17Torsten Zuehlsdorff2018-04-182-4/+4
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-17.html Notes: svn path=/head/; revision=467708
* databases/pgpool-II-35: Update from 3.5.13 to 3.5.14Torsten Zuehlsdorff2018-04-182-4/+4
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-5-14.html Notes: svn path=/head/; revision=467707
* rw is a command line program which copies information between filesKirill Ponomarev2018-04-184-0/+32
| | | | | | | | | | | | | or byte streams. The rw command is designed to be a replacement for dd with standard style command line flags. WWW: https://sortix.org/rw/ PR: 227150 Submitted by: jsmith@resonatingmedia.com Notes: svn path=/head/; revision=467706
* Fix tcp_socket_dead() for FreeBSDBernhard Froehlich2018-04-182-0/+40
| | | | | | | | | | | | | | | | | | | The FreeBSD port of tvheadend couldn't stream Live TV, and debug log shows webui judged the peer socket closed immediately after starting streaming: 2018-04-15 06:30:04.996 [ DEBUG]:webui: Start streaming /stream/mux/c4bc67bdaa13457e33740ca883cc4d75?ticket=7D1B56AD0E434C5F7EBFA4677A7FBE4C94097974 2018-04-15 06:30:04.996 [ DEBUG]:webui: Stop streaming /stream/mux/c4bc67bdaa13457e33740ca883cc4d75?ticket=7D1B56AD0E434C5F7EBFA4677A7FBE4C94097974, client hung up It looks tcp_socket_dead() misunderstood the zero-return from recv(). For the FreeBSD, recv() might return zero for alive sockets which have nothing to read. Submitted by: Jongsung Kim <jongsung.kim@gmail.com> Obtained from: https://github.com/tvheadend/tvheadend/pull/1112 Notes: svn path=/head/; revision=467705
* databases/pgpool-II-36: Update from 3.6.9 to 3.6.10Torsten Zuehlsdorff2018-04-182-4/+4
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-6-10.html Notes: svn path=/head/; revision=467704
* net/libdnet: unbreak compilation for non-default FreeBSD buildsEugene Grosbein2018-04-181-0/+30
| | | | | | | | | | | | | | libdnet fails to compile for non-default FreeBSD build with pf/ipfilter excluded but ipfw included because its ipfw support staled from ipfw1 times and does not apply to modern ipfw implementation. PORTREVISION not changed because the change is effectively 'no-op' for default build. PR: 227490 Notes: svn path=/head/; revision=467703
* Toot is a Mastodon CLI client written in Python, which lets you logKirill Ponomarev2018-04-185-0/+61
| | | | | | | | | | | | | | into your Mastodon account, search for users and hashtags, display timelines, post (toot), upload media files and perform account related actions such us following, muting and blocking. WWW: https://github.com/ihabunek/toot PR: 227587 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Notes: svn path=/head/; revision=467702
* Update to version 2.3.1Kirill Ponomarev2018-04-186-62/+122
| | | | | | | | | PR: 227159 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> Approved by: maintainer Notes: svn path=/head/; revision=467701
* New port: databases/pgpool-II-37Torsten Zuehlsdorff2018-04-188-0/+151
| | | | | | | | | | Repo-copy of databases/pgpool-II-36 PR: 227481 Submitted by: Franco Ricci <franco.ricc@gmail.com> Notes: svn path=/head/; revision=467700
* devel/RStudio: unbreak with boost 1.67Jan Beich2018-04-182-0/+63
| | | | | | | | | | | | | | | | | | src/cpp/core/DateTime.cpp:68:26: error: no matching conversion for functional-style cast from 'double' to 'boost::posix_time::seconds' return time_t_epoch + seconds(sec); ^~~~~~~~~~~ /usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'double' to 'const boost::posix_time::seconds' for 1st argument class BOOST_SYMBOL_VISIBLE seconds : public time_duration ^ /usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:58:37: note: candidate template ignored: disabled by 'enable_if' [with T = double] typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) : ^ PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467699
* - Update WWWDmitry Marakasov2018-04-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=467698
* net-p2p/monero-cli: unbreak with boost 1.67Jan Beich2018-04-181-0/+50
| | | | | | | | | | | | | | | | | | | | | | | In file included from src/cryptonote_basic/hardfork.cpp:33: In file included from src/blockchain_db/blockchain_db.h:42: In file included from src/cryptonote_basic/hardfork.h:31: contrib/epee/include/syncobj.h:37:10: fatal error: 'boost/thread/v2/thread.hpp' file not found #include <boost/thread/v2/thread.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/rpc/daemon_handler.cpp:29: In file included from src/rpc/daemon_handler.h:36: In file included from src/p2p/net_node.h:41: In file included from contrib/epee/include/net/levin_server_cp2.h:32: In file included from contrib/epee/include/net/abstract_tcp_server2.h:324: contrib/epee/include/net/abstract_tcp_server2.inl:44:10: fatal error: 'boost/thread/v2/thread.hpp' file not found #include <boost/thread/v2/thread.hpp> // TODO ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467697
* net/ceph: unbreak with boost 1.67Jan Beich2018-04-181-0/+191
| | | | | | | | | | | | src/rbd_replay/Replayer.cc:353:65: error: no matching conversion for functional-style cast from 'float' to 'boost::posix_time::microseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000000>') boost::system_time sub_release_time(action_completed_time + boost::posix_time::microseconds(dep.time_delta * m_latency_multiplier / 1000)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467696
* Update to version 4.9.6.Dmitry Sivachenko2018-04-182-4/+4
| | | | Notes: svn path=/head/; revision=467695
* - Add LICENSEDmitry Marakasov2018-04-182-1/+4
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=467694
* games/vegastrike: unbreak with boost 1.67Jan Beich2018-04-181-0/+2
| | | | | | | | | | | | /usr/bin/ld: cannot find -lboost_python c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile:3504: vegastrike] Error 1 PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467693
* graphics/gsculpt: unbreak with boost 1.67Jan Beich2018-04-181-0/+1
| | | | | | | | | | | | /usr/bin/ld: cannot find -lboost_python c++: error: linker command failed with exit code 1 (use -v to see invocation) scons: *** [libMath.so] Error 1 PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467692
* - Switch to new test frameworkDmitry Marakasov2018-04-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=467691
* - Update to 1.8.1TAKATSU Tomonari2018-04-183-6/+7
| | | | | | | | - Update LICENSE section - Update pkg-descr Notes: svn path=/head/; revision=467690
* math/py-cvxopt: Update 1.1.9 -> 1.2.0Yuri Victorovich2018-04-182-7/+4
| | | | | | | | | Removed the workaround for the empty directory in post-install because it is gone. Reported by: portscout Notes: svn path=/head/; revision=467689
* sysutils/condor: unbreak with boost 1.67Jan Beich2018-04-182-0/+17
| | | | | | | | | | | [ 98%] Linking CXX shared library libclassad_python_user.so /usr/bin/ld: cannot find -lboost_python PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467688
* graphics/caffe: unbreak with boost 1.67Jan Beich2018-04-181-0/+1
| | | | | | | | | | | | /usr/local/bin/ld: cannot find -lboost_python clang++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:508: python/caffe/_caffe.so] Error 1 PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467687
* sysutils/lr: Update to 1.4Tobias Kortkamp2018-04-182-4/+4
| | | | | | | Changes: https://github.com/chneukirchen/lr/blob/v1.4/NEWS.md Notes: svn path=/head/; revision=467686
* www/chromium: Unbreak build on 12/aarch64Carlos J. Puga Medina2018-04-183-1/+37
| | | | | | | | | | | | | ../../third_party/skia/src/core/SkCpu.cpp:84:27: error: use of undeclared identifier 'getauxval' uint32_t hwcaps = getauxval(AT_HWCAP); ^ PR: 224383 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Reported by: jbeich Notes: svn path=/head/; revision=467685
* math/kig requires Python 2.7Adriaan de Groot2018-04-181-2/+2
| | | | | | | | | | | | The Boost::Python bindings are searched for in a bunch of 2.x versions, and no 3.x versions. Force the use of Python 2.7. No PORTREVISION bump, since the port doesn't change -- if you had Python 3 as default before, kig just didn't build. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=467684
* New port: science/antioch: C++ Chemical Kinetics, Thermodynaimics, and ↵Yuri Victorovich2018-04-188-0/+245
| | | | | | | Transport Library Notes: svn path=/head/; revision=467683
* devel/uatraits: unbreak with boost 1.67Jan Beich2018-04-181-0/+4
| | | | | | | | | | | | | | | | checking for boost_python... boost_python checking boost/python.hpp usability... yes checking boost/python.hpp presence... yes checking for boost/python.hpp... yes checking linkage with boost::python... no [...] configure: error: boost python isn't installed for python binding PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467682
* graphics/py-openimageio: expose Python 3.x support after r461885Jan Beich2018-04-182-3/+3
| | | | Notes: svn path=/head/; revision=467681
* graphics/py-openimageio: unbreak with boost 1.67Jan Beich2018-04-181-0/+2
| | | | | | | | | | | | | -- Boost python support not found -- will not build python components! [...] install -s -m 0644 /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so /wrkdirs/usr/ports/graphics/py-openimageio/work/stage/usr/local/lib/python2.7/site-packages install: /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so: No such file or directory PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467680
* devel/mongo-cxx-driver: unbreak with boost 1.67Jan Beich2018-04-181-0/+26
| | | | | | | | | | | | | | | src/mongo/client/command_writer.cpp:68:78: error: no member named 'next' in namespace 'boost' const std::vector<WriteOperation*>::const_iterator next = boost::next(batch_iter); ~~~~~~~^ src/mongo/util/net/message_port.h:34:38: error: expected class name class AbstractMessagingPort : boost::noncopyable { ^ PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467679
* databases/mongodb34: unbreak with boost 1.67Jan Beich2018-04-181-0/+24
| | | | | | | | | | | | | | | | In file included from src/third_party/yaml-cpp-0.5.3/src/convert.cpp:3: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/convert.h:17: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/impl.h:11: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/iterator.h:13: src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h:48:54: error: no member named 'next' in namespace 'boost' void increment() { this->base_reference() = boost::next(this->base()); } ~~~~~~~^ PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467678
* databases/mongodb36: unbreak with boost 1.67Jan Beich2018-04-181-0/+25
| | | | | | | | | | | | | | | | | In file included from src/third_party/yaml-cpp-0.5.3/src/nodebuilder.cpp:5: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node.h:14: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_ref.h:13: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_data.h:20: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/iterator.h:13: src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h:48:54: error: no member named 'next' in namespace 'boost' void increment() { this->base_reference() = boost::next(this->base()); } ~~~~~~~^ PR: 227427 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=467677
* Redirect expired irc/xchat to irc/hexchatRene Ladan2018-04-181-1/+1
| | | | Notes: svn path=/head/; revision=467676
* - Update to 9.01Wen Heping2018-04-182-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/SRI/Minion-9.01/Changes Notes: svn path=/head/; revision=467675
* New port: science/metaphysicl: Metaprogramming, operator-overloaded classes ↵Yuri Victorovich2018-04-185-0/+96
| | | | | | | for numerical simulations Notes: svn path=/head/; revision=467674
* Change the name of the check-wine-devel-vs-wine-staging target toGerald Pfeifer2018-04-181-2/+2
| | | | | | | | | | check-wine-devel-vs-staging for brevity (and since the wine-staging port is gone for the time being and STASGING is just an option for now). Fix a typo in some of that target's output on the way. Notes: svn path=/head/; revision=467673
* - Redo patch-configure smarter than r467670. The problem is that mkoctfileStephen Montgomery-Smith2018-04-181-2/+3
| | | | | | | doesn't understand the -isystem cflag. Notes: svn path=/head/; revision=467672
* Fix pkg-plistLi-Wen Hsu2018-04-181-0/+2
| | | | Notes: svn path=/head/; revision=467671
* - Redo patch-configure in a slightly smarter way than r467668.Stephen Montgomery-Smith2018-04-181-3/+2
| | | | Notes: svn path=/head/; revision=467670
* - Update to 0.39Wen Heping2018-04-182-4/+4
| | | | Notes: svn path=/head/; revision=467669
* - Update to 1.0.12.Stephen Montgomery-Smith2018-04-184-17/+17
| | | | Notes: svn path=/head/; revision=467668
* dns/dnscrypt-proxy2: Update to 2.0.10Danilo G. Baio2018-04-186-29/+62
| | | | | | | | | | | | | | | | | | | | | Main changes in the port: - Improve instructions for using dnscrypt-proxy2 together with unbound. [1] - Add dnscrypt_proxy_suexec option for users who want to run the daemon as root. - Move the configuration file from ${PREFIX}/etc/dnscrypt-proxy.toml to ${PREFIX}/etc/dnscrypt-proxy/dnscrypt-proxy.toml, because by default temporary files will use the path of the config file. This fixes a permission issue when fetching the public resolvers list. Changes: https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.10/ChangeLog PR: 227129 [1] Submitted by: egypcio@googlemail.com (maintainer) Reported by: erik@nordstroem.no [1] Differential Revision: https://reviews.freebsd.org/D15024 Notes: svn path=/head/; revision=467667
* - Update to 0.3.5.Stephen Montgomery-Smith2018-04-183-19/+6
| | | | Notes: svn path=/head/; revision=467666
* - Update to 1.3.0.Stephen Montgomery-Smith2018-04-182-6/+5
| | | | Notes: svn path=/head/; revision=467665
* Update to 7.0.2Jason E. Hale2018-04-185-32/+9
| | | | | | | | No functional change, this version just contains some of the CMake fixes we were already providing as local patches Notes: svn path=/head/; revision=467664
* - Update audio/liblastfm to 1.0.9-5-g4433165 [1]Jason E. Hale2018-04-176-45/+70
| | | | | | | | | | | | | | | - Add audio/liblastfm-qt5 slave port which provides a Qt 5 interface [1] - Explicitly mark UrlBuilder::mobilize() as deprecated - Allow Qt4 and Qt5 versions to be installed concurrently - Make sure liblastfm creates the directories it uses instead of relying on client apps to do so PR: 226530 [1] Submitted by: Greg V <greg@unrelenting.technology> [1] Notes: svn path=/head/; revision=467663
* Upgrade from 1.13.12 to 1.14.0.Sergey A. Osokin2018-04-172-4/+4
| | | | | | | | | | | <ChangeLog> *) 1.14.x stable branch. </ChangeLog> Notes: svn path=/head/; revision=467662
* Add a workaround for solarisfixes.h header file.Sergey A. Osokin2018-04-174-1/+26
| | | | | | | Bump PORTREVISIONs. Notes: svn path=/head/; revision=467661