Commit graph

602561 commits

Author SHA1 Message Date
Baptiste Daroussin
1597e735c4 devel/glib20: rename DOCS into GTKDOC and disable it by default
Follow the path done for ports depending on doxygen with gtkdoc.
This reduced the number of build dependencies and respects the defaults
of the upstream build system.

Make a GTKDOC option generic so other ports can follow the same path
2022-12-09 09:07:37 +01:00
Koichiro Iwao
605a807a7f devel/pycham-ce: Update to 2022.3
PR:		268217
2022-12-09 16:37:28 +09:00
Koichiro Iwao
691a0f2531 audio/audacity: Update to 3.2.2
PR:		268225
2022-12-09 16:17:23 +09:00
Yuri Victorovich
264b6c98fc databases/duckdb: Update 0.6.0 -> 0.6.1
Reported by:	portscout
2022-12-08 21:08:44 -08:00
Yasuhiro Kimura
d6e2957760 mail/snappymail: Update to 2.23.0
ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/v2.23.0
2022-12-09 13:36:12 +09:00
Yasuhiro Kimura
323839934d devel/rubygem-rdoc: Update to 6.5.0
ChangeLog:	https://github.com/ruby/rdoc/releases/tag/v6.5.0
PR:		268191
Approved by:	meta (ruby@)
2022-12-09 13:36:01 +09:00
Yasuhiro Kimura
5240e297e0 devel/rubygem-irb: Update to 1.5.1
PR:		268053
Approved by:	meta (ruby@)
ChangeLog:	https://github.com/ruby/irb/releases/tag/v1.5.1
2022-12-09 13:35:58 +09:00
Yasuhiro Kimura
9f81108971 lang/ruby31: Update to 3.1.3
ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/
PR:		267979
Approved by:	meta (ruby@)
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
2022-12-09 13:35:48 +09:00
Yasuhiro Kimura
6db5d783fe lang/ruby30: Update to 3.0.5
ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-0-5-released/
PR:		267978
Approved by:	maintainer timeout
Exp-run by:	antoine
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
2022-12-09 13:35:45 +09:00
Yasuhiro Kimura
60808c6c00 lang/ruby27: Update to 2.7.7
ReleaseNotes:	https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/
PR:		267977
Approved by:	maintainer timeout
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
2022-12-09 13:35:40 +09:00
Yasuhiro Kimura
bda12e6602 www/rubygem-cgi: Update to 0.3.5
Changes:	https://github.com/ruby/cgi/compare/v0.3.3...v0.3.5
PR:		267976
Approved by:	maintainer timeout
MFH:		2022Q4
Security:	84ab03b6-6c20-11ed-b519-080027f5fec9
2022-12-09 13:35:10 +09:00
Yasuhiro Kimura
e8d4ab71ea lang/ruby32: Fix plist error when both CAPIDOCS and DOCS options are on.
When the both options are on, post-install-DOCS-on target is called
after post-install-CAPIDOCS-on has completed. And in the former files
under ${WRKSRC}/doc/ are copied to ${STAGEDIR}${RUBY_DOCDIR}. This
means files under ${WRKSRC}/doc/capi are copied to
${STAGEDIR}${RUBY_DOCDIR}/capi again. And of course
${WRKSRC}/doc/capi/.timestamp is included in them. As a result, even
though ${STAGEDIR}${RUBY_DOCDIR}/capi/.timestamp is removed in
post-install-CAPIDOCS-on target, it is detected as orphaned file at
check-plist phase. So fix it by adding 3rd argument to
${COPYTREE_SHARE} command so .timestamp is excluded from files to be
copied.

PR:		267775
Approved by:	meta (ruby@)
Fixes:		b49bdb1fe4 lang/ruby32: Simplify CAPIDOCS handling
2022-12-09 13:35:01 +09:00
Yasuhiro Kimura
e09de8e044 lang/ruby31: Fix plist error when both CAPIDOCS and DOCS options are on.
When the both options are on, post-install-DOCS-on target is called
after post-install-CAPIDOCS-on has completed. And in the former files
under ${WRKSRC}/doc/ are copied to ${STAGEDIR}${RUBY_DOCDIR}. This
means files under ${WRKSRC}/doc/capi are copied to
${STAGEDIR}${RUBY_DOCDIR}/capi again. And of course
${WRKSRC}/doc/capi/.timestamp is included in them. As a result, even
though ${STAGEDIR}${RUBY_DOCDIR}/capi/.timestamp is removed in
post-install-CAPIDOCS-on target, it is detected as orphaned file at
check-plist phase. So fix it by adding 3rd argument to
${COPYTREE_SHARE} command so .timestamp is excluded from files to be
copied.

