No ports currently depend on graphics/py-imaging, and graphics/py-pillow tracks
the fork that is actually being maintained (PIL's last release is from 2009).
PR: 207111
Approved by: mainland@apeiron.net (maintainer)
to the patch by amdmi3, link the extension with -lboost_system, but
only do this in the --with-system-boost case. Doing this unconditionally
would break building with the bundled boost because only the boost headers
are available and the boost libraries are not built. This is still a bit
pessimal because -lboost_system may be used when it is not strictly
necessary (when the system boost is old), but it is likely that this is
only relevant to FreeBSD and we are in the process of upgrading boost.
This fix should be acceptable upstream.
Re-enable the PDF Import extension by default.
When the PDF Import extension is enabled, promote boost from BUILD_DEPENDS
to LIB_DEPENDS.
Tested with PDFIMPORT both on and off. Also tested with PDFIMPORT on,
--with-system-boost disabled, and boost removed from *_DEPENDS.
PR: 207073, 199601
lupdate needs QmlDevTools; if the dependency is not present, an update
might try to use an older qt5-qml version and fail.
No PORTREVISION bump necessary: the generated package does not change,
and if the port built successfully it means the right qt5-qml version
was used.
PR: 207098
Version 3.1.2 adds fixes for a large number of bugs that together
affect all supported platforms, as well as dynamic loading work
that simplifies compilation and linking.
PR: 205460
Submitted by: f.degner@gmx.de
Approved by: koalative@gmail.com (maintainer timeout)
Unlike gmake, which ccache is primarily targetted at, our make does not
give a TTY to stderr. Thus make -j does not use -fcolor-diagnostics by
default. If you run with make -j, then run make again ccache will
add in -fcolor-diagnostics and find only cache misses. Skip processing of
-fcolor-diagnostics (and gcc equivalents) to avoid this problem and fix
cache hits when flip-flopping between TTY/colors. Fixing our make is
possible but this change also allows the user to decide to add
-fcolor-diagnostics and still use their existing uncolored cache.
Changes:
- Fix hardlinks extraction with --rootdir
- Relax url scheme acceptance to allow file:/ and file://
- Accept pkg+ for url scheme where it was never intended to be used, because users used it anyway
- Remove pkg-message
tests and make myself the maintainer to deal with fallout, if any.
Bump PORTREVISION of the two other ports, which depend on x265 by default.
PR: 206864
terminable_thread provides a subclass of threading.Thread, adding
the facility to raise exceptions in the context of the given
thread.
This facility is incorporated in the terminable_thread.Thread
methods raise_exc, which raises an arbitrary exception, and
terminate, which raises SystemExit.
This is not done in an entirely robust manner, and there may be
unreported issues with it.
It uses the unexposed PyThreadState_SetAsyncExc function (via
ctypes) to raise an exception for the given thread.
Sponsored by: Farsight Security, Inc.
- update to 1.2.7: this release adds support for python3 via pyldap.
- add LICENSE_FILE and NO_ARCH
PR: 206605
Approved by: maintainer timeout (16 days)