149403 Commits

Author SHA1 Message Date
bcallah
d23f5a91ac Update to bc-gh-3.1.4 2020-08-04 14:24:33 +00:00
stsp
c2d317b5d1 Fix segfault during 'scanimage -L' if e.g. a "pflog0" interface exists.
ok ajacoutot@
2020-08-04 12:59:41 +00:00
landry
25d02b1bc3 Update to pgrouting 3.1.0 2020-08-04 10:58:56 +00:00
landry
919659825c Fix most tests by cherrypicking https://github.com/eqrion/cbindgen/pull/557
test result: FAILED. 97 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out

of all the remaining failures, 6 of them are due to 'error: the option
`Z` is only accepted on the nightly compiler', the only real error
standing out is test_enum from a macro definition conflict ?

error: expected parameter declarator
static_assert(offsetof(CBINDGEN_STRUCT(P), tag) == 0,"unexpected offset for tag");
/usr/include/stddef.h:69:32: note: expanded from macro 'offsetof'
#define offsetof(type, member)  __builtin_offsetof(type, member)
2020-08-04 10:47:44 +00:00
ajacoutot
007ea611e7 Update to gegl04-0.4.26. 2020-08-04 08:20:06 +00:00
kn
5c28c9883c Update to rsync 3.2.2
https://download.samba.org/pub/rsync/NEWS#3.2.2
This adds support for LZ4 and zstd compression as well as xxhash hashing.

Positive feedback sthen ajacoutot
OK kmos espie
2020-08-03 21:35:36 +00:00
pvk
22d356b7b7 Update mattermost-server 5.25.1 -> 5.25.2
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-08-03 21:30:55 +00:00
gkoehler
1da5f67e93 Use llvm-config from ports, not from base
Base has /usr/bin/llvm-config after the switch to LLVM 10, so crystal
would run the wrong llvm-config and fail to build (with a linker
error).  The bootstrap crystal.o needs LLVM 8.  Using llvm-config from
ports works for now, because ports devel/llvm is still LLVM 8.

ok sthen@
2020-08-03 20:36:28 +00:00
thfr
dc4d1004b8 +fnaify-extralibs 2020-08-03 18:55:34 +00:00
thfr
8ceccc0e3d import fnaify-extralibs
ok solene@

DESCR:
Set of libraries for running various fnaify games, including Celeste, MidBoss,
and Atom Zombie Smasher.
2020-08-03 18:54:31 +00:00
thfr
c4004f5ef3 +libstubborn 2020-08-03 18:51:51 +00:00
thfr
828dc83a1a import libstubborn
ok solene@

DESCR:
Header-only library to provide generic and some application-specific stub
functions.
2020-08-03 18:50:48 +00:00
thfr
e20b957366 update to FAudio 20.08
WMA support is now via gstreamer; enable it
bump minor as symbol additions (mostly gstreamer related)
2020-08-03 18:44:25 +00:00
thfr
66e5ad8fcf fix build with clang 10
Implicit copy ctor have been deprecated since C++11
https://github.com/godotengine/godot/pull/35762

tested by me with clang 8 (no breakage) and by naddy@ with clang 10 -
successfully. Thanks!
2020-08-03 18:41:08 +00:00
kurt
1ff3721471 Update to 8u265 GA 2020-08-03 16:10:25 +00:00
bcallah
8b9b99f138 Update to diffoscope-154 2020-08-03 15:00:01 +00:00
jasper
2e00cc8d91 unbreak grains gathering on minions without swap configured 2020-08-03 13:30:06 +00:00
jcs
83d8053969 fix the volume module's format_muted with sndio
ok jasper
2020-08-03 12:38:14 +00:00
ajacoutot
19890474f7 Update to py3-libvirt-6.6.0. 2020-08-03 08:50:41 +00:00
ajacoutot
a2b4793dbd Update to libvirt-6.6.0. 2020-08-03 08:50:15 +00:00
ajacoutot
9c884dd8fa Missing BDEP on graphics/png needed to build ptexplain which is not
installed (hence no LDEP).

