Commit Graph

531956 Commits

Author SHA1 Message Date
Glen Barber
8cbaa0affa Merge r567377 from 2021Q1 to RELEASE_13_0_0.
r567285 was used for the tag as it was the last revision of the tree
for RC1 package builds.  However, an important update to address
issues with USB on the RPI4 followed afterward, and as such, did not
make it into the tag.

Although technically tags should not change after they are created,
too many other changes have happened in the 2021Q1 branch that may
potentially interfere with the state of the 13.0-RELEASE cycle.

So, I am merging this change to the RELEASE_13_0_0 tag with my re@
hat on.

Reported by:	manu
Approved by:	re (implicit)
Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-13 17:35:08 +00:00
Chris Rees
0981f5668c MFH: r567284
www/falkon: add flavor without KDE integration

This results in a package that doesn't drag in huge numbers of
KDE dependencies if you aren't on KDE.

This replaces the OPTION KDEINTEGRATION.

Approved by:		kde (adridg)
Differential Revision:	https://reviews.freebsd.org/D29010
2021-03-04 00:51:25 +00:00
Jan Beich
e803ee984c MFH: r567282
x11-wm/chamfer: update to s20210218

Changes:	5f22b1d...a034c07
2021-03-04 00:25:28 +00:00
Jan Beich
4be2788e66 MFH: r567278
emulators/yuzu: update to s20210303

Changes:	ac8b1445f...394475c4e
2021-03-04 00:18:09 +00:00
Jan Beich
0a8109bc77 MFH: r567279
graphics/mesa-devel: update to 21.0.b.2591

Changes:	3054921a8d...a8423eb732
2021-03-04 00:09:40 +00:00
Dmitry Marakasov
2d74867af8 MFH: r567271
- Fix signal used in reload command

PR:		253965
Submitted by:	admin@support.od.ua
2021-03-04 00:06:57 +00:00
Fernando Apesteguía
202975ee8d MFH: r567068
net/py-wsdd: Add closing { to pkg-message

PR:	253941
Submitted by:	andrew@neptune-one.net
Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
2021-03-03 11:23:17 +00:00
Jan Beich
94e0cecb76 MFH: r567023
www/youtube_dl: update to 2021.03.03

Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03
Reported by:	GitHub (watch releases)
2021-03-03 06:21:59 +00:00
Neel Chauhan
9af5e01b65 MFH: r566997
devel/dash.el: Update to 2.18.1

Changes: https://github.com/magnars/dash.el/releases/tag/2.18.1

PR:		253921
Submitted by:	Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer)
Approved by:	portmgr (bugfix blanket)
2021-03-02 22:26:12 +00:00
Jan Beich
30e1063ec5 MFH: r566992
multimedia/arcan: use luajit-openresty on all architectures

lang/luajit hasn't been updated in years. Alpine, Debian, Fedora,
Gentoo, Guix, Mageia, Nix, Void updated to 2.1.0 beta3 or snapshot.
Of those Guix and Void have Arcan package. So, switch to 2.1 as well
for better stability and non-x86 support.

https://github.com/letoram/arcan/commit/b1290c6485db
2021-03-02 22:08:19 +00:00
Jan Beich
d5607cf02d MFH: r566991
multimedia/arcan: use getentropy on FreeBSD >= 12
2021-03-02 22:07:32 +00:00
Kai Knoblich
6e2c2ac446 MFH: r566953
multimedia/gpodder: Fix pkg-plist issues with non-default Python versions

PR:		253815
Approved by:	portmgr (build fix)

Approved by:	ports-secteam (implicit, build fix)
2021-03-02 14:34:45 +00:00
Kirill Ponomarev
c2b13a8905 MFH: r566946
Update to 2.1.2
2021-03-02 11:46:44 +00:00
Jan Beich
028712a97d MFH: r566927
graphics/mesa-devel: update to 21.0.b.2489

Changes:	05d0514a8f...3054921a8d
2021-03-02 00:24:54 +00:00
Jan Beich
ca95c6d4cd MFH: r566130 r566356 r566926
x11-wm/river: update to s20210301

Changes:	3d66cbd...27cac16
2021-03-02 00:23:41 +00:00
Jan Beich
d93f5f3659 MFH: r566924
www/youtube_dl: update to 2021.03.02

Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.02
Reported by:	GitHub (watch releases)
2021-03-01 23:32:20 +00:00
Jan Beich
377c792850 MFH: r566353 r566919
emulators/yuzu: update to s20210301

