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
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@
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).
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.
- 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@
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@
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)
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@
- 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