This allows the documentation -- HTML produced through gtkdoc -- to
be removed from the package. It also tightens up the build requirements
a little bit.
Committed with some changes from the submitted patch.
PR: 236257
Submitted by: rozhuk.im@gmail.com
This makes the documentation optional (but defaults to on). Without
the documentation, no gtkdoc needs to be built, and no Doxygen gets
dragged in.
The ports framework for --enable-<foo> doesn't help here, because that
option is created by the gtkdoc autoconf macros, which we don't want
to have involved. Use sed to comment out the offending bits. Patch
considerably changed from the PR.
PORTREVISION bumped because there's now options where there were
none before, but the default package doesn't change at all.
PR: 236259
Reported by: rozhuk.im@gmail.com
This is another Qt-based Matrix client, but it is much more focused
on a shiny desktop experience, rather than the more spartan text-like
look of net-im/quaternion.
The source distribution uses git submodules; add only one of them
to GL_*, because we use a standalone net-im/libqmatrixclient .
The PORTVERSION is related to the most-recently-released version,
but it's not particularly accurate: 464 was released four months ago.
2019-03-05 devel/elixir-lager_logger: Broken for more than 6 months
2019-03-05 devel/gpsim: Broken for more than 6 months
2019-03-05 devel/hgview: Broken for more than 6 months
2019-03-05 games/mudmagic: Broken for more than 6 months
2019-03-05 math/mumps-mpich: Broken for more than 6 months
2019-03-05 math/sdpara: Broken for more than 6 months
2019-03-05 net/tn5250j: Broken for more than 6 months
2019-03-05 net-im/pidgin-skype: Broken for more than 6 months
2019-03-05 net-im/skype: Broken for more than 6 months
2019-03-05 net-im/skype-devel: Broken for more than 6 months
2019-03-05 science/dft_tools: Broken for more than 6 months
2019-03-05 science/triqs: Broken for more than 6 months
2019-03-05 security/hamachi: Broken for more than 6 months
2019-03-05 textproc/elixir-ex_doc: Broken for more than 6 months
2019-03-05 x11/altyo: Broken for more than 6 months
2019-03-05 x11/pantheon-terminal: Broken for more than 6 months
2019-03-05 x11-wm/e-module-everything-websearch: Broken for more than 6 months
In file included from src/Certificates/moc_CertificateDisplayDialog.cpp:9:
In file included from src/Certificates/../../../psi-1.3/src/Certificates/CertificateDisplayDialog.h:23:
In file included from /usr/local/include/Qca-qt5/QtCrypto/QtCrypto:1:
In file included from /usr/local/include/Qca-qt5/QtCrypto/qca.h:36:
In file included from /usr/local/include/Qca-qt5/QtCrypto/qca_core.h:36:
In file included from /usr/local/include/qt5/QtCore/QString:1:
In file included from /usr/local/include/qt5/QtCore/qstring.h:48:
In file included from /usr/local/include/qt5/QtCore/qchar.h:43:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:45:
In file included from /usr/include/c++/v1/type_traits:406:
In file included from /usr/include/c++/v1/cstddef:38:
version:1:1: error: expected unqualified-id
1.3
^
PR: 236192
Comments, added to run-depends in the last update broke gajim dependencies
installation for some users (this is not something I seeing in poudriere build
logs and installing from package though), so remove them and bump PORTREVISION.
PR: 235838
Reported by: tobias.rehbein@web.de, des
Quaternion is a Matrix IM desktop client; Matrix is a "modern" IM
solution, based on federated messaging and optional end-to-end
encryption. The protocol and most implementations are entirely
Open Source.
This commit introduces a support library, net-im/libqmatrixclient,
and one user of that library, net-im/quaternion. The library itself
is used by other Qt-based Matrix IM clients as well but I needed
*one* client, not three of them.
The pkg-descrs are awful short, but there's really not much more
to say than "a desktop Matrix IM client", since that's what it is.
Listing features seems like useless fluff, since those are inherent
in Matrix protocol support (avatars, image previews, long messages,
etc.).
- Drop qt5-x11extras, qt5-svg, qt5-linguist dependencies; use
qt5-buildtools for build time only
- Add qt5-webkit and qt5-widgets as explicit runtime dependencies;
they were most likely hidden by qt5-linguist previously
- Fix some tabs vs spaces issue
- Reset maintainership due to the long timeout
PR: 209148
Submitted by: avos
Approved by: kmoore (maintainer timeout, ~33 months)
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Hunspell (missing: HUNSPELL_LIBRARY)
PR: 235104
Submitted by: VVD
Pointy hat to: jbeich