PR:		267775
Approved by:	meta (ruby@)
Fixes:		6021649ff0 lang/ruby31: Simplify CAPIDOCS handling
2022-12-09 13:34:59 +09:00
Yasuhiro Kimura
2930b1926d lang/ruby30: Fix plist error when both CAPIDOCS and DOCS options are on.
When the both options are on, post-install-DOCS-on target is called
after post-install-CAPIDOCS-on has completed. And in the former files
under ${WRKSRC}/doc/ are copied to ${STAGEDIR}${RUBY_DOCDIR}. This
means files under ${WRKSRC}/doc/capi are copied to
${STAGEDIR}${RUBY_DOCDIR}/capi again. And of course
${WRKSRC}/doc/capi/.timestamp is included in them. As a result, even
though ${STAGEDIR}${RUBY_DOCDIR}/capi/.timestamp is removed in
post-install-CAPIDOCS-on target, it is detected as orphaned file at
check-plist phase. So fix it by adding 3rd argument to
${COPYTREE_SHARE} command so .timestamp is excluded from files to be
copied.

PR:		267775
Approved by:	meta (ruby@)
Fixes:		93e3548c57 lang/ruby30: Simplify CAPIDOCS handling
2022-12-09 13:34:58 +09:00
Yasuhiro Kimura
bca8d7334e lang/ruby27: Fix plist error when both CAPIDOCS and DOCS options are on.
When the both options are on, post-install-DOCS-on target is called
after post-install-CAPIDOCS-on has completed. And in the former files
under ${WRKSRC}/doc/ are copied to ${STAGEDIR}${RUBY_DOCDIR}. This
means files under ${WRKSRC}/doc/capi are copied to
${STAGEDIR}${RUBY_DOCDIR}/capi again. And of course
${WRKSRC}/doc/capi/.timestamp is included in them. As a result, even
though ${STAGEDIR}${RUBY_DOCDIR}/capi/.timestamp is removed in
post-install-CAPIDOCS-on target, it is detected as orphaned file at
check-plist phase. So fix it by adding 3rd argument to
${COPYTREE_SHARE} command so .timestamp is excluded from files to be
copied.

PR:		267775
Approved by:	meta (ruby@)
Fixes:		bdbe2a2f40 lang/ruby27: Simplify CAPIDOCS handling
2022-12-09 13:34:56 +09:00
Yuri Victorovich
4b45db346d science/psi4: Update 1.6.1-20221122 -> 1.7 2022-12-08 18:41:17 -08:00
Yuri Victorovich
6a21f85f73 security/openfhe: Broken on systems where OpenMP isn't enabled
Reported by:	fallout
2022-12-08 18:39:24 -08:00
Conall O'Brien
99dcac5819 multimedia/py-soco: Update to v0.28.1, which was released on 2022-10-22
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/139
2022-12-09 10:41:32 +09:00
Derek Schrock
f1e6f62118 devel/py-python-gitlab: Update to 3.12.0
- Update to 3.12.0 [1]

[1] https://github.com/python-gitlab/python-gitlab/releases/tag/v3.12.0

PR:		268261
2022-12-09 09:46:26 +09:00
Serhii (Sergey) Kozlov
9eefc161ba sysutils/py-zfs-autobackup: update to 3.1.3
Changelog:	https://github.com/psy0rz/zfs_autobackup/releases/tag/v3.1.3
2022-12-09 00:13:47 +00:00
Serhii (Sergey) Kozlov
bc765745b3 shells/ohmyzsh: Update to 20221209 2022-12-08 23:39:42 +00:00
Matthew Seaman
b482599d5a sysutils/rsyslog8: update to 8.2212.0
ChangeLog:	https://github.com/rsyslog/rsyslog/blob/v8.2212.0/ChangeLog
2022-12-08 22:53:19 +00:00
Lorenzo Salvadore
551e8cc424
math/wxmaxima: Update to Version-22.11.1
Changes:
https://github.com/wxMaxima-developers/wxmaxima/compare/Version-22.09.0...Version-22.11.1
2022-12-08 23:40:47 +01:00
Daniel Engberg
23dab349f2
multimedia/gstreamer1-*: Retire libkate
Rationale:
libkate is going away in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268179 after being
unmaintained upstream for a long time.

PR:		268183
Reviewed by:	riggs
2022-12-08 23:33:12 +01:00
Thomas Zander
6fbb7cb286
multimedia/vlc: Retire support for libkate
Rationale:
libkate is going away in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268179 after being
unmaintained upstream for a long time.

PR:		268182
Reported by:	diizzy
2022-12-08 23:33:11 +01:00
Sergey A. Osokin
01e12e4ddf net-im/telegram-desktop: update from 4.2.4 to 4.4.1
Patches obtained from: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/tdesktop/patches/
Hotfix for Qt5: 5990b0fabf

Special thanks to:	Klemens Nanni <kn@openbsd.org>
2022-12-08 17:07:24 -05:00
VVD
2d011fa6c0
multimedia/avidemux-* Update to upstream release 2.8.1
Details:
- Update to upstream release 2.8.1
- Introduce NVENC OPTION for HW accelerated NVIDIA codecs

PR:		268145
Reported by:	VVD <vvd@unislabs.com>
Reviewed by:	riggs
2022-12-08 22:39:54 +01:00
Baptiste Daroussin
4b7fc653a3 ports-mgmt/pkg-devel: update to 1.18.99.7
Changes:
- reduce the number of filedescriptors opened at the same time
- update sqlite to 3.40.0
- fix regression in pkg lock
- fix annotate --modify
2022-12-08 22:17:47 +01:00
Piotr Kubaj
7e7399cc86 multimedia/gpac-libgpac: fix build on big-endian
evg/raster_yuv.c:1329:2: error: use of undeclared identifier 'ptr'
        get_u16_le(dstc, dst);
        ^
