Commit graph

565789 commits

Author SHA1 Message Date
Bernard Spil
e31f0418e4 databases/mariadb103-server: Security update to 10.3.32
MFH:		2021Q4
Security:	c9387e4d-2f5f-11ec-8be6-d4c9ef517024
2021-11-10 20:20:28 +00:00
Bernard Spil
346b5dd630 databases/mariadb104-server: Security update to 10.4.22
MFH:		2021Q4
Security:	c9387e4d-2f5f-11ec-8be6-d4c9ef517024
2021-11-10 20:19:59 +00:00
Bernard Spil
c0485a60f8 databases/mariadb105-server: Security update to 10.5.13
MFH:		2021Q4
Security:	c9387e4d-2f5f-11ec-8be6-d4c9ef517024
2021-11-10 20:19:59 +00:00
Dmitry Marakasov
f667fd98f2 devel/py-pyinstaller: fix build with python 3.10
Update internal help2rst.py script to support output of from python
3.10 argparse

Approved by:	portmgr blanket
2021-11-10 23:01:53 +03:00
Guangyuan Yang
54647d7870 devel/gradle: Update to 7.3
Changelog:	https://docs.gradle.org/7.3/release-notes.html
2021-11-10 14:46:37 -05:00
Samir Noir
8c85fbb3e2 sysutils/chezmoi: Update to 2.7.5
Changelog:	https://github.com/twpayne/chezmoi/releases/tag/v2.7.5

PR:		259759
2021-11-10 14:45:56 -05:00
Jan Beich
f9507e5bce x11/nwg-launchers: unbreak build with Clang 13
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:200:33: error: no viable constructor or deduction guide for deduction of template arguments of 'array'
    static constexpr std::array MAGIC { 'i', '3', '-', 'i', 'p', 'c' };
                                ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 1 argument, but 6 were provided
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 0 arguments, but 6 were provided
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:203:52: error: invalid operands to binary expression ('const auto' and 'unsigned long')
    static constexpr auto HEADER_SIZE = MAGIC_SIZE + 2 * sizeof(std::uint32_t);
                                        ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
../common/nwg_classes.h:325:25: error: implicit instantiation of undefined template 'std::array<bool, 4>'
    std::array<bool, 4> edges{ 0, 0, 0, 0 };
                        ^
/usr/include/c++/v1/__tuple:219:64: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:326:25: error: implicit instantiation of undefined template 'std::array<int, 4>'
    std::array<int,  4> margins{ 0, 0, 0, 0 };
                        ^
