1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

667788 Commits

Author SHA1 Message Date
Daniel Engberg
14ef9b0ef0 textproc/p5-XML-DifferenceMarkup: Deprecate and set expiration date to 2024-07-16
Depends on deprecated port textproc/diffmark

PR:		279705
Approved by:	portmgr (blanket)
2024-06-16 18:35:52 +02:00
Daniel Engberg
20ee0c7068 textproc/diffmark: Deprecate and set expiration date to 2024-07-16
Deprecate as port fails to build with libxml2 2.13.0 and upstream is
gone

PR:		279705
2024-06-16 18:35:52 +02:00
Daniel Engberg
5e60eba223 devel/dia2code+: Deprecate and set expiration date to 2024-07-16
Deprecate as port fails to build with libxml2 2.13.0 as requested
by maintainer

PR:		279759
Reviewed by:	bofh (via Matrix)
2024-06-16 18:35:52 +02:00
Daniel Engberg
31800eab6e security/openconnect: Fix build with libxml 2.12.0 and newer
Backport upstream commit 6c83dfd2e1cfb9539cd527424910298a52c6d11f

Reference:
6c83dfd2e1

PR:		279761
Reviewed by:	zi (maintainer)
2024-06-16 18:35:51 +02:00
Piotr Kubaj
c677c19421 databases/mariadb114-server: fix build on powerpc64*
Same as previous mariadb fixes.
2024-06-16 18:19:01 +02:00
Joerg Wunsch
27b0defb60 devel/avr-libc: Upgrade to 2.2.0
This is the first release from Github rather than Savannah.

It adds a lot of features, many new devices as well as support
for 64-bit double multilib.
2024-06-16 17:54:55 +02:00
Piotr Kubaj
d4cc7a581e games/NBlood: update to 14062 2024-06-16 17:25:22 +02:00
Piotr Kubaj
2fcf7466c4 print/scribus: update to 1.6.2
Changelog:	https://wiki.scribus.net/canvas/1.6.2_Release
2024-06-16 17:25:21 +02:00
Piotr Kubaj
3c98498fb5 editors/hexcurse: fix build on 14.1
hexcurse.c:237:30: error: 'snprintf' will always be truncated; specified size is 1, but format string expands to at least 2 [-Werror,-Wformat-truncation]
  237 |         min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len);
      |                              ^
1 error generated.
2024-06-16 17:25:19 +02:00
Piotr Kubaj
90c6e11540 biology/phyml: fix build on non-amd64
cc: error: unsupported option '-msse3' for target 'powerpc64-unknown-freebsd14.1'
2024-06-16 17:25:18 +02:00
Bernard Spil
5a2bb7e615 databases/mariadb114-server: New MariaDB 11.4 port
* This is an LTS version.
 * the mysql command now generates a warning about deprecation.
   to prevent these for other ports with USES=mysql Mk/Uses/mysql.mk
   has been patched.
2024-06-16 16:21:23 +02:00
Roman Bogorodskiy
37ab807bb1 audio/easytag: fix build on i386
After updating audio/taglib to 2.0.1, easytag stopped building on i386.
Apparently, this is happening because taglib started using types such as
"offset_t" and "size_t" in its interfaces, causing types mismatch on
i386.

Reported by:	pkg-fallout
2024-06-16 15:44:16 +02:00
Joerg Wunsch
c574df1456 devel/avr-gcc: Upgrade to 14.1.0
This upgrades AVR-GCC to GCC 14.1.0

One patch has been added that fixes GCC PR ipa/92606. This will
become obsoleted when GCC 14.2 is out.
2024-06-16 15:36:52 +02:00
Jan Bramkamp
466b18e8dd sysutils/runwhen: Add skalibs-2.14 support
Patch skalibs-2.14 support into runwhen-2021.04.30:
  - Skalibs no longer pollutes the namespace with uint64 (without _t).
  - Patch runwhen to use uint64_t instead of uint64.
  - Update dependency to devel/skalibs>=2.14.1.1
  - Bump port revision.

