149118 Commits

Author SHA1 Message Date
gonzalo
a155d3967a Update for nono to 0.1.0
We dont need patches anymore.

OK aoyama@ daniel@
2020-07-22 12:02:04 +00:00
visa
48e85e0a2a Disable the peephole optimizer on mips64 to fix intermittent crashes.
OK jeremy@
2020-07-22 10:22:34 +00:00
kmos
d3aea23e66 Another REVISION bump to deal with the same REVISION situation.
I forgot about this one because the build wouldn't attempt until I fixed
the other 3. This resolves building on sparc64.
2020-07-22 06:59:19 +00:00
semarie
d9877b853a update lang/rust to 1.45.0
Announce: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1450-2020-07-16
2020-07-22 06:59:17 +00:00
kmos
d372508443 Bump REVISION on each of these ports to iron out a sparc64 build issue.
I had tested an early diff from pirofti that fixed BUILD_DEPENDS but
also bumped REVISION. In the meantime sthen had just fixed them without
the unnecessary REVISION bump. Bumping REVISION will get them building
on sparc64 again.
2020-07-22 05:25:43 +00:00
bket
1913428dd7 Update to ncspot-0.2.0
Changes: https://github.com/hrkfdn/ncspot/releases/tag/v0.2.0

From Henrik Friedrichsen <henrik AT diff DOT cc> (maintainer).
Thank you!
2020-07-22 05:04:42 +00:00
bcallah
60f59e598e Update to seed7-20200628 2020-07-22 02:20:17 +00:00
sthen
4cde1624b2 rspamd: don't force -O2 (on clang) or -O3 (on gcc) 2020-07-21 23:00:34 +00:00
millert
6a187de1d6 Add p5-App-Packager 2020-07-21 21:32:36 +00:00
millert
9aef6a1939 App::Packager provides an API to a number of common packagers.
OK sthen@
2020-07-21 21:31:59 +00:00
rsadowski
f1e45e17ce Update clazy to 1.7 2020-07-21 20:30:47 +00:00
rsadowski
0fe654d423 Update qt5ct to 1.1 2020-07-21 19:58:45 +00:00
sthen
7dbd3bd68c asterisk: disable libvpx, which is enabled by default in the newer version
of pjsip used by asterisk 16.12.0.

The Asterisk port can't use anything which pulls in libc++ libraries
because (unless someone can fix -fblocks in clang) it has to build with
gcc/libestdc++ resulting in conflicting libraries.
2020-07-21 19:42:34 +00:00
sthen
06f8d7e3ed squid: missed cvs add (pfrag, and patch to cope with ancient nameser.h) 2020-07-21 18:40:30 +00:00
jasper
b93bae4306 build without the zsh memory allocator and secure free implementation.
just like with bash, this winds up using brk and results in broken runtime
on powerpc64.

ok pea@ (MAINTAINER)
2020-07-21 16:48:06 +00:00
jasper
317591b52b explicitly build without "bash malloc"; this would end up using their homegrown
memory allocation routines based on brk. found on powerpc64 where this broke
horribly.

ok naddy@ (MAINTAINER)
2020-07-21 16:46:13 +00:00
sthen
932252a9be update to php-7.2.32, 7.3.20, 7.4.8 2020-07-21 15:58:41 +00:00
sthen
5e59d6c589 remove unused LIB_DEPENDS-ntlm 2020-07-21 15:52:40 +00:00
jasper
3a01e2ac2b enable powerpc64 support 2020-07-21 15:13:40 +00:00
bket
d860fce81b Update to kyotocabinet-1.2.78
Minor update, fixes some build warnings.
2020-07-21 14:25:36 +00:00
bket
aaefc9cf1a Update to sslh-1.21b
Fixes a couple of issues with 1.21, namely:
- use of uninitialised data, which caused a segfault
- missing --anyprot command line option
- some omissions in documentation
2020-07-21 14:25:09 +00:00
jturner
40310f5d31 Update janet to 1.11.0 2020-07-21 14:23:03 +00:00
jasper
cd6f50bfff drop ONLY_FOR_ARCHS which by now includes basically every architecture
we run on. this effectively allows us to build this on powerpc64.

