devel/linux-js has been gone for over 6 years. Use devel/evdev-proto
instead. It now provides linux/joystick.h.
PR: 241354
Submitted by: rozhuk.im@gmail.com
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
* incorporated patches by Robert Bonomi into cribbage
* moved sources to a dedicated github.com repository for easier future
bugfixing
* changed epoch - 5.5.0 (as in DragonFlyBSD) really doesn't make sense.
version 0.7 suggests it's not as tidy as it should be, so that's
appropriate.
PR: 242250
Submitted by: jockl@pianojockl.org (maintainer)
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
The symlinks are not staged and never packaged.
- Fix it to always install the symlinks instead
- Remove bad advice from pkg-message
- Remove useless pkg-deinstall script
- Clean up cruft in extract phase
Implementation of the simple board game called Mancala. Contains both a
user unfriendly character based interface, and a nice, user friendly X11
interface. Be warned: If you just bother to read the rules, you may get
hooked on this!
- shift to xz
- build process is more straight-forward, so drop do-build target.
- CHANGELOG is now CHANGES.md
- update WWW project page
- update maintainer address
PR: 241749
Submitted by: jgh@
Approved by: maintainer (markand@malikania.fr)
* Update WWW and MASTER_SITES as both were switched to HTTPS.
Changelog:
* Fixed issues with graphics
* Fixed some glitches in the textual output
PR: 241885
Submitted by: Thomas Dettbarn <dettus@dettus.net> (maintainer)
MFH: 2019Q4 (bugfix blanket)
GG/src/Texture.cpp:232:25: error: no template named 'vector4' in namespace 'boost::mpl'
typedef boost::mpl::vector4<
~~~~~~~~~~~~^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:17:
In file included from /usr/local/include/boost/variant.hpp:17:
/usr/local/include/boost/variant/variant.hpp:2416:5: error: static_assert failed due to requirement '::boost::mpl::is_sequence<int>::value' "( ::boost::mpl::is_sequence<Types>::value )"
BOOST_STATIC_ASSERT(( ::boost::mpl::is_sequence<Types>::value ));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/static_assert.hpp:70:41: note: expanded from macro 'BOOST_STATIC_ASSERT'
# define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
^ ~~~~~~~~~~~
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:88:26: note: in instantiation of template class 'boost::make_variant_over<int>' requested here
class any_image : public make_variant_over<Images>::type
^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
In file included from GG/src/Texture.cpp:32:
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:90:58: error: no type named 'type' in 'boost::make_variant_over<int>'
using parent_t = typename make_variant_over<Images>::type;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:12:
In file included from /usr/local/include/boost/gil/image.hpp:11:
In file included from /usr/local/include/boost/gil/algorithm.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_iterator.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_reference.hpp:12:
In file included from /usr/local/include/boost/gil/pixel.hpp:12:
In file included from /usr/local/include/boost/gil/channel.hpp:11:
In file included from /usr/local/include/boost/gil/utilities.hpp:11:
In file included from /usr/local/include/boost/gil/detail/mp11.hpp:12:
In file included from /usr/local/include/boost/mp11.hpp:11:
/usr/local/include/boost/mp11/list.hpp:45:19: error: no type named 'type' in 'boost::mp11::detail::mp_size_impl<int>'
template<class L> using mp_size = typename detail::mp_size_impl<L>::type;
^~~~~
/usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here
template<template<class...> class F, class... L> using mp_transform = typename mp_if<mp_same<mp_size<L>...>, detail::mp_transform_impl<F, L...>, detail::list_size_mismatch>::type;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:33:1: note: in instantiation of template type alias 'mp_transform' requested here
using images_get_views_t = mp11::mp_transform<get_view_t, Images>;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:92:43: note: in instantiation of template type alias 'images_get_views_t' requested here
using view_t = any_image_view<detail::images_get_views_t<Images>>;
^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:12:
In file included from /usr/local/include/boost/gil/image.hpp:11:
In file included from /usr/local/include/boost/gil/algorithm.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_iterator.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_reference.hpp:12:
In file included from /usr/local/include/boost/gil/pixel.hpp:12:
In file included from /usr/local/include/boost/gil/channel.hpp:11:
In file included from /usr/local/include/boost/gil/utilities.hpp:11:
In file included from /usr/local/include/boost/gil/detail/mp11.hpp:12:
In file included from /usr/local/include/boost/mp11.hpp:11:
/usr/local/include/boost/mp11/list.hpp:45:19: error: no type named 'type' in 'boost::mp11::detail::mp_size_impl<int>'
template<class L> using mp_size = typename detail::mp_size_impl<L>::type;
^~~~~
/usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here
template<template<class...> class F, class... L> using mp_transform = typename mp_if<mp_same<mp_size<L>...>, detail::mp_transform_impl<F, L...>, detail::list_size_mismatch>::type;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:39:1: note: in instantiation of template type alias 'mp_transform' requested here
using images_get_const_views_t = mp11::mp_transform<get_const_view_t, Images>;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:93:49: note: in instantiation of template type alias 'images_get_const_views_t' requested here
using const_view_t = any_image_view<detail::images_get_const_views_t<Images>>;
^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
ImageType image;
^
Obtained from: upstream
Needs C++11 compiler:
Target "devilution" requires the language dialect "CXX11" , but CMake does
not know the compile flags to use to enable it.
Approved by: mentors (implicit approval)
November 07, 2019.
Today KDE released the third stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
More than a dozen recorded bugfixes include improvements to Kontact, Ark,
Cantor, K3b, Kdenlive, Konsole, Okular, Spectacle, Umbrello, among others.
Improvements include:
* In the video-editor Kdenlive, compositions no longer disappear when
reopening a project with locked tracks
* Okular's annotation view now shows creation times in local time zone
instead of UTC
* Keyboard control has been improved in the Spectacle screenshot utility
You can find the full list of changes here:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.3