notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/freeorion/distinfo

Number of commits found: 21

Wednesday, 5 Apr 2023
18:48 Dmitry Marakasov (amdmi3) search for other commits by this committer
games/freeorion: update 0.4.10.2 → 0.5
commit hash: dfec9690ef5f049c9fda040a396f09c1a63a7509 commit hash: dfec9690ef5f049c9fda040a396f09c1a63a7509 commit hash: dfec9690ef5f049c9fda040a396f09c1a63a7509 commit hash: dfec9690ef5f049c9fda040a396f09c1a63a7509 dfec9690
Friday, 27 Aug 2021
23:49 Dmitry Marakasov (amdmi3) search for other commits by this committer
games/freeorion: update to 0.4.10.2
commit hash: 3f9b003911b98de863a5d1ea93163851ceb6059f commit hash: 3f9b003911b98de863a5d1ea93163851ceb6059f commit hash: 3f9b003911b98de863a5d1ea93163851ceb6059f commit hash: 3f9b003911b98de863a5d1ea93163851ceb6059f 3f9b003
Wednesday, 7 Oct 2020
22:48 amdmi3 search for other commits by this committer
- Update to 0.4.10.1
Original commitRevision:551674 
Tuesday, 28 Jul 2020
19:25 amdmi3 search for other commits by this committer
- Update to 0.4.10
Original commitRevision:543630 
Friday, 14 Feb 2020
23:09 amdmi3 search for other commits by this committer
- Update to 0.4.9
Original commitRevision:526182 
Thursday, 14 Nov 2019
00:43 jbeich search for other commits by this committer
games/freeorion: unbreak with boost 1.72

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
Original commitRevision:517543 
Thursday, 28 Mar 2019
18:39 jbeich search for other commits by this committer
games/freeorion: unbreak with boost 1.70

PR:		236594
Obtained from:	upstream
Original commitRevision:497053 
Tuesday, 27 Nov 2018
19:56 jbeich search for other commits by this committer
games/freeorion: unbreak with boost 1.69 (post-Beta1)

In file included from combat/CombatEvent.cpp:1:
combat/CombatEvent.h:42:25: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
    virtual std::string CombatLogDetails(int viewing_empire_id) const
                        ^
/usr/include/c++/v1/iosfwd:193:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_string;
                               ^
In file included from combat/CombatEvent.cpp:1:
combat/CombatEvent.h:43:14: error: implicit instantiation of undefined template
'std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >'
    { return std::string(""); }
             ^
/usr/include/c++/v1/iosfwd:193:32: note: template is declared here
    class _LIBCPP_TEMPLATE_VIS basic_string;
                               ^

PR:		232525
Obtained from:	upstream
Original commitRevision:486056 
Saturday, 27 Oct 2018
01:33 jbeich search for other commits by this committer
games/freeorion: unbreak with boost 1.69

CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.69.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_signals

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:198 (find_package)

PR:		232525
Obtained from:	upstream
Original commitRevision:483087 
Saturday, 1 Sep 2018
01:20 amdmi3 search for other commits by this committer
- Update to 0.4.8
Original commitRevision:478649 
Sunday, 5 Aug 2018
20:25 amdmi3 search for other commits by this committer
- Update to 0.4.8-rc2
Original commitRevision:476473 
Monday, 2 Jul 2018
13:23 amdmi3 search for other commits by this committer
- Update games/freeorion to 0.4.8-rc1 (actually, replace with freshly written
port)
Original commitRevision:473732 
Sunday, 1 Jul 2018
17:00 amdmi3 search for other commits by this committer
FreeOrion is a free, open source, turn-based space empire and
galactic conquest (4X) computer game being designed and built by
the FreeOrion project. FreeOrion is inspired by the tradition of
the Master of Orion games, but is not a clone or remake of that
series or any other game.

WWW: http://www.freeorion.org/
Original commitRevision:473675 
Sunday, 3 Jul 2011
14:25 ohauer search for other commits by this committer
-remove MD5
Original commit
Thursday, 10 Mar 2011
08:21 oliver search for other commits by this committer
graphics/cegui:         update to 0.7.5
graphics/ogre3d:        update to 1.7.2
games/ember:            update to 0.6.0
games/freeorion:        update to 0.3.13.3795
games/vegastrike:       Bump PORTREVISION
x11-toolkits/gigi:      Bump PORTREVISION

PR:             153817, 153818
Original commit
Tuesday, 5 Jan 2010
18:21 oliver search for other commits by this committer
update to 0.3.13.3318
Original commit
Wednesday, 6 May 2009
04:46 oliver search for other commits by this committer
update to 0.3.12.3007
Original commit
Wednesday, 12 Dec 2007
05:16 alepulver search for other commits by this committer
- Update to version 0.3.1.20071206.
- Remove "-j 4" from SCONS_ARGS (forgot that local change and shouldn't be
  there).
- Respect WITH_DEBUG through scons.
- Remove pkg-message since it contains obsolete information now.
Original commit
Sunday, 9 Sep 2007
07:34 alepulver search for other commits by this committer
- Update to version 0.3.1.20070909.
- Fix building with new graphics/graphviz.
Original commit
Wednesday, 29 Aug 2007
00:37 alepulver search for other commits by this committer
- Update to 0.3.1.20070726.
Original commit
Wednesday, 2 May 2007
05:08 alepulver search for other commits by this committer
FreeOrion is an open-source, platform independant galactic conquest game in
the tradition of the Master of Orion games.

WWW: http://www.freeorion.org/
Original commit

Number of commits found: 21