No functional change intended.

PR:		279116
2024-06-16 13:54:29 +02:00
Jan Bramkamp
6e5298df63 sysutils/s6-rc: Update to 0.5.4.2
Also move USES below FLAVORS and FLAVOR in port Makefile as recommended by portlint.

List of changes between 0.5.4.1 and 0.5.4.2 mentioned in the ./NEWS file:

In 0.5.4.2
----------
 - Adaptation to skalibs-2.14.0.0.
 - Bugfixes.

PR:		279116
2024-06-16 13:54:29 +02:00
Jan Bramkamp
77fa197321 sysutils/s6: Update to version 2.12.0.4
List of changes between 2.11.3.2 and 2.12.0.4 mentioned in the ./NEWS file:

In 2.21.0.1 - 2.12.0.4
----------------------
 - Bugfixes.

In 2.12.0.0
-----------
 - New option to s6-svc: -s, to specify a signal by name (or number).
 - New option to s6-log: -t, to specify a timeout for partial last lines.
 - s6-svscan rewrite: no more quadratic reaps, no more forced 1s wait on shutdown
 - Eliminated fork() wherever possible on systems supporting posix_spawn()
 - Obsolete s6lockd subsystem removed.

PR:		279116
2024-06-16 13:54:29 +02:00
Jan Bramkamp
f1af459530 lang/execline: Update to version 2.9.5.1
Give read+execute permissions to everyone on symlinks:
 - bin/cd    -> execline-cd
 - bin/umask -> execline-umask

List of changes between 2.9.3.0 and 2.9.5.1 mentioned in the ./NEWS file:

In 2.9.5.1
----------
 - Bugfixes.

In 2.9.5.0
----------
 - Bugfixes.
 - backtick now sets ? when it can be nonzero.

In 2.9.4.0
----------
 - Adaptation to skalibs-2.14.0.0.
 - New dummy -e option in execlineb.
 - Slightly better error reporting in execlineb.

PR:		279116
2024-06-16 13:54:28 +02:00
Jan Bramkamp
08c29b7552 devel/skalibs: Update to version 2.14.1.1
List of changes between 2.13.1.1 and 2.14.1.1 mentioned in the ./NEWS file:

In 2.14.1.1
-----------
 - Bugfixes.

In 2.14.1.0
-----------
 - Bugfixes.
 - Portability improvements.
 - New socket_sendnb46_g() and socket_recvnb46_g() macros.

In 2.14.0.1
-----------
 - Bugfixes.

In 2.14.0.0
-----------
 - Bugfixes.
 - New accessor function: selfpipe_fd().
 - New functions: slurpn(), openslurpnclose().
 - slurp() and openslurpclose() are now macros.
 - New strerr macros to warn with a "fatal" message.
 - New cdb functions: cdb_hashv(), cdbmake_addv().
 - child_spawn() revamp. Prototype change (last arg is a size_t).
 - case_lowerb() and friends now use ctype.h functions.
 - case_str() removed, strcasestr() fallback implementation added.
 - cspawn(): finally unifying fork() and posix_spawn().
 - Better support for nonstandard posix_spawn subfunctions.
 - Lots of new sysdeps.

PR:		279116
2024-06-16 13:54:28 +02:00
Jens Grassel
876b8bb7ba devel/coursier: Update to version 2.1.9
- submitter becomes maintainer
 - make script obey ${JAVA}
 - remove obsolete DOCS option

Changelog: https://github.com/coursier/coursier/releases

PR:		259233
Approved by:	Chris <chris@chris-kipp.io> (maintainer timeout)
Reviewed by:	diizzy
2024-06-16 13:53:29 +02:00
Robert Clausecker
3692e105f5 net/rosenpass: update to 0.22.2
- remove now obsolete patch
 - security fix for an anticipated protocol weakness

Changelog: https://github.com/rosenpass/rosenpass/releases/tag/v0.2.2

