Depend explicitly on python2.7. [1]
Install clang headers as they are now believed to work properly with
FreeBSD headers.
PR: 225315 [0], 225144 [1]
Submitted by: sunpoet [1]
Differential Revision: https://reviews.freebsd.org/D13984
to a lot of the recent clang6 fixes, but doesn't show up on amd64:
../../../../src/3rdparty/clucene/src/CLucene/queryParser/Lexer.cpp:120:23:
error: non-constant -expression cannot be narrowed from type 'int' to
'wchar_t' in initializer list [-Wc++11-narrowing]
This only becomes visible now that Qt4 atomics are fixed on aarch64
and the build gets to this point.
Bump PORTREVISION to be on the safe side: it's a code change, after all.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13991
Arch and Debian) that implements the atomics; removes the use of generic
atomics on aarch64. This allows textproc/qt4-dbus to build.
PR: 223988
Reported by: linimon
Approved by: tcberner (mentor)
Obtained from: Fedora (url is in patch)
Differential Revision: https://reviews.freebsd.org/D13935
and use the ccache code in the ports framework handle all of the
details.
Don't prepend ${WRKSRC}/solenv/bin to PATH in CONFIGURE_ENV since
it is no longer needed and blocks the framework from adding
CCACHE_WRAPPER_PATH to PATH in CONFIGURE_ENV and MAKE_ENV.
Sanitize MAKE_ENV and export its to the build, similar to what is
done by the default do-build target. This passes CCACHE_DIR and
HOME (set to WRKDIR) to the build, so the $HOME override in r459316
is no longer needed. We need to remove the CPPFLAGS setting from
MAKE_ENV before exporting to the build because it breaks the build
of the bundled icu module. CFLAGS and CXXFLAGS are also removed
because they would interfere with the carefully constructed compiler
flags set by the port. The include paths are already handled by
the port, and the port also modifies the optmization flags for some
files to work around compiler bugs.
While here, remove files/ooo.sh files/generate.pl since they have
been obsolete for a long while.
No PORTREVISION bump since the package should be unchanged.
PR: 224276
Either there is a problem with the Intel supplied microcode files or
cpucontrol does not yet understand how to process a micrcode update file
with multiple entries. For now, abort.
Reviewed by: swills
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D13987
- Update to 11.1.12 [1];
- Add 'pkgconfig' to USES as it's now uses it to check sqlite libs. This
release also fixes build when databases/sqlite3 was built with ICU=on [2].
PR: 225319 [1], 214551 [2]
Submitted by: maintainer [1], Pavel Volkov [2]
Reported by: jbeich [2]