kevlo
3de8f94d5c
Adding --without-isl to the configure options, so that build doesn't fail
...
for porters who have math/isl installed.
Build failure noticed by naddy@, input from bcallah@ and tracey@
ok tracey@
2021-11-09 02:48:00 +00:00
kurt
5327ec425b
Fix a segfault seen with clang 13 in synchronizer.cpp by
...
reducing optimization level for it.
2021-11-08 21:42:16 +00:00
jca
5ca13f4580
Build -md on riscv64, now with the required bits present in libcontext
...
Build-tested with icinga/core2 and net/powerdns_recursor, runtime tested
with a few test programs. ok Brad (maintainer)
2021-11-08 17:57:09 +00:00
tracey
e80b5c0f33
Fix LLVM 13 build failure. ok jca@
2021-11-08 17:50:34 +00:00
naddy
7a1f781cfa
bump revision after dependency change
2021-11-08 16:04:45 +00:00
robert
7a9f322c44
unbreak kopano-search and possibly other issues by making sure that
...
an allocation is correct in libkcutil, which is not an issue with glibc
2021-11-08 15:29:58 +00:00
sthen
084673e07e
update to pspg-5.5.1, from Omar Polo
2021-11-08 15:00:15 +00:00
denis
cedef053c6
update to v0.9.5
...
light test and OK bket@
2021-11-08 14:53:13 +00:00
sthen
63b18f2f70
remove /var/db/routinator/tals/ from @sample in plist, "routinator init"
...
whines about it. add a short MESSAGE showing the init line that works with
the config used for rc scripts.
2021-11-08 14:50:53 +00:00
sthen
10d1b0039b
garbage-collect old dependencies no longer used by py-cryptography
2021-11-08 14:46:55 +00:00
landry
fd5e5a141c
geo/gpxsee: update to 9.11
2021-11-08 14:33:37 +00:00
sthen
371cc0c6db
fix pkgname
2021-11-08 14:30:53 +00:00
sthen
c09544505e
update to py3-service-identity-21.1.0
2021-11-08 14:19:32 +00:00
sthen
0e1184b4bc
build up SUPDISTFILES from MODCARGO_CRATES so that !rust arches don't
...
fail on "Extra file 'cargo/XXX"
2021-11-08 14:17:04 +00:00
sthen
d5564994a0
py-setuptools-rust: on second thoughts, remove ONLY_FOR_ARCHS and make
...
the RUN_DEPENDS on lang/rust conditional, py-cryptography needs this
to build even if rust extensions are disabled
2021-11-08 14:09:24 +00:00
sthen
c7108e11fa
py-setuptools-rust: set ONLY_FOR_ARCHS
2021-11-08 13:59:46 +00:00
espie
9b356bec72
actually comment on the ispell case
2021-11-08 13:36:25 +00:00
espie
bf929398c5
use (if present) the checking support in pkg_create: that the pkgname
...
comes from REVISION and EPOCH properly. The most crucial check is probably
checking the end "flavor_ext" indeed comes from flavors (with the notable
exception of MULTI_PACKAGES' default FULLPKGNAME, as per ispell)
2021-11-08 13:35:29 +00:00
feinerer
76980f434b
Update to Pdfminer.six 20211012
2021-11-08 13:20:52 +00:00
robert
271ab7222a
merge two commits from chromium:
...
use the use_allocator_shim build flag instead of a patch
remove python3 symlink and append to PATH instead of overwriting it
so that /usr/local/bin/python3 is picked up
2021-11-08 13:02:46 +00:00
robert
831ddf921d
remove python3 symlink and append to PATH instead of overwriting it
...
so that /usr/local/bin/python3 is picked up
2021-11-08 12:53:49 +00:00
sthen
210181f0b6
bump for FFmpeg update, from Brad
2021-11-08 12:42:11 +00:00
sthen
b146c89bae
update to FFmpeg 4.4.1, from Brad.
2021-11-08 12:41:51 +00:00
tb
071939ef31
net/routinator: unbreak build by preventing routinator-ui from downloading
...
during the build. Do this by adding an extra distfile which is read to
the desired format in routinator-ui's build script. tweak/ok shten
2021-11-08 12:38:30 +00:00
rsadowski
2166788046
Regen WANTLIB
...
OK from maintainer
2021-11-08 11:39:21 +00:00
rsadowski
996941d4f1
Switch HOMEPAGE and MASTER_SITES to HTTPS
...
OK from maintainer
2021-11-08 11:38:41 +00:00
sthen
d2b22d886f
update to py3-rfc6555-0.1.0
2021-11-08 11:26:58 +00:00
sthen
bca5d7b213
update to urlwatch-2.24
2021-11-08 11:24:20 +00:00
robert
1c0744529d
use the use_allocator_shim build flag instead of a patch
2021-11-08 10:40:16 +00:00
ajacoutot
8c4a3bb959
Remove BDEP on devel/llvm now that our nm(1) has been fixed.
2021-11-08 10:07:37 +00:00
kirby
0149ee424b
update qbirthday to 0.7.0b3
2021-11-08 08:53:58 +00:00
rsadowski
d1d7c00157
Update kubectl to 1.22.3
2021-11-08 08:48:38 +00:00
rsadowski
a2e30ee0d3
Sndio poll fds fix from upstream
...
Use a local unique_ptr array instead of a struct member for the sndio
poll fds.
From Brad
2021-11-08 07:38:07 +00:00
jsg
22f022c214
drop maintainer on sysutils/dtb
...
Updating this port has a high chance of breaking drivers as breaking
changes are frequently made to device trees in linux. For example the
description of BeagleBone Black hardware changed in linux 5.15 to be
compatible with a new cpsw driver in linux. This would break cpsw(4) if
the port were updated to 5.15.
2021-11-08 05:54:56 +00:00
ratchov
d177c63db6
Reenable MIDI support using sndio
...
Found and analysed by <nature at blazebone.com>, thanks
ok tb
2021-11-08 05:35:30 +00:00
bcallah
3595b74ab7
Ignore usleep return value; if usleep fails with EINTR then it causes the
...
program to abort, which probably wasn't intended.
Report and diff from Omar Polo, thanks!
2021-11-07 20:33:01 +00:00
bket
29db1b5425
Update to py-prompt_toolkit-3.0.22
...
Changelog:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.22/CHANGELOG
2021-11-07 20:03:52 +00:00
kurt
e3134cdbc7
Add LDFLAGS="-L/usr/X11R6/lib" to configure env to fix the build on ld.bfd
...
systems. It appears ld.bfd has an issue with libs specified with full
paths. okay ajacoutot@
2021-11-07 19:35:33 +00:00
jca
041f9a61dd
NOT_FOR_ARCHS=${GCC3_ARCHS} is redundant given COMPILER=base-clang ports-gcc
2021-11-07 19:06:43 +00:00
kn
5b9d9c28c1
Update to mpv 0.34.0
...
From Brad
2021-11-07 18:47:36 +00:00
solene
66f5ac598f
Lagrange now requires archivers/zip to compile
...
spotted by naddy@
2021-11-07 18:39:58 +00:00
kn
148bb04e73
Revert previous python3 symlink removal
...
The build process runs "env python3" with PATH=${WRKDIR}/bin in some places
so /usr/local/bin/python3 won't be found.
Spotted by naddy and phessler
2021-11-07 15:29:20 +00:00
rsadowski
fc83b893e7
Add missing dependency on audio/taglib
...
Spotted by naddy
2021-11-07 15:05:34 +00:00
robert
0940bd958a
set daemon timeout to 300 by default;
...
databases can take a long time to gracefully shutdown
especially if you have a lot of cached data or you are
swapping and we do not want to kill these processes to
avoid potential dataloss
2021-11-07 14:27:44 +00:00
martin
9ee4b8297a
Update blosc to bugfix release 1.21.1.
2021-11-07 12:24:50 +00:00
rsadowski
6648e034de
Upstream fixes
...
[Logging] Fix Python 3.8 compatibility:
https://git.deluge-torrent.org/deluge/commit/?h=develop&id=351664ec071daa04161577c6a1c949ed0f2c3206
[Logging] Fix findCaller with unknown source:
https://git.deluge-torrent.org/deluge/commit/?h=develop&id=5e06aee5c8846f94bd5fcc209132dacf06de781f
Fix warning related to gettext:
https://git.deluge-torrent.org/deluge/commit/?h=develop&id=d6c96d629183e8bab2167ef56457f994017e7c85
Diff from Rob Schmersel, thanks!
2021-11-07 12:14:37 +00:00
sthen
b93d8edda4
update to rspamd-3.1
2021-11-07 11:40:10 +00:00
jca
c877fc3aae
Disable boost-md on riscv64
...
The make_fcontext/jump_fcontext etc bits aren't implemented in
libboost_context-mt.so, leading to link-type failures in consumer ports.
2021-11-07 10:30:35 +00:00
sthen
de08443b29
update to py3-soupsieve-2.3
2021-11-07 10:00:54 +00:00
benoit
6040197ae0
Update to htmldoc-1.9.13.
2021-11-07 10:00:38 +00:00