Commit graph

563119 commits

Author SHA1 Message Date
Mateusz Piotrowski
b556d5629c net-im/signal-cli: Revert update to 0.9.1
signal-cli stopped working with this update. Let's roll back.

This reverts commit 04497570c3.
2021-10-22 16:44:37 +02:00
Mateusz Piotrowski
51d263970c net-im/libsignal-client: Revert update to 0.9.7
This version of net-im/libsignal-client is not compatible with
net-im/signal-cli 0.9.0. Roll back. A roll-back of net-im/signal-cli
will follow.

This reverts commit d3d2f99693.
2021-10-22 16:44:24 +02:00
Mateusz Piotrowski
78e56ebd72 net-im/zkgroup: Revert update to 0.8.2
This version of zkgroup is too new for net-im/signal-cli 0.9.0. Roll
back. A roll-back of net-im/signal-cli will follow.

This reverts commit f7ffe77ce0.
2021-10-22 16:43:55 +02:00
Alexis Praga
7a042cb0cb devel/hs-ormolu: Update to 0.3.0.1 2021-10-22 17:25:14 +03:00
Alexis Praga
f4a961f81b math/hs-Agda: Update to 2.6.2 2021-10-22 17:25:14 +03:00
Dmitry Marakasov
2218096328 games/cavezofphear: re-add port: Boulder Dash / Digger-like game for consoles/terminals
You are trapped in the CAVEZ of PHEAR, your mission is to escape
through all the caves and make it out alive. To escape through a
cave you will have to find all the diamonds located in it. Once
you've found all the diamonds, their powers combined will help you
get to the next cave, one step closer to freedom.

CAVEZ of PHEAR is a Boulder Dash / Digger-like game game for
consoles/terminals with built in level editor.

WWW: https://github.com/AMDmi3/cavezofphear
2021-10-22 17:24:40 +03:00
Jimmy Olgeni
512db946f5 converters/cl-babel-sbcl: unbreak with updated BUILD_DEPENDS.
PR:		259329
Reported by:	Filipe da Silva Santos <contact@shiori.com.br>
MFH:		2021Q4
2021-10-22 15:53:29 +02:00
Guido Falsi
3959349227 deskutils/calibre: Update to 5.30.0 2021-10-22 15:46:54 +02:00
Sergey A. Osokin
1c8bafa4de databases/redisjson: update to the recent commit 2021-10-22 09:34:10 -04:00
Jan Beich
f9722e7891 lang/intel-compute-runtime: update to 21.42.21270
Changes:	https://github.com/intel/compute-runtime/compare/21.41.21220...21.42.21270
Reported by:	GitHub (watch releases)
2021-10-22 13:29:15 +00:00
Gleb Popov
a1e02e33ef x11/xpra-html5: Update to 4.5.1
Turn MINIFY off by default, because yuicompressor can't handle source code
anymore. Just if someone would make a port for uglifyjs...
2021-10-22 16:14:27 +03:00
Piotr Kubaj
bc564c5780 databases/rocksdb: fix build on powerpc64*
__ppc_get_timebase() is not present on FreeBSD.
2021-10-22 11:42:51 +00:00
Piotr Kubaj
4ccaa8c493 security/samhain: fix build on powerpc64
x_sh_dbIO.c:229:36: error: initializer element is not a compile-time constant
      static unsigned short ooop = *iptr;
2021-10-22 11:42:49 +00:00
Piotr Kubaj
07761c347f lang/racket-minimal: fix build on powerpc64
Platform is not supported by Racket CS.
Try `--enable-bcdefault`, instead.
2021-10-22 11:42:46 +00:00
Piotr Kubaj
91a4c28de9 misc/bb: fix building on non-x86
regparm is strictly i386, but clang allows it on amd64.

Building on other architectures fails with:
In file included from zoom.c:56:
In file included from ./zoom.h:30:
./formulas.h:53:63: error: 'regparm' is not valid on this platform
    int (*calculate) (number_t, number_t, number_t, number_t) REGISTERS(3);
                                                              ^         ~
./config.h:42:38: note: expanded from macro 'REGISTERS'