- Switch to GCC/libstdc++ until Clang/libc++ supports more C++20 features

Changes:	0b47f7a46...ac8b1445f
2021-03-01 23:07:40 +00:00
Jan Beich
72f2119489 MFH: r566352
emulators/yuzu: prefer OpenSSL over GnuTLS after r560825

-- Found NETTLE: /usr/local/lib/libnettle.so
-- Found GnuTLS: /usr/local/lib/libgnutls.so
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1h")
[...]
Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libgnutls.so.30 from security/gnutls but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libgnutls.so:security/gnutls
Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libnettle.so.8 from security/nettle but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libnettle.so:security/nettle
2021-03-01 22:59:35 +00:00
Jan Beich
5bba9ff057 MFH: r560653 r560821 r561290 r561527 r561682 r561990 r562162 r562354 r562625 r563107 r563267 r563775 r563974 r564748 r564916 r565086 r565368 r566129 r566355 r566513 r566918
emulators/rpcs3: update to 0.0.15.11838

Changes:	187216096...8e4451d1a
2021-03-01 22:58:01 +00:00
Piotr Kubaj
5b675ec5dc MFH: r566910
lang/ocaml: fix build on armv6

Same issue as on armv7.
2021-03-01 21:10:04 +00:00
Piotr Kubaj
a0863c6e84 MFH: r566865
games/openjk: fix packaging on armv6

pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/cgamearmv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/jagamearmv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/jampgamearmv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/uiarmv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/base/cgamearmv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/base/jampgamearmv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/base/uiarmv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/openjk.armv6:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/openjk_sp.armv6:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/openjkded.armv6:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/rd-vanilla_armv6.so:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/rdsp-vanilla_armv6.so:No such file or directory
2021-03-01 16:06:41 +00:00
Fernando Apesteguía
2e9775edfb MFH: r566862
www/privoxy: Update to 3.0.32 stable

ChangeLog:
https://lists.privoxy.org/pipermail/privoxy-announce/2021-February/000007.html

PR:	253917
Submitted by:	fk@fabiankeil.de (maintainer)
2021-03-01 15:27:16 +00:00
Juraj Lutter
f5ac74b1a7 MFH: r566811
net-mgmt/zabbix52-server: Update to 5.2.5

Changelog: https://www.zabbix.com/rn/rn5.2.5

PR:		253826
Submitted by:	pg@pakhom.spb.ru (maintainer)
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D28978
2021-02-28 20:41:06 +00:00
Juraj Lutter
ccaa590dd4 MFH: r566808
net-mgmt/zabbix5-server: Update to 5.0.9

Changelog: https://www.zabbix.com/rn/rn5.0.9

PR:		253827
Submitted by:	pg@pakhom.spb.ru (maintainer)
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D28977
2021-02-28 20:32:48 +00:00
Juraj Lutter
e7cfffe21a MFH: r566805
net-mgmt/zabbix4-server: Update to 4.0.29

Changelog: https://www.zabbix.com/rn/rn4.0.29

PR:		253825
Submitted by:	pg@pakhom.spb.ru (maintainer)
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D28976
2021-02-28 20:19:22 +00:00
Thomas Zander
fc6c2e793b MFH: r566766
Update to upstream release 54.0.0.

Details:
- Many small features and enhancements, and bug fixes, see:
  https://mkvtoolnix.download/doc/NEWS.md
2021-02-28 13:48:46 +00:00
Thomas Zander
67541ef3ec MFH: r566141
multimedia/libmatroska: Update to 1.6.3

Changelog: https://github.com/Matroska-Org/libmatroska/blob/master/ChangeLog

PR:		253626
Submitted by:	daniel.engberg.lists@pyret.net
2021-02-28 13:39:48 +00:00
Thomas Zander
c2bd86d53e MFH: r566761
Update to upstream release 0.22.6.

Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.6/NEWS
2021-02-28 13:37:17 +00:00
Gerald Pfeifer
cbb4646417 MFH: r566453 (partially)
ALso back port part of r565301 | gerald | 2021-02-15 from
lang/gcc11-devel:

  Explicitly build --without-zstd such that archivers/zstd isn't pulled
  in inadvertedly when present in the build system even though it is not
  an explicit dependency. [1]

