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
Romain Tartière
3ffad73adf
devel/rubygem-pdk: Update to 2.3.0
...
ChangeLog:
https://github.com/puppetlabs/pdk/blob/main/CHANGELOG.md#v230-2021-10-21
With hat: puppet
2021-10-21 19:47:07 -10:00
Romain Tartière
f3b3fa93ed
www/py-puppetboard: Update to 3.2.0
...
ChangeLog:
https://github.com/voxpupuli/puppetboard/blob/master/CHANGELOG.md#320
With hat: puppet
2021-10-21 19:47:05 -10:00
Romain Tartière
69cc93c0e5
databases/py-pypuppetdb: Update to 2.5.0
...
With hat: puppet
2021-10-21 19:47:03 -10:00
Pedro F. Giffuni
ada48bb237
cad/calculix{-ccx}: Update to version 2.18
...
Check http://www.dhondt.de/new_calc.htm for a list of new features.
Approved by: thierry (mentor, implicit)
2021-10-21 23:43:59 -05:00
Alexey Dokuchaev
f4a00bca97
mail/gnarwl: unbreak the build on 13/14, do not depend on GNU sed.
2021-10-22 03:39:23 +00:00
Neel Chauhan
620d04d480
sysutils/gnome-control-center: Fix crash on 'power-saver-profile-on-low-battery'
2021-10-21 19:29:27 -07:00
Jan Beich
71eec293e3
www/flexget: update to 3.1.143
...
Changes: https://github.com/Flexget/Flexget/compare/v3.1.142...v3.1.143
Reported by: Repology
2021-10-21 23:44:29 +00:00
Jan Beich
5c16603827
graphics/vulkan-extension-layer: update to 1.2.196
...
Changes: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.2.195...v1.2.196
Reported by: portscout
2021-10-21 23:10:01 +00:00
Graham Perrin
352af02b38
emulators/virtualbox-ose: Update description and message files
...
- Add updated information about supported versions, installation
commands and mitigation for a known issue.
- Removed reference to the wiki page.
Reviewed on github:
https://github.com/freebsd/freebsd-ports/pull/115
PR: 254412
2021-10-22 00:32:36 +02:00
John Baldwin
3b28378023
security/isal-kmod: Use native crypto_cursor_segment() on 13.0-STABLE.
...
Fix the build on today's 13.0-STABLE which added
crypto_cursor_segment() in the kernel.
2021-10-21 15:07:26 -07:00
Mikhail Teterin
13ad5798e2
net-mgmt/adcli: explicitly depend on libtool
...
Notified by: pkg-fallout
2021-10-21 17:52:48 -04:00
Stefan Eßer
9602291089
www/yarn: Fix CPE_VENDOR
...
This commit fixes the CPE_STR generated by www/yarn-node14, too.
2021-10-21 23:41:43 +02:00
Thierry Thomas
7bef3594d3
deskutils/pinot: upgrade to v1.20
...
Release notes at <https://github.com/FabriceColin/pinot/releases/tag/1.20 >.
2021-10-21 20:37:28 +02:00
Danilo Egea Gondolfo
dd468dcd18
editors/tea: Update to 60.5.1
2021-10-21 18:44:48 +01:00
Danilo Egea Gondolfo
0321c8cd50
x11/sakura: Update to 3.8.4
2021-10-21 18:42:12 +01:00
Danilo Egea Gondolfo
4ffc1bdfe2
editors/nano: Update to 5.9
...
PR: 259124
2021-10-21 18:40:26 +01:00
Loïc Bartoletti
0c2fe6f426
databases/grass7: Update to 7.8.6
...
Changes:
- https://grass.osgeo.org/news/2021_10_10_grass_gis_7_8_6_released/
2021-10-21 18:36:26 +02:00
Dmitry Marakasov
52a593f2e7
games/pioneer: take maintainership and update to 20210723
2021-10-21 19:55:10 +03:00
Alexey Dokuchaev
5bf6281030
databases/gdbm: update GNU dbm to version 1.22.
...
Reported by: portscout
2021-10-21 16:42:56 +00:00