1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

623511 Commits

Author SHA1 Message Date
Cy Schubert
8804aff94a security/tripwire: Update 2.4.3.7 --> 2.4.3.8
Tripwire pull request #39,

- Clean up some issues building with -std=c++17
- Regenerate buildsys files with automake 1.16
- Improve non-gcc compiler detection
- Use standard fixed-width int types instead of rolling our own,
  if they're available.
- Bump up the copyright year again.

This fixes many build failures due to the LLVM16 import.

Obtained from:	https://github.com/Tripwire/tripwire-open-source/pull/39
2023-06-25 17:51:05 -07:00
Muhammad Moinur Rahman
1f66e6087a games/gnuchess: Fix build with llvm16
- Pet portclippy
- Adopt port

Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:51 +02:00
Muhammad Moinur Rahman
3237ce1557 devel/qjson: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:51 +02:00
Muhammad Moinur Rahman
9338523fd0 net-mgmt/wmi-client: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:49 +02:00
Muhammad Moinur Rahman
0f59f3265c games/tuxpaint: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:49 +02:00
Muhammad Moinur Rahman
ebbe58b2d3 databases/ruby-bdb: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:48 +02:00
Muhammad Moinur Rahman
955fa31e52 sysutils/zeitgeist: Fix build with llvm16
- Fix missing LIB_DEPENDS reported by poudriere testport
- Utilize USES=localbase
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:47 +02:00
Muhammad Moinur Rahman
faa87e834f math/lemon: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:47 +02:00
Muhammad Moinur Rahman
e48d5a4dfb devel/p5-Compiler-Lexer: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:45 +02:00
Muhammad Moinur Rahman
9af7892724 x11/budgie-desktop: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:44 +02:00
Muhammad Moinur Rahman
73a30b05a7 graphics/opennurbs: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-26 02:09:43 +02:00
Piotr Kubaj
85b9ede53b multimedia/x264: fix build with llvm 16
common/ppc/pixel.c:1576:31: error: incompatible function pointer types assigning to 'x264_pixel_cmp_x3_t' (aka 'void (*)(unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') from 'int (uint8_t *, uint8_t *, uint8_t *, uint8_t *, intptr_t, int *)' (aka 'int (unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') [-Wincompatible-function-pointer-types]
    pixf->sad_x3[PIXEL_8x16]  = pixel_sad_x3_8x16_altivec;
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
common/ppc/pixel.c:1578:31: error: incompatible function pointer types assigning to 'x264_pixel_cmp_x3_t' (aka 'void (*)(unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') from 'int (uint8_t *, uint8_t *, uint8_t *, uint8_t *, intptr_t, int *)' (aka 'int (unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') [-Wincompatible-function-pointer-types]
    pixf->sad_x3[PIXEL_8x8]   = pixel_sad_x3_8x8_altivec;
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~
common/ppc/pixel.c:1581:31: error: incompatible function pointer types assigning to 'x264_pixel_cmp_x4_t' (aka 'void (*)(unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') from 'int (uint8_t *, uint8_t *, uint8_t *, uint8_t *, uint8_t *, intptr_t, int *)' (aka 'int (unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') [-Wincompatible-function-pointer-types]
    pixf->sad_x4[PIXEL_8x16]  = pixel_sad_x4_8x16_altivec;
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
common/ppc/pixel.c:1583:31: error: incompatible function pointer types assigning to 'x264_pixel_cmp_x4_t' (aka 'void (*)(unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') from 'int (uint8_t *, uint8_t *, uint8_t *, uint8_t *, uint8_t *, intptr_t, int *)' (aka 'int (unsigned char *, unsigned char *, unsigned char *, unsigned char *, unsigned char *, long, int *)') [-Wincompatible-function-pointer-types]
    pixf->sad_x4[PIXEL_8x8]   = pixel_sad_x4_8x8_altivec;
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~
2023-06-26 01:21:37 +02:00
Yuri Victorovich
68180db8a5 audio/faustlive: Update 2.5.13-75 → 2.5.15-20230512 (version adjustment)
These are the same versions.
2023-06-25 16:04:37 -07:00
Wen Heping
3b22bb5ac1 math/R-cran-sp: Update to 2.0.0 2023-06-26 06:58:28 +08:00
Wen Heping
d5ea78d3b2 print/py-pypdf: Update to 3.11.0 2023-06-26 06:58:27 +08:00
Wen Heping
6e8945d0f7 databases/postgresql-zhparser: Update to 2.2 2023-06-26 06:58:27 +08:00
Wen Heping
90dc470c22 www/ilias: Update to 8.3 2023-06-26 06:58:27 +08:00
Wen Heping
14c10033e1 www/py-fastapi: Update to 0.98.0 2023-06-26 06:58:27 +08:00
Wen Heping
eea7e61671 databases/postgresql-orafce: Update to 3.14.0 2023-06-26 06:58:27 +08:00
Yuri Victorovich
3a2b73472b audio/faustlive: Update 2.5.13 → 2.5.13-75
Reported by:	portscout
2023-06-25 15:39:16 -07:00
Yuri Victorovich
e179ec9be6 audio/faust: Update 2.59.6 → 2.60.3
Reported by:	portscout
2023-06-25 15:39:16 -07:00
Martin Neubauer
e856d49bfd print/py-python-ly: update to 0.9.8
Switch to pep517 build.

