Commit graph

570043 commits

Author SHA1 Message Date
Yuri Victorovich
b1818bcdb6 math/py-cvxpy: Update 1.1.17 -> 1.1.18
Reported by:	portscout
2022-01-03 14:26:43 -08:00
Yuri Victorovich
825ad3c76f math/py-chaospy: Update 4.3.3 -> 4.3.4
Reported by:	portscout
2022-01-03 14:26:42 -08:00
Yuri Victorovich
359b46d9f4 security/py-scrypt: Update 0.8.18 -> 0.8.19
Reported by:	portscout
2022-01-03 14:26:42 -08:00
Neel Chauhan
5644fc08a7 net/yate: Update to 6.4.0 2022-01-03 13:54:01 -08:00
Jan Beich
deb3482f01 games/openclonk: unbreak build after 9cb3316ecd
sdl2 has a namespace pollution where <SDL.h> defines unprefixed HAVE_*
macros often used by autotools, CMake, Meson. As sdl2 now depends on
libinotify for joystick support HAVE_SYS_INOTIFY_H confuses openclonk
which itself fails to detect <sys/inotify.h>. Due to inconsistent macro
visibility and missing -linotify the build breaks. So, force-disable
inotify code as it seems to be only used by editor (e.g., reload scenarios
on changes) which since openclonk 8.0 requires Qt5.

$ rg HAVE_SYS_INOTIFY_H /usr/local/include
/usr/local/include/SDL2/SDL_config.h
223:#define HAVE_SYS_INOTIFY_H 1

$ make
[...]
-- Looking for C++ include sys/inotify.h
-- Looking for C++ include sys/inotify.h - not found
[...]
src/platform/C4FileMonitor.cpp:29:2: error: use of undeclared identifier 'fd'
        fd = inotify_init1(IN_CLOEXEC);
        ^
src/platform/C4FileMonitor.cpp:30:6: error: use of undeclared identifier 'fd'
        if (fd == -1) fd = inotify_init();
            ^
src/platform/C4FileMonitor.cpp:30:16: error: use of undeclared identifier 'fd'
        if (fd == -1) fd = inotify_init();
                      ^
src/platform/C4FileMonitor.cpp:31:6: error: use of undeclared identifier 'fd'
        if (fd == -1) LogF("inotify_init %s", strerror(errno));
            ^
src/platform/C4FileMonitor.cpp:42:15: error: use of undeclared identifier 'fd'
        while (close(fd) == -1 && errno == EINTR) { }
                     ^
src/platform/C4FileMonitor.cpp:57:29: error: use of undeclared identifier 'fd'
        int wd = inotify_add_watch(fd, file, IN_CREATE | IN_MODIFY | IN_MOVED_TO | IN_MOVE_SELF | IN_ONLYDIR);
                                   ^
src/platform/C4FileMonitor.cpp:60:2: error: use of undeclared identifier 'watch_descriptors'
        watch_descriptors[wd] = file;
        ^
src/platform/C4FileMonitor.cpp:65:59: error: use of undeclared identifier 'fd'
        if ((pfd->revents & pfd->events) != POLLIN || pfd->fd != fd)
                                                                 ^
src/platform/C4FileMonitor.cpp:66:69: error: use of undeclared identifier 'fd'
          LogF("C4FileMonitor::Execute unexpectedly called %d %d %hd %hd", fd, pfd->fd, pfd->events, pfd->revents);
                                                                           ^
src/platform/C4FileMonitor.cpp:69:11: error: use of undeclared identifier 'fd'
        if (read(fd, buf, sizeof(buf)) > 0)
                 ^
src/platform/C4FileMonitor.cpp:71:23: error: use of undeclared identifier 'watch_descriptors'
                const char * file = watch_descriptors[event->wd];
                                    ^
src/platform/C4FileMonitor.cpp:99:17: error: use of undeclared identifier 'fd'
        pollfd pfd = { fd, POLLIN, 0 };
                       ^

PR:		260885
Reported by:	pkg-fallout
Submitted by:	Kevin Zheng (maintainer, different commit message)
2022-01-03 21:43:31 +00:00
Guangyuan Yang
776e0a41a2 misc/thefuck: Update to 3.32
Changelog:	https://github.com/nvbn/thefuck/releases/tag/3.32
2022-01-03 21:34:32 +00:00
Michiel van Baak
21fbda518e net-p2p/bazarr-devel: Update to 1.0.3-beta.3
Changelog:	https://github.com/morpheus65535/bazarr/releases/tag/v1.0.3-beta.3

