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

560436 Commits

Author SHA1 Message Date
Gerald Pfeifer
01db8ddf52 emulators/wine-devel: Pass maintainership to Damjan Jovanovic
Usually assuming maintainership goes along with a patch to update
or fix something. The former will come soon, with next week's
snapshot, and Damjan has been active upstream and in direct
conversations with me, and I will be supporting and mentoring him.
2021-10-01 19:03:18 +00:00
Dmitry Sivachenko
d8e6929659 net/haproxy: update to version 2.4.5. 2021-10-01 18:19:28 +00:00
Baptiste Daroussin
e4d5c6e048 www/kcgi: update to 0.13.0 2021-10-01 19:34:00 +02:00
Baptiste Daroussin
289e2a5754 textproc/groff: enforce iconv from ports
groff silently links to iconv from ports, declare properly the
dependency
2021-10-01 19:27:10 +02:00
Ryan Moeller
63a23cd02c devel/py-libzfs: Avoid fallthrough macro conflict
Fixes build failure with recent OpenZFS.

Approved by:	lwhsu (implicit)
Reported by:	arrowd
Sponsored by:	iXsystems, Inc.
2021-10-01 12:46:19 -04:00
Kevin Bowling
ba369a0486 net/nsscache: Update to 0.43
Add ssh key support for S3 source
2021-10-01 08:52:40 -07:00
Piotr Kubaj
9bec8e98ba math/mpdecimal: actually fix build on GCC architectures
configure script is written so that the compiler binary is used for linking.
2021-10-01 15:29:48 +00:00
Steven Kreuzer
cdaee99292
misc/zoneinfo: Updated to 2021b
Briefly:
  Jordan now starts DST on February's last Thursday.
  Samoa no longer observes DST.
  Merge more location-based Zones whose timestamps agree since 1970.
  Move some backward-compatibility links to 'backward'.
  Rename Pacific/Enderbury to Pacific/Kanton.
  Correct many pre-1993 transitions in Malawi, Portugal, etc.
2021-10-01 15:22:28 +00:00
Jan Beich
44ad1dcfb3 graphics/libjxl: drop obsolete OpenEXR fix after 155610d505 2021-10-01 14:56:29 +00:00
Jan Beich
3ea002fded graphics/libjxl: replace fc75da3a3b with upstream version 2021-10-01 14:56:29 +00:00
Matthias Fechner
96e60ab527 www/gitlab-ce: Security update to 14.3.1
Changelog:
https://about.gitlab.com/releases/2021/09/30/security-release-gitlab-14-3-1-released/

Security:	1bdd4db6-2223-11ec-91be-001b217b3468
2021-10-01 16:53:39 +02:00
TAKATSU Tomonari
f9136ce7b9 graphics/R-cran-visNetwork: Update to 2.1.0 2021-10-01 14:52:37 +00:00
Piotr Kubaj
421f92a120 science/openems: fix build on powerpc64*
Add FreeBSD names for 64-bit POWER to the check.
2021-10-01 14:39:19 +00:00
Jan Beich
f1bc910789 lang/gcc6-aux: unbreak fetch after 620968a43a
=> ada-bootstrap.amd64.freebsd.120.tar.bz2 is not in /usr/ports/lang/gcc6-aux/distinfo.
=> Either /usr/ports/lang/gcc6-aux/distinfo is out of date, or
=> ada-bootstrap.amd64.freebsd.120.tar.bz2 is spelled incorrectly.
*** Error code 1

Reported by:	pkg-fallout
2021-10-01 14:33:54 +00:00
Evgeniy Khramtsov
b27dca4cad x11-wm/sway: unbreak build with Clang 13
../sway/commands.c:470:23: error: variable 'context' set but not used [-Werror,-Wunused-but-set-variable]
        enum command_context context = 0;
                             ^

PR:		258813
2021-10-01 14:12:52 +00:00
Sergey A. Osokin
45721530f8 databases/redis-devel: update to the recent commit 2021-10-01 10:09:15 -04:00
Jan Beich
4696971b35 x11/wayland-logout: unbreak build after 620968a43a
Partially revert until 12.3 + 3 months for 12.2 EOL (circa 2022Q2).
https://cgit.freebsd.org/src/commit/?id=925f44f33862
https://www.freebsd.org/releases/12.3R/schedule/