MFH:		2024Q2
2024-06-16 13:53:28 +02:00
Robert Clausecker
cd7ad2b850 finance/ticker: update to 4.6.3
Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.6.3
2024-06-16 13:53:28 +02:00
Robert Clausecker
c7b7aaefaf sysutils/superfile: update to 1.1.3
- install as spf in addition to superfile as that seems to be the
   author's preferred command name
 - bump PORTEPOCH following update from development state to release;
   while normally not necessary, Go's versioning conventions make pkg
   think the version went backwards with this update.

Changelog: https://github.com/yorukot/superfile/releases/tag/v1.1.3
2024-06-16 13:53:28 +02:00
Robert Clausecker
1fe073b623 deskutils/remind: update to 05.00.01
Changelog:  https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
2024-06-16 13:53:27 +02:00
Robert Clausecker
02cbc43e3f x11/py-autotiling: update to 1.9.3
Changelog: https://github.com/nwg-piotr/autotiling/releases/tag/v1.9.2
Changelog: https://github.com/nwg-piotr/autotiling/releases/tag/v1.9.3
2024-06-16 13:53:27 +02:00
Robert Clausecker
d6b34c17dd devel/goreleaser: update to 2.0.1
This is a major breaking update, discarding a bunch of legacy features.
Users relying on the deprecated features now removed should read the
release notes and linked document to understand how to convert their
projects.

Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v2.0.0
Changelog: https://github.com/goreleaser/goreleaser/releases/tag/v2.0.1
Upgrade guide: https://goreleaser.com/blog/goreleaser-v2/#highlights

MFH:		no
2024-06-16 13:53:27 +02:00
Robert Clausecker
fc72f20c06 devel/go-tools: update to 0.22.0
- a dependency bump

Changelog: https://github.com/golang/tools/compare/v0.21.0...v0.22.0
2024-06-16 13:53:26 +02:00
Robert Clausecker
acf324208f misc/findutils: update to 4.10.0
- remove obsolete patches
 - work around time_t being 32 bits on i386

Changelog: https://lists.gnu.org/archive/html/bug-findutils/2024-06/msg00017.html
2024-06-16 13:53:06 +02:00
Bernard Spil
06c03bcd2f databases/mariadb1011-server: Fix Hangs Indefinitely
PR:		279362
Obtained from:	https://jira.mariadb.org/browse/MDEV-34254
2024-06-16 13:32:13 +02:00
Jason E. Hale
c75e389741 x11/plasma5-plasma-workspace: QA improvements
Add missing pkg-plist entries after my rushed and pointy-hat-worthy
commit 353079b689. [1] I was under the impression that this version
just contained the security fixes and didn't do my due diligence.

To sort of make up for it:

Add other missing pkg-plist entries if kuserfeedback is installed and
add it as a dependency.

Potentially improve wayland support by adding plasma-wayland-protocols
and wayland-protocols as build dependencies.

Add PIPEWIRE option and patch out auto-detection. Enable by default as
x11/plasma5-plasma-desktop also enables PIPEWIRE by default.

Remove ancient CONFLICTS.

PR:		279744 [1]
Reported by:	jbeich [1]
MFH:		2024Q2
2024-06-16 04:44:31 -04:00
Jason E. Hale
89db557c2a x11-themes/plasma5-breeze: Correct version
This corrects the shlib version and propagates to other packages via
CMake that depend on the exact version of plasma5-breeze as their own,
like plasma5-plasma-workspace.

MFH:		2024Q2
2024-06-16 04:30:15 -04:00
Yuri Victorovich
953a77fb3c astro/siril: update 1.0.6 → 1.2.2 2024-06-16 01:28:37 -07:00
Yuri Victorovich
3b37546cfd lang/typstyle: New port: Reliable typst code formatter 2024-06-16 01:27:52 -07:00
Jose Alonso Cardenas Marquez
582185e540
*/*: Bump PORTREVISION. lang/fpc was updated to 3.2.3 2024-06-16 03:26:36 -05:00
Jose Alonso Cardenas Marquez
533aa0a690
games/hedgewars: Bump PORTREVISION. lang/fpc was updated to 3.2.3 2024-06-16 03:26:36 -05:00
Jose Alonso Cardenas Marquez
7f03032a44
x11-fm/doublecmd: Bump PORTREVISION. editors/lazarus was updated to 3.4.0 2024-06-16 03:26:35 -05:00
Jose Alonso Cardenas Marquez
9b44febf62
*/*: Bump PORTREVISION. editors/lazarus was updated to 3.4.0 2024-06-16 03:26:35 -05:00
Jose Alonso Cardenas Marquez
847a2853a6
graphics/lazpaint: Bump PORTREVISION. editors/lazarus was updated to 3.4.0
- Now this port uses a github tagname version for works with latest version of
  lazarus
