notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: x11-toolkits/gtkmm20/files/patch-gtk__gtkmm__Makefile.in
SVNWeb

Number of commits found: 1

Mon, 8 Jan 2018
[ 17:07 jbeich search for other commits by this committer ] Original commit   Revision:458456
x11-toolkits/gtkmm20: unbreak build with Clang 6 (C++14 by default)

In file included from module.cc:3:
../../glib/glibmm/module.h:30:1: error: no member named 'string' in the global
namespace; did you mean '::std::string'?
GTKMM_USING_STD(string)
^~~~~~~~~~~~~~~~~~~~~~~
../../glib/glibmmconfig.h:60:57: note: expanded from macro 'GTKMM_USING_STD'
 #  define GTKMM_USING_STD(Symbol) namespace std { using ::Symbol; }
                                                         ^~
/usr/include/c++/v1/iosfwd:194:65: note: '::std::string' declared here
typedef basic_string<char, char_traits<char>, allocator<char> > string;
                                                                ^
class.cc:40:5: error: non-constant-expression cannot be narrowed from type
'guint'
      (aka 'unsigned int') to 'guint16' (aka 'unsigned short') in initializer
list
      [-Wc++11-narrowing]
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1