../wayland-logout.c:117:26: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'?
    ret = kill(peer_cred.pid, SIGTERM);
                         ^~~
../wayland-logout.c:120:65: error: no member named 'cr_pid' in 'struct xucred'; did you mean 'cr_uid'?
        fprintf(stderr, "Error killing pid %d: %m\n", peer_cred.pid);
                                                                ^~~

Reported by:	antoine
Pointy hat to:	jbeich
2021-10-01 13:34:43 +00:00
Mikael Urankar
df021c457f security/honeytrap: Update to g20210510
- Update to g20210510
  - Update license information
  - Split long lines
  - Add HONEYTRAP_LOGDIR

PR:		258245
Reported by:	Borja Marcos
Approved by:	maintainer timeout
2021-10-01 15:07:25 +02:00
Mateusz Piotrowski
0f53e42fae graphics/sxiv: Mark deprecated
Upstream has archived the repository. The community maintains a fork of
sxiv called nsxiv. It's already available in the ports tree as
graphics/nsxiv.
2021-10-01 15:05:08 +02:00
Mateusz Piotrowski
42eaef8170 graphics/nsxiv: New port
nsxiv is a fork of now unmaintained sxiv with the purpose of maintaining
it and adding simple, sensible features.
2021-10-01 15:01:46 +02:00
Piotr Kubaj
639c2d3d3b games/dxx-rebirth: update to 20210922 2021-10-01 12:57:18 +00:00
Joel Bodenmann
6ab6d5d516 sysutils/cpufetch: Add new port.
Simple yet fancy CPU architecture fetching tool.

cpufetch is a command-line tool written in C that displays the CPU information
in a clean and beautiful way.

WWW: https://github.com/Dr-Noob/cpufetch

PR:		258736
2021-10-01 14:51:04 +02:00
Mikael Urankar
b8b32707f3 devel/stack: Add aarch64 support.
Approved by:		arrowd
Differential Revision:	https://reviews.freebsd.org/D32221
2021-10-01 14:51:04 +02:00
Mikael Urankar
c57db8f4de lang/ghc: Update arm bootstrap to 8.10.7
Update arm bootstrap to 8.10.7
Pass --host to the configure script otherwise ghc thinks we are crosscompiling (only affects armv6 and armv7)
Remove CONFIGURE_ENV, it is now handled in patch-aclocal.m4 (submitted upstream as https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6599)

Approved by:		arrowd
Differential Revision:	https://reviews.freebsd.org/D32155
2021-10-01 14:51:04 +02:00
Mikael Urankar
da05598fbe www/deno: Update to 1.14.2
Changes: https://github.com/denoland/deno/releases/tag/v1.14.2
2021-10-01 14:51:03 +02:00
Mikael Urankar
d42ca861c9 editors/kak-lsp: Update to 11.0.1
Changes: https://github.com/kak-lsp/kak-lsp/releases/tag/v11.0.1
2021-10-01 14:51:03 +02:00
TAKATSU Tomonari
a11f527a67 devel/R-cran-caret: Update to 6.0-89 2021-10-01 11:55:59 +00:00
Michael Gmelin
21ddc093a4 devel/arcanist-lib: Use Mozilla root CA bundle
This fixes problems with Let's Encrypt certificates after
the R3 Let's Encrypt intermediate CA expired.

Arcanist uses its own certificate bundle by default (default.pem),
overriding curl's default, unless curl.cainfo is set explicitly.

The port now replaces this custom bundle with a symlink to Mozilla's
root CA bundle as installed by security/ca_root_nss.

PR: 258824
Reported by: yasu
2021-10-01 13:17:28 +02:00
Piotr Kubaj
a79bfc5158 graphics/librsvg2-rust: fix build on big-endian
patch-vendor_crossbeam-* patches are necessary on powerpc. They may be removed
after Rust 1.56.0 is released, upstream for crossbeam* crates regenerates
no_atomic.rs and those changes flow into ports.

Same for the patch for builtns.rs (except that it also affects powerpc64le
which is already in the upstream cfg_expr crate, but powerpc has not yet landed
there).