evg/raster_yuv.c:1294:55: note: expanded from macro 'get_u16_le'
2022-12-08 21:12:52 +00:00
Piotr Kubaj
7f95b4c19c multimedia/qt6-multimedia: fix build on powerpc64
In file included from /wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/resonance-audio/../3rdparty/eigen/Eigen/Core:210:
/wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/resonance-audio/../3rdparty/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
  BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
                               ^~~~~~~~
                               vec_rsqrt
/wrkdirs/usr/ports/multimedia/qt6-multimedia/work/qtmultimedia-everywhere-src-6.4.1/src/resonance-audio/../3rdparty/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1302:22: note: expanded from macro 'BF16_TO_F32_UNARY_OP_WRAPPER'
  Packet4f op_even = OP(a_even);\
                     ^
/usr/lib/clang/13.0.0/include/altivec.h:8472:34: note: 'vec_rsqrt' declared here
static vector float __ATTRS_o_ai vec_rsqrt(vector float __a) {
2022-12-08 21:12:50 +00:00
Yuri Victorovich
6ac7460b44 textproc/ibus-m17n: Update 1.4.17 -> 1.4.18
Reported by:	portscout
2022-12-08 13:05:33 -08:00
Yuri Victorovich
fb4e6e3b04 editors/o: Update 2.57.0 -> 2.58.0
Reported by:	portscout
2022-12-08 13:05:33 -08:00
Yuri Victorovich
16caf25e4f devel/xbyak: Update 6.65 -> 6.68
Reported by:	portscout
2022-12-08 13:05:33 -08:00
Yuri Victorovich
1b5f646095 math/primesum: New port: Sum of the primes below x 2022-12-08 13:05:32 -08:00
Christoph Moench-Tegeder
14c22cdccc www/firefox: update to 108.0 (rc2)
Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/108.0/releasenotes/
2022-12-08 20:48:30 +01:00
Fernando Apesteguía
963335dd57 deskutils/freeplane: update to 1.10.6
ChangeLog: https://www.freeplane.org/info/history/history_en.txt

Performance optimizations.

Reported by:	portscout
2022-12-08 20:01:36 +01:00
Emmanuel Vadot
fc5168cd3d graphics/mesa: Stop adding libglapi.so as a deps when not needed
Not every mesa port needs this lib so stop adding a dep on it if not needed.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:49 +01:00
Emmanuel Vadot
799245580a graphics/mesa: Do not add USE_LDCONFIG for every mesa ports
Not every mesa ports provides shared libraries intented for dynamic uses
so stop running ldconfig script for those ports.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:46 +01:00
Emmanuel Vadot
07b3e671fb lang/clover: Cleanup
- Specify license directly in this port.
- Order ONLY_FOR_ARCH

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:43 +01:00
Emmanuel Vadot
69016a123c graphics/libosmesa: Cleanup
- Specify license directly in this port.

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:41 +01:00
Emmanuel Vadot
34810cf205 graphics/mesa-libs: Cleanup
- Specify license directly in this port.

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:38 +01:00
Emmanuel Vadot
4ef5f4f3f1 graphics/mesa-gallium-xa: Cleanup
- Specify license directly in this port.
- Order ONLY_FOR_ARCH

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:36 +01:00
Emmanuel Vadot
6fc772111e graphics/mesa-gallium-vdpau: Cleanup
- Specify license directly in this port.
- Order ONLY_FOR_ARCH

Sponsored by:   Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:33 +01:00
Emmanuel Vadot
7c5fb40254 graphics/mesa-gallium-va: Cleanup
- Specify license directly in this port.
- Order ONLY_FOR_ARCH

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:31 +01:00
Emmanuel Vadot
e70ff172c2 graphics/mesa*: Stop using meson native-file
Use BINARY_ALIAS instead, this is cleaner.
While here directly record the deps on libLLVM for packages that
needs it.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:28 +01:00
Muhammad Moinur Rahman
0768be4ed7 multimedia/php-pHash: Cleanup
- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
2022-12-08 11:59:39 -06:00
Muhammad Moinur Rahman
9f72f354a1 net-mgmt/zabbix5-frontend: Cleanup
- Requires php74 which was EOL on 2022-11-28

PR:		261634
Approved by:	otis
Sponsored by:	Bounce Experts
2022-12-08 11:54:56 -06:00
Juraj Lutter
f959b9a2d1 mail/postfix-current: Update to 3.8-20221207
Reported by:	portscout
2022-12-08 18:51:12 +01:00
Muhammad Moinur Rahman
0896200ddf devel/pecl-hrtime: Cleanup
- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
2022-12-08 11:42:09 -06:00
Mikael Urankar
d9dab2c39d www/deno: Update to 1.28.3
Changes:
  https://github.com/denoland/deno/releases/tag/v1.28.2
  https://github.com/denoland/deno/releases/tag/v1.28.3
2022-12-08 18:17:34 +01:00