$ make WITH=ASIO -C www/nghttp2
[...]
In file included from asio_common.cc:25:
In file included from ./asio_common.h:32:
In file included from ../src/includes/nghttp2/asio_http2.h:37:
In file included from /usr/local/include/boost/asio/ssl.hpp:19:
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786:
/usr/local/include/boost/asio/ssl/impl/context.ipp:232:27: error: no member named 'SSL_CTX_get_default_passwd_cb_userdata' in the global namespace; did you mean 'SSL_CTX_set_default_passwd_cb_userdata'?
void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_);
~~^
/usr/local/include/openssl/ssl.h:1640:6: note: 'SSL_CTX_set_default_passwd_cb_userdata' declared here
void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u);
^
PR: 214793
Submitted by: matthew@reztek.cz
Obtained from: upstream (via Gentoo)
Approved by: portmgr blanket
simplify the plist and the pkg-message by assuming that the project
isn't going to change its name. Also, tweak the COMMENT and pkg-descr.
And lastly, take maintainership. Many thanks to Kevin for all his work
in looking after this port for nearly three-and-a-half years!
PR: 214791
Approved by: outgoing maintainer (Kevin Zheng)
The mosquitto commit that added OpenSSL 1.1.0 support simultaneously
broke LibreSSL support. This patch comes from a fork and hasn't been
incorporated upstream yet (pull request #280 still outstanding but
should eventually be merged in).
LibreSSL support broke during the version upgrade last month.
Approved by: SSL blanket
Switch to CMake build
Convert to options helpers
Add support for Qt and set Qt 5.x as the default toolkit
Update pkg-descr
PR: 210234
Submitted by: David Vachulka <arch_dvx@users.sourceforge.net> (maintainer)
This rounds the size of the struct to a multiple of the alignment such that
malloc and friends allocate memory with the correct alignment.
PR: 214784
MFH: 2016Q4
Add RUN_DEPEND on sysutils/dmidecode only on amd64 and i386 as it's
available only on these ARCHs. Also, bump PORTREVISION due to
dependencies change.
Submitted by: linimon
Reported by: linimon
- bin/remmina links to lib/libintl.so.8 regardless of NLS option
Note: that NLS option still prevents translations from being installed
- cmake needs to search for gettext within localbase
net/remmina-plugin-*: Add USES=localbase:ldflags
- The plugins need to search localbase/include for headers, and some
also link with libraries in localbase
Reported by: marino
Approved by: adamw (mentor, implicit)
Changelog:
- Update to Rubygems best practices
- ADD MIT LICENCE
- executables must be an array of strings
- Allow this gem to be pushed to any gemserver
PR: 214559
Submitted by: mose <mose@mose.com>
Approved by: mentors (implicit)