reported by kmos@
2020-08-03 08:14:56 +00:00
ajacoutot
bfcb3ddf38 Update to babl-0.1.80. 2020-08-03 08:01:48 +00:00
jasper
211a28355c update to guile-2.2.7 2020-08-03 07:27:46 +00:00
jasper
a7faf7b4f3 - update to myhdl-0.11
- switch to python 3
2020-08-03 06:38:00 +00:00
pvk
67fb79eb23 Update dnscontrol 3.1.1 -> 3.2.0
Release notes: https://github.com/StackExchange/dnscontrol/releases/tag/v3.2.0
2020-08-03 06:20:18 +00:00
naddy
8c0623d274 Recognize cc -dumpversion results beyond gcc 8.
Fixes build with LLVM 10.
2020-08-02 22:21:32 +00:00
landry
fdaea5a46f Update to xfwm4 4.14.4 2020-08-02 15:41:23 +00:00
giovanni
fb77c884d8 update to 2.99029 2020-08-02 15:01:42 +00:00
naddy
aedb594e39 Explicitly link the shared library against libm.
Fixes build with LLD 10.  From Brad
2020-08-02 14:58:09 +00:00
giovanni
f3ac5df0c9 bugfix update to 2.03 2020-08-02 14:56:20 +00:00
paco
91ab18910b update www/ephemetoot to 2.5
- add option to archive every toot as a JSON file (@jpmens)
- add community docs including Code of Conduct and pull request template
- --quiet mode suppresses most logging
- --archive-deleted flag restricts archiving to only toots that are deleted
- tildes didn't work for archive paths - now they do.
- the version number is now correct
2020-08-02 14:44:10 +00:00
cwen
c6bdb84e0c dyncall: fix the build on powerpc without '-fno-integrated-as'
Drop the use of '.machine ppc' in assembly code, since it's not supported by
clang's integrated assembler and causes no ill effects to do so (hint from
bcallah@ a few monthes ago, thanks!).


"Fine with me" jasper@
2020-08-02 14:06:13 +00:00
jasper
31f3c56de0 - regen PLIST and DESCR
- drop USE_GMAKE
2020-08-02 12:33:54 +00:00
stsp
84ccea8bb2 Update to got 0.38
- add support for managing symbolic links under version control
- new -S option for 'got commit' and 'got stage' to skip symlink safety checks
- add a 'got info' command which displays work tree meta-data
- display more context in "no such entry found in tree" error messages
- fix spurious 'got cherrypick' error with a path prefix and an empty tree
- fix committing file additions from a work tree with a path prefix
- fix build error with clang 10 due to missing for-loop block grouping (naddy@)
- make 'got log' -R and -P options work in combination
2020-08-02 12:26:38 +00:00
ajacoutot
450b717fee Update to gnugk-5.5. 2020-08-02 05:44:53 +00:00
mariani
ff084eecf9 Update print/lyx 2.3.4.2 to 2.3.5.2
Changelog:
https://www.lyx.org/announce/2_3_5_2.txt

Adding PORTROACH so It doesn't inform about "2.3.x"
2020-08-01 23:49:30 +00:00
naddy
3512f482ec Fix a typo that caused a dependency on "+" on !clang archs.
Noticed by kmos@
2020-08-01 22:41:28 +00:00
naddy
97b6f6551b Upstream commit: Replace fallthrough comments with G_GNUC_FALLTHROUGH
This prevents -Werror=implicit-fallthrough from aborting the build
with LLVM 10.  ok ajacoutot@
2020-08-01 19:08:57 +00:00
bket
cc6a9e3dc3 Update to sabnzbd-3.0.0
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.0.0. Upstream
switched from python2 to python3.
2020-08-01 19:08:25 +00:00
bket
fa1ac962b6 Update to py-sabyenc-4.0.2
Switch to python3 (only consumer is news/sabnzbd, which uses python3).

Also add quirk for retirement of python2 version.
2020-08-01 19:07:19 +00:00
naddy
827cc9bf4a Upstream commit: Define G_GNUC_FALLTHROUGH for more compilers
This defines G_GNUC_FALLTHROUGH to expand to __attribute__((fallthrough))
on LLVM 10, so it can silence warnings from -Wimplicit-fallthrough.
ok ajacoutot@
2020-08-01 19:06:20 +00:00
jasper
e3ec39e981 fix build on powerpc64, from upstream
bump REVISION as a header that gets installed is modified
2020-08-01 18:47:33 +00:00
naddy
01b38ce683 Recognize cc -dumpversion results beyond gcc 4.2.1.
Fixes build with LLVM 10.  ok espie@
2020-08-01 17:17:43 +00:00
gnezdo
b2b378ba2c lang/ghc workaround for clang 10 fallout
Adapted from https://gitlab.haskell.org/ghc/ghc/-/issues/17962
2020-08-01 14:52:44 +00:00
abieber
171c50893f Update to 1.9.2. Diff from Raymond E. Pasco <ray at ameretat dot dev>. Tweak
from me for setting main.version.

Thanks Raymond!
2020-08-01 14:43:32 +00:00
semarie
dc66e76686 lang/rust distinfo doesn't match. re-updating it. 2020-08-01 12:06:24 +00:00
sthen
999eb1097f update to py-cryptography 3.0
drop maintainer
2020-08-01 11:47:16 +00:00
sthen
97ba85a83b drop maintainer 2020-08-01 11:30:36 +00:00
sthen
f3c2287b93 update email address 2020-08-01 11:23:05 +00:00
sthen
a988d47dfa drop maintainer 2020-08-01 11:20:57 +00:00