Muhammad Moinur Rahman
72a9fbf7cb
Mk/Scripts: Fix qa for manprefix
...
As man pages have been moved PREFIX/share/man adjust the qa check.
Reported by: eduardo
Approved by: portmgr (blanket)
2024-04-12 18:02:31 +02:00
Muhammad Moinur Rahman
1cb46eafbb
lang/php83: Update version 8.3.4=>8.3.6
...
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3
2024-04-12 17:44:29 +02:00
Muhammad Moinur Rahman
328d77a603
lang/php82: Update version 8.2.17=>8.2.18
...
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_2
2024-04-12 17:43:47 +02:00
Muhammad Moinur Rahman
8c1c637b5e
sysutils/firstboot-pkgs: Refactor examples
...
Some of the examples in the rc script points to older versions of ports
which are no longer in the tree. There is no change in the
dunctionality of the ports. This is just a cosmetic change.
Approved by: cperciva (slack)
2024-04-12 17:10:23 +02:00
Jimmy Olgeni
927fe53d55
lang/erlang-runtime26: update to version 26.2.4
2024-04-12 16:51:18 +02:00
Emanuel Haupt
6af579044f
audio/ft2-clone: Update to 1.82
...
* Update to 1.82
* Install the binary using the cmake toolchain while here, and then
switch to the post-install target for the icons that cmake does not
install.
Upstream issue: https://github.com/8bitbubsy/ft2-clone/issues/51
2024-04-12 15:53:24 +02:00
Adam Weinberger
6049603957
sysutils/goaccess: Update to 1.9.2
2024-04-12 07:53:06 -04:00
Hiroki Tagato
e621044be3
*/*: chase electron28 update
2024-04-12 20:01:29 +09:00
Hiroki Tagato
0731023c8b
devel/electron28: update to 28.3.0
...
Changelog: https://github.com/electron/electron/releases/tag/v28.3.0
Reported by: GitHub (watch releases)
MFH: 2024Q2
Security: 31617e47-7eec-4c60-9fdf-8aee61622bab
2024-04-12 20:01:29 +09:00
Roger Pau Monné
80e73db7c8
{emulators,sysutils}/xen-{kernel,tools}: update to 4.8.2
...
Changelog: https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.18.2
Sponsored by: Cloud Software Group
Approved by: bapt (implicit)
2024-04-12 12:46:10 +02:00
Wen Heping
0b12627c43
math/py-contourpy: Add USES=localbase to fix build
...
Reported by: vvd@,rhurlin@
2024-04-12 10:44:14 +00:00
Max Brazhnikov
a7d6c1cf81
*/*: reset maintainership
...
Return ports maintained by David Kalliecharan dave@dal.ca to the pool
due to consecutive maintainer timeouts.
2024-04-12 12:54:44 +03:00
Max Brazhnikov
8f5be96749
devel/py-numba: update to 0.59.1
...
Add missing dependency on numpy
Drop stale bits from Makefile
Take maintainership
PR: 277877
Approved by: consecutive maintainer timeouts
2024-04-12 12:45:13 +03:00
Max Brazhnikov
8d1eb79bb5
devel/py-llvmlite: update to 0.42.0
...
Convert to USES=llvm
Take maintainership
PR: 277876
Approved by: consecutive maintainer timeouts
2024-04-12 12:45:12 +03:00
Ashish SHUKLA
060aa93619
textproc/meilisearch: Update to 1.7.6
...
MFH: 2024Q2 (for fix of a plausible DB corruption)
2024-04-12 09:26:18 +00:00
Robert Clausecker
50154e657e
databases/evolution-data-server: make usable when sqlite3 has option DQS disabled
...
This port uses "%s" in some SQL queries where '%s' should have been
used. When the DQS (double-quoted string) misfeatures of SQLite3 is
disabled, these queries fail and cause the error "no such column: %s".
Change these queries to fix evolution.
PR: 278249
Approved by: fluffy (gnome)
MFH: 2024Q2
2024-04-12 10:36:56 +02:00
Robert Clausecker
9d8284db83
devel/go-tools: update to 0.20.0
...
- guru has been removed
Changelog: https://github.com/golang/tools/compare/v0.19.0...v0.20.0
2024-04-12 10:36:56 +02:00
Robert Clausecker
bd9eeefbc7
deskutils/remind: update to 04.03.06
...
- hook up acceptance tests
Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
2024-04-12 10:36:56 +02:00
Robert Clausecker
e031ee8eb5
converters/simdutf: update to 5.2.3
...
Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.2
Changelog: https://github.com/simdutf/simdutf/releases/tag/v5.2.3
2024-04-12 10:36:55 +02:00
Robert Clausecker
f8eb7ec71c
devel/goreleaser: update to 1.25.1
...
Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v1.25.0
Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v1.25.1
2024-04-12 10:36:55 +02:00
Robert Clausecker
ee8fe6f418
graphics/lux: fix noto dependency
...
Previous commit was not approved by maintainer.
Depending on the file ${GUIFONT} was intentional
as this file is hard-coded in the application.
Instead of removing this sanity check, the correct
is to adjust the dependency from the now meta port
to the port actually delivering this file.
Fixes: 2370847ccd .
2024-04-12 10:36:55 +02:00
Mathieu Arnold
06601897e5
framework: reintroduce the feature enabling code
...
For each feature (see in Mk/Features) users can now set these variables
in their make.conf. Using LTO as an example.
To enable globally:
WITH_LTO= yes
To disable globally (for example ssp is enabled by default):
WITHOUT_LTO= yes
To enable for a specific list of ports:
WITH_LTO_PORTS= lang/perl5.36
To disable for a specific list of ports:
WITHOUT_LTO_PORTS= lang/perl5.36
Differential Revision: https://reviews.freebsd.org/D44750
2024-04-12 09:53:27 +02:00
Eugene Grosbein
8522a7407e
lang/yap: fix build with clang 18
...
Unbreak build with clang 18. PORTREVISION not bumped.
2024-04-12 13:41:10 +07:00
Mathieu Arnold
0660187ad0
cleanup: remove occurrences of WITH_DEBUG
...
DEBUG like all ports features, must not ever be set in a port, they are
user facing features, that the user needs to enable in their
environment/make.conf, either by defining WITH_DEBUG globally, or by
setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled
in.
2024-04-12 08:04:05 +02:00
Hiroki Tagato
38e3f7255c
devel/electron27: update to 27.3.10
...
Changelog: https://github.com/electron/electron/releases/tag/v27.3.10
Reported by: GitHub (watch releases)
MFH: 2024Q2
Security: 31617e47-7eec-4c60-9fdf-8aee61622bab
2024-04-12 14:43:40 +09:00
Matthias Fechner
633dc9e24d
devel/rubygem-sentry-ruby-core: update to 5.10.0
...
Changes: https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md
2024-04-12 08:01:08 +03:00
Yuri Victorovich
3f9a32f1a2
x11-toolkits/imgui: update 1.90.4 → 1.90.5
...
Reported by: portscout
2024-04-11 21:34:49 -07:00
Yuri Victorovich
36b8516ea8
sysutils/mise: update 2024.4.1 → 2024.4.4
...
Reported by: portscout
2024-04-11 21:34:32 -07:00
Yuri Victorovich
c626f20019
www/trunk: update 0.19.1 → 0.19.2
...
Reported by: portscout
2024-04-11 21:34:17 -07:00
Yuri Victorovich
20f17ecef2
science/{,py-}spglib: update 2.3.1 → 2.4.0
...
Reported by: portscout
2024-04-11 21:33:44 -07:00
Yuri Victorovich
0ca64eeff3
devel/gitu: update 0.14.0 → 0.15.0
...
Reported by: portscout
2024-04-11 21:32:56 -07:00
Yuri Victorovich
292fa006c0
devel/glaze: update 2.4.5 → 2.5.0
...
Reported by: portscout
2024-04-11 21:32:42 -07:00
Yuri Victorovich
b9636819d7
biology/spoa: Broken on i386
...
Reported by: fallout
2024-04-11 21:05:12 -07:00
Yuri Victorovich
7676449804
math/the-algorithms-c++: update g20230110 → g20240212
2024-04-11 20:56:05 -07:00
Yuri Victorovich
01c8f58980
devel/rye: Broken on i386
...
Reported by: fallout
2024-04-11 20:55:39 -07:00
Yuri Victorovich
e51da618ba
math/py-dionysus: FIx build failure with clang-18; Add tests
...
Reported by: fallout
2024-04-11 20:39:48 -07:00
Yuri Victorovich
883d41c20f
math/py-Pyomo: update 6.7.0 → 6.7.1
...
Reported by: portscout
2024-04-11 20:01:50 -07:00
Yuri Victorovich
f68ec59d68
science/quantum-espresso: Remove wannier90 binaries, which fixes conflict for science/ocean
...
Reported by: fallout
2024-04-11 20:01:49 -07:00
Yuri Victorovich
84f87cc100
net/grpcui: update 1.3.3 → 1.4.0
...
Reported by: portscout
2024-04-11 20:01:49 -07:00
Yuri Victorovich
d84c10537a
math/py-PuLP: update 2.7.0 → 2.8.0
...
Also replace cbc binaries for other systems with FreeBSD binary.
Reported by: portscout
2024-04-11 20:01:49 -07:00
Yuri Victorovich
80a5566355
devel/lefthook: update 1.6.8 → 1.6.10
...
Reported by: portscout
2024-04-11 20:01:48 -07:00
Yuri Victorovich
05d3fa0caf
devel/py-deepdiff: update 6.7.1 → 7.0.1
...
Reported by: portscout
2024-04-11 20:01:48 -07:00
Yuri Victorovich
8e7f35d860
audio/synthv1-lv2: 0.9.34 → 0.9.90
2024-04-11 20:01:47 -07:00
Yuri Victorovich
71728ad510
audio/samplv1-lv2: 0.9.34 → 0.9.90
2024-04-11 20:01:47 -07:00
Yuri Victorovich
0bd235173e
audio/padthv1-lv2: 0.9.34 → 0.9.90
2024-04-11 20:01:46 -07:00
Yuri Victorovich
2017e655de
audio/drumkv1-lv2: 0.9.34 → 0.9.90
2024-04-11 20:01:46 -07:00
Gabriel M. Dutra
e14faf5efb
devel/rust-analyzer: Update to 2024-04-08
...
changeLog:
https://github.com/rust-lang/rust-analyzer/releases/tag/2024-04-08
Approved by: rust (mikael, implicit)
2024-04-11 23:31:38 -03:00
Piotr Kubaj
7e5edb6fbc
net/quiche: fix build on powerpc64le
2024-04-12 03:44:23 +02:00
Piotr Kubaj
d24fee54b8
lang/rizin: fix build on powerpc64*
2024-04-12 03:06:11 +02:00
Piotr Kubaj
28910041b1
audio/noise-suppression-for-voice-lv2: fix build on powerpc64le
...
Similarly to devel/juce, disable vendored libpng to fix build.
2024-04-12 02:20:08 +02:00