GCC builts in just fine.
2021-10-22 11:42:44 +00:00
Piotr Kubaj
ab467871db devel/llvm12: fix/workaround liblzma incorrect compress/uncompress
Apply https://reviews.freebsd.org/D31804

Fixes miscompiling liblzma.

Submitted by:	adalava
2021-10-22 11:42:42 +00:00
Piotr Kubaj
531a51cc36 devel/llvm13: fix building software with -fstack-protector-strong
Apply https://reviews.llvm.org/D109090
Fixes immediate segfault when executing binaries built by the port's compiler with -fstack-protector-strong.

Submitted by:	adalava
2021-10-22 11:42:37 +00:00
Piotr Kubaj
99bd02ae38 net-im/signald: enable on powerpc64 2021-10-22 11:42:32 +00:00
Piotr Kubaj
28f6396d18 graphics/ppmcaption: enable on powerpc and powerpc64 2021-10-22 11:42:30 +00:00
Piotr Kubaj
97bd7b9963 comms/fldigi: don't enable -march=native
Breaks compilation on non-x86 and causes runtime issues for package users on x86.
2021-10-22 11:42:27 +00:00
Piotr Kubaj
ebdeecfbf8 science/dakota: fix build on non-x86
fpinit.c uses fpsetmask to workaround a bug that is not present since
FreeBSD 4.0.

This issue also affected Firefox and was resolved 9 years ago
https://bugzilla.mozilla.org/show_bug.cgi?id=789436
2021-10-22 11:42:25 +00:00
Piotr Kubaj
d36ef855ff security/liboqs: correct the patch 2021-10-22 11:42:22 +00:00
Piotr Kubaj
cb177d8463 science/afni: fix build on non-x86
fpsetprec() is only on amd64 and i386 and requires x87 FPU. It's possible to build without x87, just how it's done on Linux.
2021-10-22 11:42:20 +00:00
Piotr Kubaj
4042b3c074 math/pdal: fix build on powerpc64
vec_sqrt() requires VSX:
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1296:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrte'?
  BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
                               ^~~~~~~~
                               vec_rsqrte
2021-10-22 11:42:18 +00:00
Piotr Kubaj
828299c91a editors/emacs-devel: fix build on powerpc64*
Building with clang randomly crashes:
Select coding system (default raw-text): Debugger entered--Lisp error: (end-of-file "Error reading from stdin")
2021-10-22 11:42:15 +00:00
Piotr Kubaj
e3e2bdea3f devel/freebsd-sysroot: disable armv6 and armv7 flavors on big-endian architectures
Extracting little-endian UFS fails on big-endian systems, since UFS is not bi-endian:
=> SHA256 Checksum OK for rust/bootstrap/armv6/12.2-RELEASE/FreeBSD-12.2-RELEASE-arm-armv6-RPI-B.img.xz.
6188032+0 records in
6188032+0 records out
3168272384 bytes transferred in 143.411914 secs (22092114 bytes/sec)
fstab: /etc/fstab:0: No such file or directory
  DUMP: Can't open /etc/fstab for dump table information: No such file or directory
  DUMP: Date of this level 0 dump: Mon Oct 18 18:22:26 2021
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /wrkdirs/usr/ports/devel/freebsd-sysroot/work-armv6/base.img to standard output
dump: Cannot find file system superblock: No such file or directory
Tape is not a dump tape
*** Error code 1
2021-10-22 11:42:14 +00:00
Piotr Kubaj
95bea92cc3 security/liboqs: also not supported on powerpc 2021-10-22 11:42:09 +00:00
Alexey Dokuchaev
add4129da0 games/openttd: update OpenTTD to version 12.0
Disable __builtin_mul_overflow() on i386 for the time being as it
breaks the build.  Yes, they have dropped the leading digit in the
version scheme; it seems like a common trend, unfortunately.

Reported on:	OpenNET
2021-10-22 10:57:33 +00:00
Thomas Zander
059ad2ed29
audio/openal-soft: Fix crashes in the sndio backend.
Details:
- Backport the upstream commits at
  620836f173
  1fd4c865fc
  a4b0a3d7b3