Changes:	https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.8
Changes:	https://github.com/frescobaldi/python-ly/blob/v0.9.8/CHANGELOG.md
Approved by:	martin.dieringer (maintainer)
PR:		271687
2023-06-25 22:51:52 +01:00
Hiroo Ono
933da8110c databases/libmongocrypt: update to 1.8.1.
Changes:	https://github.com/mongodb/libmongocrypt/blob/1.8.1/CHANGELOG.md
PR:		272181
2023-06-25 22:51:40 +01:00
Muhammad Moinur Rahman
063fe7a48e www/p5-CGI-SpeedyCGI: Fix build with llvm16
- Replace deprecated @exec/@unexec with @postexec/@postunexec

Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:46 +02:00
Muhammad Moinur Rahman
2f038fd050 devel/darts: Fix build with llvm16
- Pet portclippy
- Adopt port

Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:46 +02:00
Muhammad Moinur Rahman
19a56e6305 devel/ice37: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:45 +02:00
Muhammad Moinur Rahman
26ca5c8615 graphics/agg: Fix build with llvm16
- Pet portclippy
- Adopt port

Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:45 +02:00
Muhammad Moinur Rahman
010f15d5b4 devel/antlr: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:45 +02:00
Muhammad Moinur Rahman
a2d806e351 devel/rubygem-cbor: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:44 +02:00
Muhammad Moinur Rahman
02047af0bf devel/genht: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:44 +02:00
Muhammad Moinur Rahman
f61962bba8 security/seahorse: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:44 +02:00
Muhammad Moinur Rahman
fbe92d5e5a x11-toolkits/ntk: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-25 23:42:44 +02:00
Muhammad Moinur Rahman
bfb91962e4 graphics/inkscape: Revert Fix build with llvm16
This reverts commit ef47f05096 which was
a mid air collision. The problem was fixed with upstream patch.
2023-06-25 23:42:43 +02:00
Jason E. Hale
f3e746e374 security/libgcrypt: Update to 1.10.2
1.10.2: https://dev.gnupg.org/T5905
1.10.1: https://dev.gnupg.org/T5810
1.10.0: https://dev.gnupg.org/T5691

PR:		272097
Approved by:	cy (maintainer)
2023-06-25 17:05:53 -04:00
Jason E. Hale
c1e480fdca x11-toolkits/fox16: Genericize llvm16 fix from [1]
Checking against the operating system version doesn't make much sense
to me since the problem will return if not using the base compiler.

This change will also suppress warnings when building with older
versions of Clang.