PR:		260906
2022-01-03 21:34:13 +00:00
Lewis Cook
b7e53e7513 textproc/mergestat: Update to 0.5.0
Changes:	https://github.com/mergestat/mergestat/compare/v0.4.6...v0.5.0
2022-01-03 21:16:02 +00:00
Lewis Cook
eb8f2a2fb3 textproc/askgit: Move to mergestat
askgit was renamed from upstream to mergestat,
reflect these changes here.
2022-01-03 21:15:16 +00:00
Adam Weinberger
c88b5672cd devel/tree-sitter: Update to 0.20.2 2022-01-03 13:27:04 -07:00
Loïc Bartoletti
79615b94bf graphics/openorienteering-mapper: Update to 0.9.5 and prepare to proj8
- Update to 0.9.5
- Use patch from https://github.com/OpenOrienteering/mapper/pull/1994
- rm patch-src_core_objects_object.h and patch-src_gui_print__tool.cpp
- fix patch-src_sensors_CMakeLists.txt
- update pkg-plist

PR:		259845
Approved by:	maintainer (timeout)
2022-01-03 20:17:34 +01:00
Loïc Bartoletti
acc942f723 math/py-kiwisolver: Update to 1.3.2
Changes:
  - https://github.com/nucleic/kiwi/blob/main/releasenotes.rst#wrappers-132--solver-131--31082021
2022-01-03 19:51:08 +01:00
Yuri Victorovich
111332a195 www/libdatachannel: Update 0.16.1 -> 0.16.2
Reported by:	portscout
2022-01-03 11:34:09 -08:00
Yuri Victorovich
387384fb82 shells/rush: Update 2.1 -> 2.2
Reported by:	portscout
2022-01-03 11:34:09 -08:00
Yuri Victorovich
f21ba210d3 science/jmol: Update 14.32.7 -> 14.32.8
Reported by:	portscout
2022-01-03 11:34:09 -08:00
Yuri Victorovich
b4c4a2c4cc multimedia/vvdec: Update 1.1.2 -> 1.3.0
Reported by:	portscout
2022-01-03 11:34:08 -08:00
Yuri Victorovich
64e3160c50 archivers/py-zstd: Update 1.5.0.4 -> 1.5.1.0
Reported by:	portscout
2022-01-03 11:34:08 -08:00
Yuri Victorovich
c3bccbda8f devel/fatal: Update 2021.12.27.00 -> 2022.01.03.00 2022-01-03 11:34:08 -08:00
Yuri Victorovich
69ce13948f www/proxygen: Update 2021.12.27.00 -> 2022.01.03.00 2022-01-03 11:34:07 -08:00
Yuri Victorovich
3c7e919645 net/fbzmq: Update 2021.12.27.00 -> 2022.01.03.00 2022-01-03 11:34:07 -08:00
Yuri Victorovich
4d7c88e415 devel/fbthrift: Update 2021.12.27.00 -> 2022.01.03.00 2022-01-03 11:34:07 -08:00
Yuri Victorovich
4e461c762f net/wangle: Update 2021.12.27.00 -> 2022.01.03.00 2022-01-03 11:34:06 -08:00
Yuri Victorovich
7d44b89345 security/fizz: Update 2021.12.27.00 -> 2022.01.03.00 2022-01-03 11:34:06 -08:00
Yuri Victorovich
03a2e89f2c devel/folly: Update 2021.12.27.00 -> 2022.01.03.00 2022-01-03 11:34:05 -08:00
Loïc Bartoletti
902b065c3f graphics/py-OWSLib: Update to 0.25.0
Changes:
  - https://github.com/geopython/OWSLib/blob/master/CHANGES.rst#0250-2021-08-23
2022-01-03 19:23:59 +01:00
Max Brazhnikov
d4287c9ce7 emulators/higan: don't depend on p7zip
Dependency on p7zip was a workaround, it is not needed anymore.

PR:		260866
Tested by:	maintainer
2022-01-03 22:21:30 +03:00
Loïc Bartoletti
84003150fa databases/pgmodeler: Update to 0.9.4
Changes:
  - https://github.com/pgmodeler/pgmodeler/releases/tag/v0.9.4
  - https://github.com/pgmodeler/pgmodeler/blob/develop/RELEASENOTES.md
2022-01-03 19:17:47 +01:00
Jan Beich
442ee94e6f devel/gnome-builder: unbreak after 6134fd3514
../src/gstyle/gstyle-color-panel.c:33:10: fatal error: 'libportal/portal-gtk3.h' file not found
 #include <libportal/portal-gtk3.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2022-01-03 19:06:08 +00:00
