23044 Commits

Author SHA1 Message Date
afresh1
799ce89dae Bump quirks version for p5-Crypt-OpenPGP
reminded by danj@
2020-08-14 01:51:38 +00:00
afresh1
30836fe21d Fix dependencies for devel/p5-MooseX-ConfigFromFile 2020-08-14 01:49:08 +00:00
afresh1
c95c7b2ce4 p5-Crypt-OpenPGP is no longer obsolete, it's back in the tree
remove that line - sthen@
2020-08-14 01:41:58 +00:00
sthen
1576d39b5a update to notmuch 0.30, adjust how shlib versioning is done to maintain
the original version numbers in headers as there's a macro used to check
this which fails with previous patch. from Olivier Taïbi.

add quirks/@pkgpath to merge py-notmuch -> py3-notmuch, from me
2020-08-13 18:21:18 +00:00
ajacoutot
269dedff0a Update to goffice-0.10.48. 2020-08-13 15:12:52 +00:00
bket
74d84d047e +py-pebble 2020-08-13 07:36:27 +00:00
bket
5008528bbd Import py-pebble-4.5.3
DESCR:
Pebble aims to help managing threads and processes in an easier way. It wraps
Python's standard library threading and multiprocessing objects.

OK mariani@
2020-08-13 07:32:23 +00:00
mariani
fb92f98e1a Update devel/py-wurlitzer 2.0.0 to 2.0.1
Changelog:
b0b028f12e/CHANGELOG.md (201)

pytest: 9 out of 9 tests passed.
Tested with devel/spyder OK on amd64 (only consumer).
2020-08-13 03:45:51 +00:00
mariani
8ed0163261 Update devel/py-rope 0.16.0 to 0.17.0
Changelog:
https://github.com/python-rope/rope/releases/tag/0.17.0

Start using pytest according to docs.
pytest: 194 out of 194 tests passed, 316 warnings (related to python deprecations).
Tested with devel/spyder OK on amd64 (only consumer).
2020-08-13 03:44:39 +00:00
bket
16bd2d31e0 Update to py-prompt_toolkit-3.0.6
Changelog:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.6/CHANGELOG
2020-08-12 05:10:26 +00:00
jca
f07215d215 Default to libc++ on powerpc64 2020-08-11 08:28:53 +00:00
bket
fc8c6604a4 Drop py2-flavor
OK paco@
2020-08-10 15:30:06 +00:00
jca
91a67452c3 Follow base and update to llvm-10.0.1 2020-08-10 11:38:43 +00:00
bket
8c2113e1c8 Drop py2-flavor
pirofti@ (maintainer): "...please go ahead"
2020-08-10 07:57:36 +00:00
bket
3fbdcee4be Drop py2-flavor
pirofti@ (maintainer): "...please go ahead"
2020-08-10 07:53:59 +00:00
sebastia
f0968f68d2 simple update 1.12.0 -> 1.12.1 2020-08-10 07:46:28 +00:00
bket
100f027bf8 Drop py2-flavor
OK martin@ (maintainer)
2020-08-10 07:44:06 +00:00
sthen
f91b8ee161 update to re2c-2.0.2 2020-08-09 22:12:36 +00:00
sebastia
40d854d60d simple update 0.2.0 > 0.3.0 2020-08-09 21:20:51 +00:00
juanfra
8ae0322981 Update to mercurial 5.5. 2020-08-09 19:38:18 +00:00
jca
97c836c4ba Add a comment and fix a typo 2020-08-09 14:17:26 +00:00
jca
474c1dedef Drop patch, merged upstream
The patch in cvs duplicated the content of the original testcase.
2020-08-09 14:14:42 +00:00
jca
7523bb12d6 Drop two outdated comments
from Brad
2020-08-09 14:12:30 +00:00
jasper
5955defc01 add missing dependency on cmake 2020-08-08 07:39:25 +00:00
jca
cbd1c499a9 Bump libclang.so and friends
libclang.so is used by other ports and the update to llvm 10 warranted
a minor bump.  I haven't checked liblldb.so and libLTO.so, I bumped
their major version just in case but they aren't used in the ports tree.

