Cf https://github.com/libofx/libofx/releases/tag/0.10.0
switch back to real releases on sourceforge, allows to drop
autoconf/automake and use plain configure.
from jca@: pass ac_cv_sym_visibility=yes to CONFIGURE_ENV to ensure
-fvisibility is properly detected and used, this way only the needed
symbols are exported in libofx. Bump major.
all consumers (productivity/{homebank,grisbi,gnucash,kmymoney) build
fine with this update.
- remove some @conflict pylint{,3}-main that wouldn't ever trigger (conflicts
work with package names which were pylint-$VER/pylint3-$VER which were already
handled)
- the port is py3-only so remove -3 suffix on the installed scripts as there's
no longer a conflict
First the package was broken due to too recent dependent packages, then it
was broken due to beeing too old itself.
Upstream dropped the GUI years ago, so remove it.
With daniel
Port from Ashton Faggs (maintainer), ok gnezdo@
pkg/DESCR:
FlatBuffers is an efficient cross platform serialization library for
C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript,
PHP, Python, Rust and Swift. It was originally created at Google for
game development and other performance-critical applications.
What sets FlatBuffers apart is that it represents hierarchical data in
a flat binary buffer in such a way that it can still be accessed
directly without parsing/unpacking, while also still supporting data
structure evolution (forwards/backwards compatibility).
Port by Ashton Fagg (maintainer)
pkg/DESCR:
fmt is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.
Features include:
- Simple format API with positional arguments for localization Format
- string syntax similar to Python's format
- Safe printf implementation including POSIX extensions for positional
arguments
- Fast IEEE 754 floating-point formatter with correct rounding,
shortness and round-trip guarantees
in py-angr is linked to an _unversioned_ .so from py-unicorn.
LIB_DEPENDS without an associated WANTLIB is incorrect, the LIB_DEPENDS is
stripped so py-unicorn is not recorded as a dep in here. and WANTLIB requires
a versioned .so file.
convert to BUILD+RUN_DEPENDS, it's not 100% correct either but the only
sane way.
while the code compiles under python3, an update to a newer version was
needed for the code to actually work with python 3.8. Another update
needed to repair pylint.
x11/xfce4/xfce4-statusnotifier
orage was Gtk+2 only, saw no development since 4.12.
xfce4-statusnotifier features were merged to xfce4-panel systray plugin.
- update got.1 CAVEATS section; prompted by feedback from otto@
- fix assignment to wrong pointer in got_ref_dup()
- fix performance on repositories with many references (e.g. freebsd src.git):
o implement an object ID map for reference lists
o use reflist object id maps in got log, tog log, and tog diff (with naddy)
o switch reflist to TAILQ; insert elements more efficiently for sorted input