[1] https://cgit.freebsd.org/ports/commit/?id=abad80143b961d4b2431114a4a5160d0efd04284
2023-06-25 17:05:52 -04:00
Jason E. Hale
7d30ecf443 audio/py-aubio: Fix build with Clang >= 16
python/ext/ufuncs.c:48:3: error: incompatible function pointer types
initializing 'PyUFuncGenericFunction'

Const qualifiers were added to the dimension and strides arguments of
PyUFuncGenericFunction in NumPy 1.19.0 [1]. This was previously a
warning, but Clang 16 has -Werror=incompatible-function-pointer-types
turned on by default.

[1] e94cec8003

Reported by:	pkg-fallout
2023-06-25 17:05:52 -04:00
Jason E. Hale
9942fda7e4 sysutils/cdrdao: Update to 1.2.5
Convert to options helpers and clean up.
Take maintainership.

https://github.com/cdrdao/cdrdao/releases/tag/rel_1_2_5
2023-06-25 17:05:52 -04:00
Thierry Thomas
8b109070f7 devel/cbang: fix the build with clang 16
Do not force clang 15, but apply a patch provided by dim@ for the first
error, and other patches from boost upstream, pointed out by dim@ in
https://github.com/CauldronDevelopmentLLC/cbang/issues/119#issuecomment-1606232478

PR:		271047
2023-06-25 22:58:08 +02:00
Cy Schubert
6bef86a7ad sysutils/44bsd-more: Fix build with LLVM16
main.c:440:22: error: incompatible function pointer types passing 'int (void *, char *, size_t)' (aka 'int (void *, char *, unsigned long)') to parameter of type 'int (* _Nullable)(void *, char *, int)' [-Wincompatible-function-pointer-types]
                fd = fropen(DEFRC, str_read);
                                   ^~~~~~~~

MFH:	2023Q3
2023-06-25 13:52:33 -07:00
Yuri Victorovich
8906117a65 science/py-abipy: Update 0.9.0 → 0.9.1
Reported by:	portscout
2023-06-25 13:46:02 -07:00
Yuri Victorovich
6d2be45e40 graphics/py-chart-studio: New port: Utilities for interfacing with plotly's Chart Studio 2023-06-25 13:46:02 -07:00
Ronald Klop
886d17d801
databases/mongodb70: update to 7.0.0 RC5
Still Release Candidate status. Read the notes:
https://www.mongodb.com/docs/v7.0/release-notes/7.0/
2023-06-25 21:57:20 +02:00
Yuri Victorovich
7fd674ef55 math/vampire: Update 4.5.1 → 4.7-423
Reported by:	portscout
2023-06-25 12:32:52 -07:00
Yuri Victorovich
37efd432b1 math/py-amply: Update 0.1.5 → 0.1.6
Reported by:	portscout
2023-06-25 12:32:52 -07:00
Yuri Victorovich
851a97222f math/py-evalidate: Update 1.1.0 → 2.0.1
Reported by:	portscout
2023-06-25 12:32:51 -07:00
Hiroo Ono
4d37b1021b net/onedrive: Update to 2.4.25
ChangeLog:	https://github.com/abraunegg/onedrive/blob/v2.4.25/CHANGELOG.md
PR:		272168
2023-06-25 20:24:53 +01:00
Thierry Thomas
16d1806c26 devel/cbang: uses clang 15 instead of clang 16
See <https://github.com/CauldronDevelopmentLLC/cbang/issues/119> for
details.

PR:		271047
Reported by:	pkg-fallout
2023-06-25 20:44:23 +02:00
Yuri Victorovich
0912e48419 graphics/py-pyqtgraph: Update 0.13.1 → 0.13.3
Reported by:	portscout
2023-06-25 11:29:35 -07:00
Yuri Victorovich
3a611061a6 graphics/py-moderngl-window: Update 2.4.3 → 2.4.4
Reported by:	portscout
2023-06-25 11:29:35 -07:00
Yuri Victorovich
229c0dc07c graphics/py-moderngl: Update 5.8.1 → 5.8.2
Reported by:	portscout
2023-06-25 11:29:34 -07:00