/usr/include/c++/v1/__tuple:219:64: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
In file included from ../bar/bar.cc:12:
../common/nwg_classes.h:342:16: error: no viable constructor or deduction guide for deduction of template arguments of 'array'
    std::array edges_ {
               ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 1 argument, but 4 were provided
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
/usr/include/c++/v1/__tuple:219:64: note: candidate function template not viable: requires 0 arguments, but 4 were provided
../bar/bar.cc:106:9: error: cannot initialize object parameter of type 'CommonWindow' with an expression of type 'BarWindow'
        window.set_background_color(background_color);
        ^~~~~~
../bar/bar.cc:133:9: error: cannot initialize object parameter of type 'Gtk::Container' with an expression of type 'BarWindow'
        window.show_all_children();
        ^~~~~~
../bar/bar.cc:134:16: error: no matching member function for call to 'show'
        window.show(hint::Fullscreen);
        ~~~~~~~^~~~
../common/nwg_classes.h:364:22: note: candidate function template not viable: no known conversion from 'BarWindow' to 'PlatformWindow' for object argument
void PlatformWindow::show(Hint h) {
                     ^
../bar/bar.cc:141:21: error: no matching member function for call to 'run'
        return app->run(window);
               ~~~~~^~~
/usr/local/include/gtkmm-3.0/gtkmm/application.h:480:7: note: candidate function not viable: no known conversion from 'BarWindow' to 'Gtk::Window &' for 1st argument
  int run(Window& window);
      ^
/usr/local/include/gtkmm-3.0/gtkmm/application.h:496:7: note: candidate function not viable: requires 0 arguments, but 1 was provided
  int run();
      ^
/usr/local/include/gtkmm-3.0/gtkmm/application.h:438:7: note: candidate function not viable: requires 2 arguments, but 1 was provided
  int run(int argc, char** argv);
      ^
/usr/local/include/gtkmm-3.0/gtkmm/application.h:459:7: note: candidate function not viable: requires 3 arguments, but 1 was provided
  int run(Window& window, int argc, char** argv);
      ^

Reported by:	antoine (via bug 258209 exp-run)
2021-11-10 19:06:02 +00:00
Jan Beich
1d042b7359 graphics/libavif: unbreak build with Clang 13
In file included from /wrkdirs/usr/ports/graphics/libavif/work/libavif-0.9.2/contrib/gdk-pixbuf/loader.c:9:
In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:35:
In file included from /usr/local/include/glib-2.0/glib.h:30:
In file included from /usr/local/include/glib-2.0/glib/galloca.h:32:
/usr/local/include/glib-2.0/glib/gtypes.h:458:24: error: identifier '_GLIB_CHECKED_ADD_U32' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
static inline gboolean _GLIB_CHECKED_ADD_U32 (guint32 *dest, guint32 a, guint32 b) {
                       ^
/usr/local/include/glib-2.0/glib/gtypes.h:460:24: error: identifier '_GLIB_CHECKED_MUL_U32' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
static inline gboolean _GLIB_CHECKED_MUL_U32 (guint32 *dest, guint32 a, guint32 b) {
                       ^
/usr/local/include/glib-2.0/glib/gtypes.h:462:24: error: identifier '_GLIB_CHECKED_ADD_U64' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
static inline gboolean _GLIB_CHECKED_ADD_U64 (guint64 *dest, guint64 a, guint64 b) {
                       ^
/usr/local/include/glib-2.0/glib/gtypes.h:463:3: warning: '_Static_assert' is a C11 extension [-Wc11-extensions]
  G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
  ^
/usr/local/include/glib-2.0/glib/gmacros.h:819:31: note: expanded from macro 'G_STATIC_ASSERT'
 #define G_STATIC_ASSERT(expr) _Static_assert (expr, "Expression evaluates to false")
                               ^
In file included from /wrkdirs/usr/ports/graphics/libavif/work/libavif-0.9.2/contrib/gdk-pixbuf/loader.c:9:
In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:35:
In file included from /usr/local/include/glib-2.0/glib.h:30:
In file included from /usr/local/include/glib-2.0/glib/galloca.h:32:
/usr/local/include/glib-2.0/glib/gtypes.h:465:24: error: identifier '_GLIB_CHECKED_MUL_U64' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
static inline gboolean _GLIB_CHECKED_MUL_U64 (guint64 *dest, guint64 a, guint64 b) {
                       ^
/usr/local/include/glib-2.0/glib/gtypes.h:495:16: error: identifier '_GDoubleIEEE754' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef union  _GDoubleIEEE754  GDoubleIEEE754;
               ^
/usr/local/include/glib-2.0/glib/gtypes.h:496:16: error: identifier '_GFloatIEEE754' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef union  _GFloatIEEE754   GFloatIEEE754;
               ^
/usr/local/include/glib-2.0/glib/gtypes.h:545:16: error: identifier '_GTimeVal' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
               ^
In file included from /wrkdirs/usr/ports/graphics/libavif/work/libavif-0.9.2/contrib/gdk-pixbuf/loader.c:9:
In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:35:
In file included from /usr/local/include/glib-2.0/glib.h:31:
/usr/local/include/glib-2.0/glib/garray.h:36:16: error: identifier '_GBytes' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GBytes          GBytes;
               ^
/usr/local/include/glib-2.0/glib/garray.h:37:16: error: identifier '_GArray' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GArray          GArray;
               ^
/usr/local/include/glib-2.0/glib/garray.h:38:16: error: identifier '_GByteArray' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GByteArray      GByteArray;
               ^
/usr/local/include/glib-2.0/glib/garray.h:39:16: error: identifier '_GPtrArray' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GPtrArray       GPtrArray;
               ^
In file included from /wrkdirs/usr/ports/graphics/libavif/work/libavif-0.9.2/contrib/gdk-pixbuf/loader.c:9:
In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:35:
In file included from /usr/local/include/glib-2.0/glib.h:32:
In file included from /usr/local/include/glib-2.0/glib/gasyncqueue.h:32:
In file included from /usr/local/include/glib-2.0/glib/gthread.h:33:
/usr/local/include/glib-2.0/glib/gerror.h:41:16: error: identifier '_GError' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GError GError;
               ^
In file included from /wrkdirs/usr/ports/graphics/libavif/work/libavif-0.9.2/contrib/gdk-pixbuf/loader.c:9:
In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:35:
In file included from /usr/local/include/glib-2.0/glib.h:32:
In file included from /usr/local/include/glib-2.0/glib/gasyncqueue.h:32:
In file included from /usr/local/include/glib-2.0/glib/gthread.h:34:
/usr/local/include/glib-2.0/glib/gutils.h:274:16: error: identifier '_GDebugKey' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GDebugKey GDebugKey;
               ^
In file included from /wrkdirs/usr/ports/graphics/libavif/work/libavif-0.9.2/contrib/gdk-pixbuf/loader.c:9:
In file included from /usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:35:
In file included from /usr/local/include/glib-2.0/glib.h:32:
In file included from /usr/local/include/glib-2.0/glib/gasyncqueue.h:32:
/usr/local/include/glib-2.0/glib/gthread.h:49:16: error: identifier '_GThread' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GThread         GThread;
               ^
/usr/local/include/glib-2.0/glib/gthread.h:51:16: error: identifier '_GMutex' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef union  _GMutex          GMutex;
               ^
/usr/local/include/glib-2.0/glib/gthread.h:52:16: error: identifier '_GRecMutex' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GRecMutex       GRecMutex;
               ^
/usr/local/include/glib-2.0/glib/gthread.h:53:16: error: identifier '_GRWLock' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GRWLock         GRWLock;
               ^
/usr/local/include/glib-2.0/glib/gthread.h:54:16: error: identifier '_GCond' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GCond           GCond;
               ^
/usr/local/include/glib-2.0/glib/gthread.h:55:16: error: identifier '_GPrivate' is reserved because it starts with '_' followed by a capital letter [-Werror,-Wreserved-identifier]
typedef struct _GPrivate        GPrivate;
               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]

Reported by:	antoine (via bug 258209 exp-run)
2021-11-10 19:06:01 +00:00
Jan Beich
7687f83401 www/flexget: update to 3.1.150
Changes:	https://github.com/Flexget/Flexget/compare/v3.1.149...v3.1.150
Reported by:	Repology
2021-11-10 19:05:44 +00:00
Yuri Victorovich
932d7a8363 math/openturns: Update 1.17 -> 1.18 2021-11-10 10:29:06 -08:00
Yuri Victorovich
acb326a48b math/spectra: Install cmake files. 2021-11-10 10:29:05 -08:00
Jesper Schmitz Mouridsen
c4eedbc7e2 x11-wm/lxqt: Update to 1.0.0 2021-11-10 19:25:33 +01:00
Jesper Schmitz Mouridsen
1b317f78a8 editors/featherpad: Update to 1.0.1 2021-11-10 19:25:33 +01:00
Jesper Schmitz Mouridsen
592b6793d8 x11/screengrab: Update to 2.3.0 2021-11-10 19:25:33 +01:00
Jesper Schmitz Mouridsen
823e2492ff sysutils/lxqt-admin: Update to 1.0.0 2021-11-10 19:25:33 +01:00
Jesper Schmitz Mouridsen
ce215014c4 x11/lxqt-runner: Update to 1.0.0 2021-11-10 19:25:32 +01:00
Jesper Schmitz Mouridsen
e9046c8de3 sysutils/lxqt-powermanagement: Update to 1.0.0 2021-11-10 19:25:32 +01:00
Jesper Schmitz Mouridsen
450f571330 x11-wm/lxqt-panel: Update to 1.0.0 2021-11-10 19:25:32 +01:00
Jesper Schmitz Mouridsen
456856b528 x11/qterminal: Update to 1.0.0 2021-11-10 19:25:31 +01:00
Jesper Schmitz Mouridsen
e31fa625f5 x11-fm/pcmanfm-qt: Update to 1.0.0
Take maintainership
2021-11-10 19:25:31 +01:00
Jesper Schmitz Mouridsen
e80b91d253 security/lxqt-sudo: Update to 1.0.0 2021-11-10 19:25:31 +01:00
Jesper Schmitz Mouridsen
c27b74cc28 x11-wm/lxqt-session: Update to 1.0.0 2021-11-10 19:25:31 +01:00
Jesper Schmitz Mouridsen
08c781e158 sysutils/lxqt-policykit: Update to 1.0.0 2021-11-10 19:25:30 +01:00
Jesper Schmitz Mouridsen
036e08e2f2 security/lxqt-openssh-askpass: Update to 1.0.0 2021-11-10 19:25:30 +01:00
Jesper Schmitz Mouridsen
284fec6859 deskutils/lxqt-notificationd: Update to 1.0.0 2021-11-10 19:25:30 +01:00
Jesper Schmitz Mouridsen
1011a04cdf x11/lxqt-globalkeys: Update to 1.0.0 2021-11-10 19:25:30 +01:00
Jesper Schmitz Mouridsen
637ac901ea sysutils/lxqt-config: Update to 1.0.0 2021-11-10 19:25:29 +01:00
Jesper Schmitz Mouridsen
c7402893bd archivers/lxqt-archiver: Update to 0.5.0 2021-11-10 19:25:29 +01:00
Jesper Schmitz Mouridsen
0c8b643da9 x11/lxqt-about: Update to 1.0.0 2021-11-10 19:25:29 +01:00
Jesper Schmitz Mouridsen
f74514654d graphics/lximage-qt: Update to 1.0.0 2021-11-10 19:25:29 +01:00
Jesper Schmitz Mouridsen
694eb24b74 x11-toolkits/qtermwidget: Update to 1.0.0 2021-11-10 19:25:28 +01:00
Jesper Schmitz Mouridsen
fae62d08ea audio/pavucontrol-qt: Update to 1.0.0 2021-11-10 19:25:28 +01:00
Jesper Schmitz Mouridsen
51911813e1 sysutils/lxqt-qtplugin: Update to 1.0.0 2021-11-10 19:25:28 +01:00
Jesper Schmitz Mouridsen
87063a5090 x11-themes/lxqt-themes: Update to 1.0.0 2021-11-10 19:25:27 +01:00
Jesper Schmitz Mouridsen
bda040dad2 x11/libfm-qt: Update to 1.0.0
Take maintainership
2021-11-10 19:25:27 +01:00
Jesper Schmitz Mouridsen
f2874da847 sysutils/libsysstat: Update to 0.4.6 2021-11-10 19:25:27 +01:00
Jesper Schmitz Mouridsen
42aa035cb4 devel/liblxqt: Update to 1.0.0 2021-11-10 19:25:27 +01:00
Jesper Schmitz Mouridsen
02ddda5960 devel/libqtxdg: Update to 3.8.0 2021-11-10 19:25:26 +01:00
Jesper Schmitz Mouridsen
ee53d74bde devel/lxqt-build-tools: Update to 0.10.0 2021-11-10 19:25:26 +01:00
Tobias C. Berner
47122d51c5 KDE: Update to KDE Plasma 5.23.3, Bugfix Release for November
Tuesday, 9 November 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.3.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  Keyboardlayout: Fix missing Esperanto flag icon in the menu.
  *  Plasma Networkmanager: OpenVPN: fix logic in auth dialog.
  *  On FreeBSD do not try to execute powerdevil.backlighthelper.syspath action.

Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.2-5.23.3/
2021-11-10 18:51:34 +01:00
Gleb Popov
a45dcc34a2 multimedia/bino: Update WWW. 2021-11-10 20:33:38 +03:00
Gleb Popov
77f330a9ff www/baikal: Update WWW. 2021-11-10 20:33:38 +03:00
Gleb Popov
e61f84ffbc net/6tunnel: Update WWW. 2021-11-10 20:33:38 +03:00
Charlie Li
f2b7e61817
deskutils/gucharmap: update to 14.0.1
Chase textproc/UCD update.

Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32928
2021-11-10 12:30:45 -05:00
Dmitry Marakasov
23e4de2957 devel/gobject-introspection: update WWW
Approved by:	portmgr blanket
2021-11-10 19:41:07 +03:00
Dmitry Marakasov
39f2c705c6 math/py-gmpy2-devel: fix build with PYTHON_DEFAULT <3.7 >3.9
- Explicitly specify correct sphinx-build binary to use.
  Use versioned binary, as unversioned one may not be available
  (such as when building with default python=3.10; in this case
  PY_FLAVOR is py38 as this port does not yet support python 3.10,
  so it pulls sphinx-build@py38 which does not install sphinx-build
  as 3.8 is not default python version).
- Fix LICENSE and add LICENSE_FILE
- Do not try to install docs in build phase

Approved by:	portmgr blanket
2021-11-10 19:33:07 +03:00
Dmitry Marakasov
590c58de6d astro/mkgmap: update to r4813 2021-11-10 19:33:06 +03:00
Dmitry Marakasov
80bb640789 devel/py-types-requests: update to 2.25.12 2021-11-10 19:33:06 +03:00
Dmitry Marakasov
de2d983c5b devel/py-types-Flask: update to 1.1.5 2021-11-10 19:33:06 +03:00
Alexey Dokuchaev
76d53e6ee5 deskutils/recoll: update the port and improve option handling
- Update Recoll to the latest version 1.31.2
- Unbreak the build with X11MON option (add missing -lfam)
- Unbreak stripping when CHM option is disabled

PR:	259679
2021-11-10 16:21:48 +00:00