apparently AgileBits re-rolled the dist files on 2018-06-01.
pkg-fallout notified me that it couldn't download the i386 version, but I
was able to. Checking the distfiles checksums on directly downloaded files
showed the attached changes.
I did re-verify the included gpg signatures, and they are good.
I'm also adding a local mirror on general principles.
Reported by: pkg-fallout
output.cc:101:22: error: cannot initialize an array element of
type 'char *' with an rvalue of type 'char'
The patches explain the changes. In short, weird types and weird
initializations, normal for 2013-ish.
Reported by: linimon
mymodel.cpp:166:12: error: no viable conversion from returned
value of type 'bool' to function return type 'QString'
Presumably, false -> 0 -> NULL -> QString(char *) was at some point a
viable conversion. Return an empty QString explicitly.
Reported by: linimon
While here, update maintainer email address, cleanup formatting and pet
portlint.
PR: 226514
Submitted by: O. Hartmann <ohartmann@walstatt.org> (maintainer)
<ChangeLog>
*) Feature: the "random" directive inside the "upstream" block.
*) Feature: improved performance when using the "hash" and "ip_hash"
directives with the "zone" directive.
*) Feature: the "reuseport" parameter of the "listen" directive now uses
SO_REUSEPORT_LB on FreeBSD 12.
*) Bugfix: HTTP/2 server push did not work if SSL was terminated by a
proxy server in front of nginx.
*) Bugfix: the "tcp_nopush" directive was always used on backend
connections.
*) Bugfix: sending a disk-buffered request body to a gRPC backend might
fail.
</ChangeLog>
+ Improved pkg-descr to differentiate from net/mping
+ Added PKGNAMESUFFIX to prevent conflict with net/mping
- Reported by antoine
+ Update to 0.1.4 which contains updated README.md
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Smule, Inc.
Differential Revision: https://reviews.freebsd.org/D16106
Since the riscv support was merged into the upstream binutils repository
prior to the 2.30 release, switch the riscv64-binutils port over to the
standard binutils port rather than building from an alternate branch of
binutils 2.29.
Reviewed by: lwhsu
Sponsored by: DARPA / AFRL
Differential Revision: https://reviews.freebsd.org/D16053
Upstream removed git tags, so the version is based on Linux Makefile and
date of the git revision.
The upstream Makefile no longer accepts specific targets, so the non-FUSE
targets are patched away to prevent them from being built (which fails).
(They are not used by this port.)
Submitted by: Charlie Li <ml AT vishwin.info>
Reviewed by: mat
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D16044
2018-06-30 net/rubygem-omniauth-twitter12: Obsoleted by update of www/gitlab. Please use net/rubygem-omniauth-twitter instead.
2018-06-30 net/rubygem-gitaly-proto088: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead.
2018-06-30 net/rubygem-octokit46: Obsoleted by update of www/gitlab. Please use net/rubygem-octokit instead.
2018-06-30 net/rubygem-fog-google0: Obsoleted by update of www/gitlab. Please use net/rubygem-fog-google instead.
2018-06-30 net/rubygem-fog-aws1: Obsoleted by update of www/gitlab. Please use net/rubygem-fog-aws instead.
2018-06-30 textproc/rubygem-asciidoctor-plantuml007: Obsoleted by update of www/gitlab. Please use textproc/rubygem-asciidoctor-plantuml instead.
2018-03-19 graphics/mitsuba: Broken for more than 6 months
2018-05-31 mail/p5-Net-SMTP-SSL: Deprecated by upstream, use Net::SMTP instead
2018-06-30 www/rubygem-kubeclient22: Obsoleted by update of www/gitlab. Please use www/rubygem-kubeclient instead.
2018-06-30 security/rubygem-doorkeeper42: Obsoleted by update of www/gitlab. Please use security/rubygem-doorkeeper instead.
2018-06-30 security/rubygem-net-ssh41: Obsoleted by update of www/gitlab. Please use security/rubygem-net-ssh instead.
2018-06-30 security/rubygem-omniauth-saml17: Obsoleted by update of www/gitlab. Please use security/rubygem-omniauth-saml instead.
2018-06-30 security/rubygem-doorkeeper-openid_connect12: Obsoleted by update of www/gitlab. Please use security/rubygem-doorkeeper-openid_connect instead.
2018-06-30 security/rubygem-attr_encrypted30: Obsoleted by update of www/gitlab. Please use security/rubygem-attr_encrypted instead.
2018-06-30 security/rubygem-omniauth14: Obsoleted by update of www/gitlab. Please use security/rubygem-omniauth instead.
2018-06-30 devel/rubygem-flipper011: Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper instead.
2018-06-30 devel/rubygem-ruby-prof016: Obsoleted by update of www/gitlab. Please use devel/rubygem-ruby-prof instead.
2018-06-30 devel/rubygem-recursive-open-struct10: Obsoleted by update of www/rubygem-kubeclient. Please use devel/rubygem-recursive-open-struct instead
2018-06-30 devel/rubygem-flipper-active_support_cache_store011: Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper-active_support_cache_store instead.
2018-06-30 devel/rubygem-gettext_i18n_rails_js12: Obsoleted by update of www/gitlab. Please use devel/rubygem-gettext_i18n_rails_js instead.
2018-02-02 devel/phpunit: No longer maintained upstream
2018-06-30 devel/rubygem-recursive-open-struct100: Obsoleted by update of www/gitlab. Please use devel/rubygem-recursive-open-struct instead.
2018-06-30 databases/rubygem-flipper-active_record011: Obsoleted by update of www/gitlab. Please use databases/rubygem-flipper-active_record instead.
2018-06-06 databases/mongodb34-rocks: Broken for more than 6 months
2018-07-01 math/freemat: Complex, unmaintained software with obsolete dependencies
- Fetch the distfile from the upstream GitHub instead of my mirror
- Project was relicensed under Apache License 2
- Fix shebang in the wrapper script and call ${JAVA} via ``exec'' so
it replaces sh(1) process (makes it look nicer in the ps(1) output)
- Fix an apparent typo in the port description text
include 3 upstream bugs related to large environments:
- Fix bug loading moons.d/ files for federated root operation.
- Fix compile problem with ZT_DEBUG on some versions of clang
- Fix slow network startup bug related to loading of networks.d/ cache files
improve daemon functionality:
- improve rc.d dependencies by requiring devfs instead of netif
- use daemon(8) to capture debug logging to syslog if > FreeBSD 11.1R and if
compiled with debugging option
- let rc.d script load if_tap if not already present
- add reminder for users about sysctls to avoid race conditions at boot
time
Reviewed by: mat
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D15534