2024-06-16 03:26:35 -05:00
Jose Alonso Cardenas Marquez
c566b204f9
editors/cudatext: Update to 1.215.0 2024-06-16 03:26:35 -05:00
Jose Alonso Cardenas Marquez
83c86b139d
archivers/peazip: Update to 9.8.0 2024-06-16 03:26:34 -05:00
Jose Alonso Cardenas Marquez
42b4007905
Mk/bsd.default-versions.mk: Update LAZARUS default versions
- Othe minor modification about fpc version
2024-06-16 03:26:34 -05:00
Jose Alonso Cardenas Marquez
587297988a
editors/lazarus-*-devel: Update to 3.99.20240615
- Remove obsolete patch files
2024-06-16 03:26:34 -05:00
Jose Alonso Cardenas Marquez
f46813a5ef
editors/lazarus*: update to 3.4.0
- Remove obsolete patch files
2024-06-16 03:26:33 -05:00
Jose Alonso Cardenas Marquez
22caa26719
lang/fpc: update to 3.2.3
- Now we will use fixes_3.2 branch. It includes fixes of stable branch of fpc
- Remove obsolete patch files
- Change FPC DEFAULT version to 3.2.3
2024-06-16 03:26:33 -05:00
Jose Alonso Cardenas Marquez
bc480162af
x11-toolkits/qt5pas: Add LICENSE entries
PR:		279093
Reported by:	Chris Hutchinson <portmaster __at_ bsdforge.com>
2024-06-16 03:26:33 -05:00
Thomas Zander
eeaa394236
multimedia/mkvtoolnix: Update to upstream release 85.0
Details:
- Bugfix release, see
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2024Q2
2024-06-16 10:22:04 +02:00
Thomas Zander
7b97499d38
security/vuxml: Document vulnerability in net/traefik
Details:
- Document Unexpected behavior with IPv4-mapped IPv6 addresses in
  net/traefik before 2.11.4, see:
  https://github.com/traefik/traefik/security/advisories/GHSA-7jmw-8259-q9jx
2024-06-16 10:22:04 +02:00
Thomas Zander
b9c0a36b45
net/traefik: Update to upstream release 2.11.4
Details:
- Bugfix release addressing unexpected behavior with IPv4-mapped IPv6
  addresses, see
  https://github.com/traefik/traefik/releases/tag/v2.11.4

MFH:		2024Q2
Security:	CVE-2024-24790
		https://github.com/traefik/traefik/security/advisories/GHSA-7jmw-8259-q9jx
2024-06-16 10:22:03 +02:00
Kai Knoblich
ef657ab736 www/py-strawberry-graphql-django: Update to 0.44.1
Changelog since 0.39.2:

https://github.com/strawberry-graphql/strawberry-django/compare/v0.39.2...v0.44.1
2024-06-16 10:10:52 +02:00
Kai Knoblich
c5c55dbcdb textproc/py-ntc-templates: Update to 5.1.0
Changelog:

https://github.com/networktocode/ntc-templates/releases/tag/v5.1.0
2024-06-16 10:10:23 +02:00
Kai Knoblich
f227987982 textproc/py-mkdocstrings-python: Update to 1.10.3
Changelog since 1.10.0:

https://github.com/mkdocstrings/python/blob/1.10.3/CHANGELOG.md
2024-06-16 10:09:08 +02:00