Jan Beich
69f4ebaff6 devel/fb-adb: drop unused USES=7z after 6f019c90b3 2022-01-03 19:06:07 +00:00
Jan Beich
5f834260a9 x11-toolkits/pango: update to 1.48.10
Changes:	https://gitlab.gnome.org/GNOME/pango/-/blob/1.48.10/NEWS
MFH:		2022Q1
2022-01-03 19:05:53 +00:00
Joseph Mingrone
08f3c048b6
editors/emacs-devel: Build pure GTK Emacs by default
- Add PGTK to OPTIONS_DEFAULT
- Remove M17N, OTF, XFT, XIM, and XPM from OPTIONS_DEFAULT
- Eliminate X11 dependencies for pure GTK Emacs by
  - removing CAIRO_IMPLIES=XFT and OTF_IMPLIES=XFT
  - adding CAIRO_PREVENTS=XFT and PGTK_PREVENTS=M17N XFT XPM
  - not including USES=xorg.

While here, pull in a new 2022-01-03 revision and incorporate minor
formatting changes suggested by portfmt.

Reported by:	jbeich
Reviewed by:	jbeich
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33714
2022-01-03 14:12:48 -04:00
Neel Chauhan
9e5b3be5aa archivers/urbackup-server: Update to 2.4.14 2022-01-03 10:11:12 -08:00
Neel Chauhan
90349345e0 databases/litestream: Update to 0.3.7 2022-01-03 10:11:12 -08:00
Neel Chauhan
a8bbd7872b graphics/drawing: Update to 0.8.5 2022-01-03 10:11:12 -08:00
Neel Chauhan
8e996ba49e games/SpaceCadetPinball: Update to 2.0.1 2022-01-03 10:11:12 -08:00
Larry Rosenman
d281b7895b
devel/cdecl: upgrade to 11.10
ChangeLog:
Pre-C99 implicit int
Added more support for pre-C99 implicit int:

explain *p                          // pointer to int
explain *p, i                       // pointer to int, int
explain *a[4]                       // array 4 of pointer to int
explain *f()                        // function returning pointer to int
explain (*p)                        // pointer to int -- unnecessary ()
const void function parameters
const (and volatile) qualifiers for void as a function "parameter" (even via a typedef) are now correctly flagged as an error:

void f1(void);                      // OK
void f2(const void);                // error

typedef void Void;
void f3(Void);                      // OK

typedef const void CVoid;
void f4(CVoid);                     // error
Redefinition check in C++
C++ doesn't support tentative definitions, so:

int i, i;                           // OK in C; error in C++
is always an error in C++ even if the types match.

Restricted pointer to non-object
A restricted pointer to a non-object, e.g., function, is now correctly flagged as an error:

int (*restrict pf)();               // error
2022-01-03 10:03:06 -06:00
Max Brazhnikov
007e43f739 graphics/py-scikit-image: update to 0.19.1 2022-01-03 18:37:22 +03:00
Max Brazhnikov
b2a397713b graphics/py-mpl-interactions: update to 0.20.0 2022-01-03 18:37:21 +03:00
Max Brazhnikov
644163f00b misc/py-python-utils: update to 2.7.1 2022-01-03 18:37:21 +03:00
Bernhard Froehlich
fb1e10ba7e
math/lapack: Fix CPE information
Approved by:    portmgr (blanket)
2022-01-03 15:15:21 +00:00
Bernhard Froehlich
2a10de2d9d
www/ulfius: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:59:39 +00:00
Bernhard Froehlich
0970e5f7c5
www/py-pyjwt: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:57:51 +00:00
Bernhard Froehlich
24a00b1ab0
www/owncast: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:55:14 +00:00
Bernhard Froehlich
704e568aa3
security/libpwquality: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:53:23 +00:00
Bernhard Froehlich
808436151d
net/libslirp: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:51:19 +00:00
Bernhard Froehlich
1b5ba5dc37
math/py-cvxopt: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:49:26 +00:00
Bernhard Froehlich
1db3894609
math/igraph: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:47:31 +00:00
Bernhard Froehlich
74a22afa0f
lang/julia: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:46:00 +00:00
Bernhard Froehlich
cdf8a91cbb
devel/rubygem-message_bus: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:44:07 +00:00
Bernhard Froehlich
9d8c358e2b
devel/libedit: Add CPE information
Approved by:    portmgr (blanket)
2022-01-03 14:42:09 +00:00