PR:		253286 [1]
2021-02-28 07:24:04 +00:00
Gerald Pfeifer
e630dfdfa0 MFH: r566296 (partially)
Plus a back port of part of r565301 | gerald | 2021-02-15 from
lang/gcc11-devel:

  Explicitly build --without-zstd such that archivers/zstd isn't pulled
  in inadvertedly when present in the build system even though it is not
  an explicit dependency. [1]

PR:		253286 [1]
2021-02-28 07:21:43 +00:00
Glen Barber
d03b891906 MFH: r566704
Add 13.0-BETA4 checksums.
Prune 13.0-BETA2 checksums.

Approved by:	portmgr (implicit, re blanket)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-27 14:39:30 +00:00
Gerald Pfeifer
36b627472c MFH: r566211
Back port part of r565994 | gerald | 2021-02-18 from lang/gcc10-devel:

  Back port part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel:

    Explicitly build --without-zstd such that archivers/zstd isn't pulled
    in inadvertedly when present in the build system even though it is not
    an explicit dependency. [1]

PR:		253286 [1]
2021-02-27 08:21:48 +00:00
Gerald Pfeifer
437ccdbad1 MFH: r565994 (partially)
Back port part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel:

  Explicitly build --without-zstd such that archivers/zstd isn't pulled
  in inadvertedly when present in the build system even though it is not
  an explicit dependency. [1]

PR:		253286 [1]
2021-02-27 07:59:28 +00:00
Gerald Pfeifer
f1695c7d7c MFH: r565301 (partially)
Explicitly build --without-zstd such that archivers/zstd isn't pulled
in inadvertedly when present in the build system even though it is not
an explicit dependency. [1]

PR:		253286 [1]
2021-02-27 07:46:02 +00:00
Kirill Ponomarev
1dd91bc4e8 MFH: r566611
Update to 3002.5

Approved by:	maintainer
2021-02-26 16:24:44 +00:00
Kyle Evans
d13ca4fc5c MFH: r566578
emulators/qemu-user-static: update to f7fd10d7677c

This features a number of fixes; highlights:
- Handle aarch64 YIELD instructions
- Bump ARG_MAX to match the FreeBSD default on LP64 platforms
- Implement __specialfd(2) and copy_file_range(2)
- Style fixes
- Fix an issue with binary execution[0]
- Fix page fault handling for self-modifying binaries[1]
- Suppress noise from CIOGSESSION usage and restore CRIOGET handling
- Patch _umtx_op(2) through to the kernel where possible[2]

[0] Attempting to execute a binary by name was broken when there was an
unrelated entry by the same name in PWD.  The report below observed it in the
cluster while building games/dobutsu, which tried to execute `xz` in a directory
that had an `xz` directory inside of it.

[1] From the fixing commit, qemu mprotect()s pages contained translated code
to PROT_READ | PROT_EXEC and upgrades protections as needed upon page fault.
This was broken in a previous commit that misidentified by the trap # that
should have been observed.  The observed issue a broken JIT compiler in
libpcre.

[2] _umtx_op can now be handled by the kernel in cases where the target long
size is not longer than the host, and the target and host are the same
endianness.  This is much more reliable than our previous emulation of these
operations, and should reduce hangs sometimes observed in threaded applications.
Note that this requires a recent stable/12 or 13.x/-CURRENT.

PR:		253375 [0]
PR:		253335 [1]
2021-02-26 04:54:02 +00:00
Piotr Kubaj
2c78b9754c MFH: r560298 r560302 r561371 r562151 r562559 r563142 r563143 r563149 r565356 r565465 r566011 r566182
finance/quickfix: fix build on non-x86

Code uses x86 assembly, but makes it possible to use Boost atomic.

multimedia/zoneminder: enable on powerpc64

net/mpich: fix build on powerpc64

Neither __BYTE_ORDER nor __BIG_ENDIAN are defined:
In file included from src/mpi/datatype/typerep/dataloop/looputil.c:10:
./src/mpi/datatype/typerep/dataloop/looputil.h:57:2: error: This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined
#error This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined

editors/libreoffice: fix build on powerpc64 elfv2

This set of patches is applied only on powerpc* architectures.

Submitted by:	afsilva
Approved by:	tier 2 blanket

