162840 Commits

Author SHA1 Message Date
rsadowski
99433ae45f Add missing build dependency on hunspell
Spotted by aja
2022-01-06 07:36:03 +00:00
robert
b651625a05 add files that were missing from the previous commit 2022-01-06 06:40:47 +00:00
bket
4bd362cbad Update to ipython-7.31.0
Changes:
https://github.com/ipython/ipython/blob/7.31.0/docs/source/whatsnew/version7.rst
2022-01-06 06:25:28 +00:00
robert
d5638e41c1 update to 97.0.4692.71 2022-01-06 06:24:03 +00:00
kn
729f65cb74 Fix build on base-gcc archs
Pass PORTPATH to pick up ${WRKDIR}/bin, otherwise `cc' is always
/usr/bin/cc and the COMPILER mechanism is ignored.
2022-01-06 00:07:44 +00:00
kurt
5857572c37 Clang 13 doesn't like when you use 'this' as tagged pointer. It optimizes
away the bit twiddling. Work around this by setting all accessor methods to
no-inline and where that wasn't sufficient, reduce optimization level to
-O1 to prevent clang from optimizing away code that is needed.
2022-01-05 23:15:48 +00:00
pvk
adb738bd85 Update ansible 5.0.1 -> 5.1.0
Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/5/CHANGELOG-v5.rst#v5-1-0
2022-01-05 22:58:26 +00:00
pvk
8cf59b2a71 Update gitea 1.15.7 -> 1.15.9
Changelog: https://github.com/go-gitea/gitea/blob/main/CHANGELOG.md
2022-01-05 22:56:36 +00:00
ajacoutot
812905bb5d REVISION cannot go backwards. 2022-01-05 22:15:00 +00:00
naddy
2f49ed3a6a shells/bash: update to 5.1 patchlevel 16
It seems patch bundles are now regularly getting their own proper
distfiles, so switch to using those.
2022-01-05 21:59:59 +00:00
sdk
4ba8953556 Use the File::Copy cp() alias instead of copy(), because it preserves file
permissions. This is closer to system cp -a, which was used before.
2022-01-05 21:23:18 +00:00
sthen
b1d0bdf1e9 regen dovecot-fts-flatcurve PLIST so the doveadm plugin is installed 2022-01-05 21:16:37 +00:00
rsadowski
0937bbb30d Add hidden build-only dependency on KWayland found by aja 2022-01-05 20:50:31 +00:00
sdk
4f3cce6109 Use File::Copy instead of system cp in portgen
ok espie@
2022-01-05 18:28:25 +00:00
solene
cf38d35833 Update to lagrange-1.9.5 2022-01-05 17:33:10 +00:00
op
5c87174272 fix build with base-gcc: replace __SIZEOF_WCHAR_T__ with sizeof(wchar_t)
ok kmos
2022-01-05 15:44:01 +00:00
kmos
ee57fad91c Mark PHP 8.1 BROKEN-sparc64 due to lack of fibers support for sparc64
ok sthen (maintainer)
2022-01-05 15:33:52 +00:00
kmos
aa5d30be36 Switch COMPILER to base-clang ports-gcc to fix build on sparc64
ok sthen
2022-01-05 15:32:28 +00:00
rsadowski
2eba25253d Update KDE Plasma icons to 5.23.5 2022-01-05 14:13:04 +00:00
rsadowski
1b19d4a1a3 Update opencv to 4.5.5 2022-01-05 13:36:55 +00:00
sebastia
9727ad1f2d update 2.4.2 -> 2.5.2 2022-01-05 13:01:52 +00:00
sebastia
392efa0aa8 update 2.4.0 -> 2.5.1 2022-01-05 12:47:37 +00:00
sebastia
1b0ebc258d update to 3.3.0 2022-01-05 12:47:00 +00:00
sthen
b8e4e213c5 update to librenms-21.12.1 2022-01-05 11:29:59 +00:00
ajacoutot
d043b01eed Update to awscli-1.22.28. 2022-01-05 10:55:41 +00:00
ajacoutot
8dc7e6fd93 Update to py3-boto3-1.20.28. 2022-01-05 10:55:27 +00:00
ajacoutot
93fc299aef Update to py3-botocore-1.23.28. 2022-01-05 10:55:16 +00:00
sthen
e3489ad897 update to py3-requests-unixsocket-0.3.0 2022-01-05 10:54:08 +00:00
ajacoutot
19ed021c27 Update to gphoto-2.5.28. 2022-01-05 10:45:16 +00:00
ajacoutot
a73cfb8483 Update to libgphoto-2.5.28. 2022-01-05 10:45:05 +00:00
sthen
8b9614402d update to arouteserver-1.13.0 2022-01-05 10:37:30 +00:00
kn
ab738d994e Disable -Werror in tests to fix clang 13 build
Also silence some warnings to avoid flooding stderr while building
463 files...
2022-01-05 10:01:56 +00:00
kn
752e4dd2fe Simplify PATCHFILES fetching 2022-01-05 09:54:51 +00:00
kn
cf6a3ba4f3 Enable tests, defer their build
Same treatment devel/catch2 just got.
Tweak comments while here.
2022-01-05 09:52:16 +00:00
kn
a8274f3548 Defer compilation to test target
Avoid building 117 c++ test files unless they are used.

OK rsadowski
2022-01-05 09:46:25 +00:00
kn
9b4f877bdd header-only means no arch
Simplify PKGNAME while here

OK rsadowski
2022-01-05 09:44:50 +00:00
espie
c486524600 silence CPAN::Meta::Dependency warning by passing an explicit minimal version
of 0 if none is provided

okay afresh1@
2022-01-05 09:13:40 +00:00
espie
0e522668c5 add -m VAR=value option to pass stuff directly to make.
okay afresh1@
2022-01-05 09:12:50 +00:00
rsadowski
3adfbfd373 Update jenkins-devel to 2.328 2022-01-05 09:01:58 +00:00
sebastia
1d5bc594fe follow update of gworkspace 0.9.4 -> 1.0.0 2022-01-05 09:01:43 +00:00
sebastia
80d7daad00 update 0.9.4 -> 1.0.0 2022-01-05 09:01:04 +00:00
sebastia
cc8a445ef9 update 3.14.19 -> 3.14.21 2022-01-05 08:38:41 +00:00
kmos
4634bd192e nqp uses CFLAGS base-gcc doesn't understand. Switch to ports-gcc on
base-gcc arches

Fixes build on sparc64

ok pascal@ (maintainer)
2022-01-05 08:28:36 +00:00
rsadowski
9e606a79ad Update KDE Gear to 21.12
https://kde.org/announcements/gear/21.12.0/
2022-01-05 08:02:50 +00:00
sthen
a65364fcea update dovecot-fts-flatcurve 2022-01-05 00:51:31 +00:00
ajacoutot
39a7812243 Committed upstream. 2022-01-04 23:08:22 +00:00
jeremy
d9dbe388af Allow ruby31 FLAVOR for building Ruby ports for Ruby 3.1 2022-01-04 19:49:41 +00:00
jeremy
f7729b4de7 Hookup Ruby 3.1 2022-01-04 19:47:53 +00:00
jeremy
b528e05fd4 Import Ruby 3.1.0
OK sebastia@
2022-01-04 19:46:40 +00:00
ajacoutot
04d989abfd URL to MR. 2022-01-04 18:50:40 +00:00