Thanks to kn@ who provided an old libclang.so for comparison.
2020-08-07 22:49:06 +00:00
semarie
97c2939a09 update devel/woboq_codebrowser to latest head in order to have llvm10 compat 2020-08-07 17:53:40 +00:00
bket
981b126e3c Update to ipython-7.17.0
Changes:
https://github.com/ipython/ipython/blob/7.17.0/docs/source/whatsnew/version7.rst
2020-08-07 16:56:13 +00:00
jca
50a2a85b0a Misc changes: x86 defaults to i586, backport a fix and tweak the PLISTs
- like base-clang, change the default i386 target cpu to i586.
Same diff from Brad
- fix a crash exposed by net/libtorrent-rasterbar.  Fix already present
in 10.0.1, analyze and diff from Nam Nguyen
- some lldb-related files snuck in the 10.0.0 PLIST-main changes, move
them to PLIST-lldb as appropriate.  Reported by daniel@
2020-08-07 11:42:02 +00:00
jasper
91d57ecf90 - update to update to keystone-0.9.2
- switch to python3
2020-08-07 09:59:58 +00:00
jasper
402f322974 switch py-ropper to python3 by default 2020-08-07 09:59:10 +00:00
jasper
fcaa36f4d0 update to help2man-1.47.16 2020-08-07 09:31:46 +00:00
jasper
7795d831a3 update to spidermonkey68-68.11.0 2020-08-07 09:21:15 +00:00
jasper
8ec77f2f4e define PY_SSIZE_T_CLEAN to remove a deprecation warning with python 3.8 2020-08-07 09:19:48 +00:00
jasper
283942eb71 fix HOMEPAGE 2020-08-07 08:26:59 +00:00
martin
4da962a0ea Update py-astral to 2.2 and move to python3.
Initial version from Wen Heping. This version from kmos@. Maintainer
timeout.

OK kmos@
2020-08-07 06:40:46 +00:00
jasper
955e3dbb95 fix build on powerpc64 2020-08-06 09:01:37 +00:00
tb
ee94970a59 devel/libusb1: fix homepage, link PRs
1. drop www from homepage (SSL_ERROR_BAD_CERT_DOMAIN)
2. link to two PRs
2020-08-05 13:59:36 +00:00
stsp
e12ca49d31 Fix a bug in libusb's OpenBSD OS backend where an open file descriptor
variable is overwritten if a libusb user attempts to open the same ugen(4)
device multiple times.

This was observed with scanimage from sane-backends and broke scanning.

ok mpi@
2020-08-05 11:35:16 +00:00
martin
4c2e7f4abb Move py-cftime away from ${MODPY_DEFAULT_VERSION_3} to a proper python3
flavor

prodded by and OK kn@
2020-08-05 09:09:00 +00:00
jca
ba7332a2ff Update to include-what-you-use-0.14, which supports llvm-10
ok jsg@ (maintainer)
2020-08-05 08:13:36 +00:00
jca
2794487c37 Update to llvm-10.0.0
Positive feedback from landry@
2020-08-05 06:49:48 +00:00
bket
03a9b56370 Update to ipython-7.16.1
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/.
2020-08-05 02:25:55 +00:00
bket
20c6e0ff6f Update to py-prompt_toolkit-3.0.5
Changes:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.5/CHANGELOG.

Needed for ipython-7.16.1. While here take MAINTAINER.

OK kmos@
2020-08-05 02:25:27 +00:00
daniel
8767d68ca1 distfile name appears to have been fixed. 2020-08-05 02:18:54 +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
kurt
1ff3721471 Update to 8u265 GA 2020-08-03 16:10:25 +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
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
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