To fix build generally on big-endian (so powerpc and powerpc64 at the moment),
merging 92df18a3fa
is also necessary.
2021-10-01 10:28:25 +00:00
Yuri Victorovich
c1945ff2eb math/rumur: Update 2020.12.20 -> 2021.09.29 2021-10-01 01:59:32 -07:00
Yuri Victorovich
81cd084e2b editors/o: Update 2.43.1 -> 2.44.1
Reported by:	portscout
2021-10-01 01:59:25 -07:00
Wen Heping
fe280f7299 devel/p5-Validation-Class: Update to 7.900057
Update DEPENDS
Pass maintainership to submitter
PR:		257949
Reported by:	svysh.fbsd@gmail.com
Approved by:	maintainer(timeout, > 40 days)
2021-10-01 16:29:19 +08:00
Marco Beishuizen
9e4d934f21 www/luakit-devel: update to 2.3-20
ChangeLog: https://github.com/luakit/luakit/commit/develop

PR:	258497
Reported by:	mbeis@xs4all.nl (maintainer)
2021-10-01 10:20:48 +02:00
Wen Heping
9dbf446bcf math/p5-Math-BigInt-FastCalc: Update to 0.5012 2021-10-01 16:15:20 +08:00
Eugene Grosbein
db8499a9f8
textproc/sgmlformat: unbreak for external groff
The GNU roff toolchain has been removed from base but sgmlformat relied
on "groff" command to be in PATH and installs three .ts files
with references to /usr/share/tmac that does not exist
in modern FreeBSD versions.

Add textproc/groff to RUN_DEPENDS and fix broken references,
so sgmlformat is functional again.

Approved by:	kuriyama (maintainer timeout, 3 weeks)
2021-10-01 15:05:46 +07:00
Wen Heping
b4c3fa014d math/p5-Math-BigInt-Pari: Update to 1.3008 2021-10-01 16:04:06 +08:00
Wen Heping
2470f27c27 math/p5-Math-BigInt-GMP: Update to 1.6009 2021-10-01 15:44:28 +08:00
Wen Heping
8d1c2f517d math/p5-bignum: Update to 0.60
Update DEPENDS
2021-10-01 15:38:33 +08:00
Wen Heping
1042a3fb84 math/p5-Math-BigRat: Update to 0.2618 2021-10-01 15:34:09 +08:00
Wen Heping
e8fc711f12 math/p5-Math-BigInt: Update to 1.999825 2021-10-01 15:30:32 +08:00
Wen Heping
897ec7cee0 security/vuxml: Document mediawiki's multiple vulnerabilities 2021-10-01 15:19:35 +08:00
Yuri Victorovich
7ad2294756 devel/goredo: Update 1.14.0 -> 1.15.0
Reported by:	portscout
2021-10-01 00:14:40 -07:00
Yuri Victorovich
b843a8a17e misc/snakemake: Update 6.8.1 -> 6.9.0
Reported by:	portscout
2021-10-01 00:14:39 -07:00
Neel Chauhan
9b309c36b8 security/tor-devel: Update 0.4.6.4-rc -> 0.4.7.1-alpha
PR:		258826
2021-10-01 00:14:38 -07:00
Yuri Victorovich
f8e046ff89 multimedia/ustreamer: Update 4.5 -> 4.6
Reported by:	portscout
2021-10-01 00:14:38 -07:00
Yuri Victorovich
a3d97bcf09 biology/ncbi-cxx-toolkit: Update 25.0.0 -> 25.2.0
Reported by:	upstream ML notification
2021-10-01 00:14:37 -07:00
Wen Heping
aa87223dbe www/mediawiki131: Update to 1.31.16
Set DEPRECATED
2021-10-01 14:56:49 +08:00
Wen Heping
860d7d1bc0 www/mediawiki135: Update to 1.35.4 2021-10-01 14:56:13 +08:00
Wen Heping
7637c8345e www/mediawiki136: Update to 1.36.2 2021-10-01 14:55:38 +08:00
Bernhard Froehlich
bbc044922c
mail/qpopper: Add CPE information
Approved by:	portmgr (blanket)
2021-10-01 06:43:33 +00:00