MFH:		2021Q4
2021-10-22 12:08:41 +02:00
Jose Luis Duran
0ba8b24e0f www/yarn: Update to 1.22.17
PR: 259125
2021-10-22 11:53:17 +02:00
Yuri Victorovich
508170c527 graphics/art: Update 1.9.3 -> 1.10.1 2021-10-22 01:57:05 -07:00
Yuri Victorovich
58a1960470 archivers/py-zstandard: Update 0.15.2 -> 0.16.0
Reported by:	portscout
2021-10-22 01:57:04 -07:00
takefu
a90a3d3623 biology/py-resdk: Update 13.4.0 -> 13.6.0
PR:		259351
2021-10-22 01:57:04 -07:00
Yuri Victorovich
eff5086be6 www/cpp-httplib: Update 0.9.4 -> 0.9.7
Reported by:	portscout
2021-10-22 01:57:03 -07:00
Yuri Victorovich
edc0a1f182 science/py-cirq-pasqal: Update 0.12.0 -> 0.13.0
Reported by:	portscout
2021-10-22 01:57:02 -07:00
Yuri Victorovich
41a920a6d2 science/py-OpenFermion: Update 1.1.0 -> 1.2.0
Reported by:	portscout
2021-10-22 01:57:02 -07:00
Yuri Victorovich
5614052065 math/py-python-picard: Update 0.6 -> 0.7
Reported by:	portscout
2021-10-22 01:57:01 -07:00
Yuri Victorovich
53ae6828fa math/libxsmm: Update 1.16.1 -> 1.16.3; Add the 'test' target
Reported by:	portscout
2021-10-22 01:57:01 -07:00
Yuri Victorovich
360b168cdf devel/py-rapidfuzz: Update 1.7.1 -> 1.8.0
Reported by:	portscout
2021-10-22 01:57:00 -07:00
Yuri Victorovich
6127e3860c audio/py-sounddevice: Update 0.4.2 -> 0.4.3
Reported by:	portscout
2021-10-22 01:57:00 -07:00
Yuri Victorovich
07fdbce3be math/symengine: Update 0.8.0 -> 0.8.1 2021-10-22 01:56:59 -07:00
Gleb Popov
5749104741 databases/evolution-data-server: Make Vala bindings optional. 2021-10-22 11:50:49 +03:00
Gleb Popov
0cc019babe databases/evolution-data-server: Use iconv from ports.
mail/evolution, the main consumer of this port has USES=iconv:wchar_t, which
means using iconv from ports. This port most likely was also meant to use it,
as files/patch-CMakeLists.txt hints.
2021-10-22 11:50:49 +03:00
Gleb Popov
1fa2e77e85 databases/evolution-data-server: Appease stage-qa. 2021-10-22 11:50:48 +03:00
Wen Heping
41ba77eb46 net/py-mpi4py: Update to 3.1.1
Take mainatainership
2021-10-22 14:47:51 +08:00
Tobias C. Berner
59fea54dcf x11-servers/xorg-server: Update to 1.20.13
Summary:
Changelogs to 1.20.12 in [1] and 1.20.13 in [2].

[1] https://lists.x.org/archives/xorg-announce/2021-July/003098.html
[2] https://lists.x.org/archives/xorg-announce/2021-July/003100.html

Reviewd by:		x11 (manu,zeising)
Differential Revision:	https://reviews.freebsd.org/D32539
2021-10-22 08:57:03 +02:00
Wen Heping
98065e997a biology/mafft: Update to 7.267
PR:		259315
Reported by:	gspurki@gmail.com
Approved by:	maintainer
2021-10-22 13:11:23 +08:00
Philip Paeps
a679f9da38 net/fort: new port: FORT Validator
FORT Validator is an open source RPKI validator.  This solution
allows operators to validate BGP routing information against the
RPKI repository for use in router configuration and resolution.

Submitted by:	Toni Kalombo <toni@devboks.com> (maintainer)
Tested by:	Mark Tinka <mark@tinka.africa>
2021-10-22 13:53:47 +08:00
Gerald Pfeifer
7758a5695f emulators/wine: Pare down pkg-message 2021-10-22 05:49:32 +00:00
Romain Tartière
271b7a30e2
sysutils/rubygem-choria-mcorpc-support: Update to 2.25.3
With hat:	puppet
2021-10-21 19:47:08 -10:00