security/openconnect-gui: fix checksum

emulators/riscv-isa-sim: enable on powerpc64

sysutils/linuxfdisk: enable on powerpc64

graphics/openfx-arena: enable on powerpc64

multimedia/arcan: enable LUAJIT on powerpc64

It builds fine with luajit-openresty.

games/libretro-desmume2015: fix build on non-x86 / ARM

JIT is only for x86 and ARM.

astro/opencpn: fix build on powerpc64*

Use GCC unconditionally on powerpc64*:
In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13:
/usr/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
    __builtin_ia32_emms();

editors/libreoffice6: backport powerpc* patches to libreoffice6

Approved by:	tier 2 blanket
2021-02-25 18:32:27 +00:00
Fernando Apesteguía
acefe46b40 MFH: r566531
www/privoxy: Update to 3.0.31 stable

ChangeLog: https://www.privoxy.org/3.0.31/user-manual/whatsnew.html

PR:	253156
Submitted by:	fk@fabiankeil.de (maintainer)
2021-02-25 12:43:03 +00:00
Jan Beich
34724cf16d MFH: r566514
graphics/mesa-devel: update to 21.0.b.2294

Changes:	60726ed0d3...05d0514a8f
2021-02-25 00:40:17 +00:00
Bradley T. Hughes
8339761095 MFH: r566504
devel/libuv: Update 1.40.0 -> 1.41.0

https://github.com/libuv/libuv/blob/v1.41.0/ChangeLog

Sponsored by:	Miles AS
2021-02-24 19:57:34 +00:00
Matthias Andree
8025b930cc MFH: r566502
security/openvpn: Bugfix update to v2.5.1

Changelog: https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst#overview-of-changes-in-251
2021-02-24 19:11:21 +00:00
Alexandre C. Guimarães
2cd3923bd5 MFH: r564713
www/davical: add missing dependecy.

PR:		253347
Submitted by:	dinoex
2021-02-24 15:12:56 +00:00
Fernando Apesteguía
f3ab7552b1 MFH: r566474
devel/newt: does not register shared libs

pkg info -b newt does not show any shared libraries despite the port installing
one.

The framework uses the output of readelf -d to know if the library has a SONAME
and this ports does not add a SONAME if it does not detect the GNU linker. Then,
the resulting package does not register any shared libraries.

* Patch configure.ac to learn and detect LLVM linker so it adds the SONAME to
  the library.
* Add USE_LDCONFIG (portlint wrongly complains about not installing shared libs)

PR:     253712
Submitted by:   masamory7@gmail.com
2021-02-24 14:18:27 +00:00
Marc Fonvieille
df091c7c1f MFH: r561911 r566314
Update to r85c9d788f8 from the FreeBSD docset.

Approved by:	doceng (implicit)

Update to 0cff342f42461c5081b98bce7581f43df319e4f4 version from the
FreeBSD docset (a.k.a. 13.0-R version)

Approved by:	doceng (implicit)

Approved by:	portmgr (blanket)
2021-02-24 10:46:29 +00:00
Fernando Apesteguía
48fcfab00f MFH: r566449
net/widentd: Replace deprecated variable (fixes build)

PR:	253240
Submitted by:	portmaster@bsdforge.com (maintainer)
2021-02-24 06:31:05 +00:00
Li-Wen Hsu
fcd9c2bfea MFH: r566431
multimedia/aegisub: Fix build on 12.2

PR:		253735
Submitted by:	Olga Smirnova <mistresssilvara@hotmail.com>
2021-02-23 23:19:40 +00:00
Kirill Ponomarev
3751508086 MFH: r566425
Update to 13.0.1

Submitted by:	maintainer
2021-02-23 20:07:56 +00:00
Christoph Moench-Tegeder
6a1e3dba03 MFH: r565915
update thunderbird to 78.8.0

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/78.8.0/releasenotes/
2021-02-23 18:29:04 +00:00
Jan Beich
cf5939b2f9 MFH: r566357
graphics/mesa-devel: update to 21.0.b.2148

Changes:	3250e04d25...60726ed0d3
2021-02-23 00:55:21 +00:00
Jan Beich
2addd5abac MFH: r566354
emulators/citra: update to s20210221

Changes:	e6c479f49...c2d36cde9
2021-02-23 00:54:00 +00:00