html2text is a very simple script that uses Ruby's DOM
methods to load HTML from a string, and then iterates
over the resulting DOM to correctly output plain text.
WWW: https://github.com/soundasleep/html2text_ruby
osinfo-db-tools fails to build when NLS is disabled because
even without NLS it still needs gettext. Fix by depending on
gettext unconditionally, and bump PORTREVISION due dependencies
change.
Reported by: Michael Reim <kraileth@elderlinux.org>
- Fix regression from last build not causing ZFS+USE_TMPFS=all to
rollback to the clean snapshot before cloning.
- Fix mktemp using TMPDIR='' by default (thus /). This broke
some non-root operations.
- options: Fix harmless warning about missing 'arch' file.
- Fix very old crash with SIGINFO while cleaning the queue after
a port is done building.
- Revert a change for port statistics changes which may have resulted in
warnings such as:
mv: rename /usr/local/poudriere/data/logs/bulk/103i386-default/434652/.tmp..poudriere.stats_ignored to /usr/local/poudriere/data/logs/bulk/103i386-default/434652/.poudriere.stats_ignored: No such file or directory
Note that the change here does not restore ignoring errors like
the previous code did. So some odd crashes may occur, but all
callers of this code were audited and should be ignoring the
error anyhow.
Pull in r291403 from upstream clang trunk (by Richard Smith):
PR30305: Implement proposed DR resolution to prevent slicing via
inherited constructor.
The rule we use is that a construction of a class type T from an
argument of type U cannot use an inherited constructor if U is the
same as T or is derived from T (or if the initialization would first
convert it to such a type). This (approximately) matches the rule in
use by GCC, and matches the current proposed DR resolution.
Pull in r291955 from upstream clang trunk (by Richard Smith):
PR31606: Generalize our tentative DR resolution for inheriting
copy/move constructors to better match the pre-P0136R1 behavior.
Together, these fix an issue with C++ using declarations sometimes
enabling illegal implicit casts.
Direct commit to stable/11, since head already has clang 4.0.0, which
includes this change.
PR: 215969
Submitted by: dim
2017-03-07 databases/oracle8-client: Oracle 8 EOL by 10 years
2017-03-07 databases/oracle7-client: Oracle 7 EOL by 13 years
2017-03-07 databases/yasql: Dependent on deprecated oracle7-client
2017-03-07 databases/jdbc-oracle10g: Oracle 10g EOL almost 4 years
2017-03-07 databases/p5-DBD-Oracle: Depends on deprecated Oracle 7 (or 8) client
2017-03-07 databases/jdbc-oracle8i: Oracle8i unsupported and unavailable; fetch site redirects
2017-03-07 databases/jdbc-oracle9i: Oracle 9i is no more supported
- Fix build on <head
- Fix startup depqueue errors if the listed ports have duplicates.
- Fix NO_ZFS/USE_TMPFS=all jail cloning error:
[00:00:00] ====>> Creating the reference jail...realpath: Illegal option -r
- NO_ZFS now overrides existing ZFS datasets; ZFS won't be used at all if
NO_ZFS is set.
- ZFS datasets are now looked up with 'zfs list' rather than 'mount -t zfs',
which fixes some cases of ZFS datasets being left around after an error.