ok landry@ (MAINTAINER)
2020-07-21 14:04:16 +00:00
semarie
a596ed10ab update devel/py-greenlet to 0.4.16
ok sthen@
2020-07-21 13:40:13 +00:00
semarie
1ef635952f prepare firefox to be buildable with rustc 1.45.0
https://bugzilla.mozilla.org/show_bug.cgi?id=1640982
2020-07-21 13:21:36 +00:00
sthen
93b61513f2 vulkan-loader: revert previous, I was mistaken about it helping.
mark BROKEN for now. https://github.com/KhronosGroup/Vulkan-Loader/issues/252
2020-07-21 12:48:55 +00:00
tb
927a9dbbb3 net/aria2: fix after enabling TLSv1.3 for TLS_method()
The port wants to know what version of TLS it is using and asserts that
it knows. Unsurprisingly, the mechanism depends on TLS1_3_VERSION being
defined to the correct value.  We cannot define this publicly in libssl
yet since this would result in a lot of breakage in other ports, so use
a local define in the build environment.

Reported and tested by Martin (martingot () protonmail com)

ok gonzalo (maintainer), kn
2020-07-21 08:05:06 +00:00
jasper
df777a51a1 unbreak after r2 update 2020-07-21 07:41:59 +00:00
jasper
fcccd72241 update to radare2-4.5.0 2020-07-21 07:41:51 +00:00
jasper
6cf4b339ac fix build on powerpc64; with machine/signal.h -r1.5 the sigcontext sc_frame
member moved to frame.h though we only really need sc_sp anyway.
2020-07-21 07:26:31 +00:00
lteo
d3bbd767a5 Update to iperf-3.8.1 2020-07-21 02:04:23 +00:00
tim
72f72b5c2a Unbreak py-protobuf by updating to 3.12.2; OK tb@ 2020-07-20 18:48:57 +00:00
sthen
64cee9d132 www/squid: add a krb5 flavour, reworked from a diff from Matthias Pitzl
done with a multipackage to add the new files (but it affected the main
package build too so multipackages can't be used).

drop maintainer
2020-07-20 17:11:46 +00:00
rsadowski
75e3790003 Remove ninja 1.9.0 obsolete workarounds
Noticed by sthen@ and Alessandro De Laurenzis (qucs-s context)
2020-07-20 14:55:51 +00:00
bcallah
d7e14f7993 Upstream recommends adding the _jp font to the package, so let's do that.
Recommendation came from upstream via private mail.
2020-07-20 14:14:59 +00:00
sthen
b3cf84d6d1 update to asterisk-16.12.0 2020-07-20 13:37:02 +00:00
sthen
d782d86e79 oops, http->https didn't actually work 2020-07-20 13:35:27 +00:00
kirby
8bb34935de Update to mnemosyne-2.6.1. Not the latest version but it doesn't require
new dependencies to port and switches to Qt5 and Python3.
OK rsadowski@
2020-07-20 13:35:05 +00:00
sthen
88063a6ad0 update to libmagic-5.39 2020-07-20 13:32:56 +00:00
landry
f4572b98d2 Update to qgis 3.14.1 2020-07-20 12:59:02 +00:00
landry
9efb9a944b Update to mdal 0.6.2 2020-07-20 12:58:25 +00:00
sthen
a6d778b7f6 update to solr-8.6.0 2020-07-20 12:30:09 +00:00
sthen
cbda31a109 update to urlwatch-2.19. add py-vobject dep so ical2text works out the box.
upgrade notes:

- if you have an old .urlwatch/lib/hooks.py you will need to either
update or remove it (new-style configurations with filters in urls.yaml
don't generally use this file, but you may have an old one lying around)

- simple filter definitions like this:

+----
| kind: url
| url: http://example.org/foo
| filter: html2text
+----

are deprecated and should be converted to this style to avoid urlwatch
whining about them::

+----
| kind: url
| url: http://example.org/foo
| filter:
|   - html2text
+----
2020-07-20 12:29:48 +00:00
sthen
3323dc740f update to patchutils-0.4.2 2020-07-20 12:07:17 +00:00
sthen
8e17101aa5 update to scamper-20200717 2020-07-20 11:55:00 +00:00
sthen
955ba39131 update to clamav-0.102.4 2020-07-20 11:42:54 +00:00
sthen
bc0cfa636a remove now-empty patches 2020-07-20 11:40:40 +00:00
sthen
cdc9453974 qucs-s: revert "Fix build with Ninja 1.9.0", which may have fixed the build but
it broke runtime. This builds ok with current ninja+cmake anyway without the
patches. From Alessandro De Laurenzis (maintainer).
2020-07-20 11:40:09 +00:00
sthen
3046fbf76a vulkan-loader: don't use clang integrated assembler on i386,
from thfr@

"Integrated clang assembler doesn't work with x86 - Bug #698164
remove if build can be updated to clang 9.0.0 (see
https://github.com/KhronosGroup/Vulkan-Loader/issues/252)"
2020-07-20 11:37:22 +00:00
sthen
1ed9d5db68 regen plist to unbreak packaging on !amd64 2020-07-20 11:34:52 +00:00