ruby2_keywords provides empty Module#ruby2_keywords method, for the forward
source-level compatibility against ruby2.7 and ruby3.
WWW: https://github.com/ruby/ruby2_keywords
Between 1.1.1 (previous version in ports) and this, the upstream
migrated to GitLab. Patches for the build have been submitted upstream.
The changelog is pretty long:
https://sayonara-player.com/changelog.php
It is mostly "more importers, polish the library, .."
Turning off CURL OPTIONS knob has somewhat unexpected consequences, ie.
disables HTTPS transport, thus no Github access.
This is not evident from the default option description. The tiny patch
adds non standard knob description specifically mentioning HTTPS
unavailability, when it gets turned off.
While here, sort *_DESC variables alphabetically.
PR: 242682
Submitted by: Piotr Smyrak <ps.ports@smyrak.com>
Sponsored by: Rubicon Communications, LLC (Netgate)
In CalculiX CrunchiX (ccx) bring back the taucs solver with the new metis.
For Calculix GraphiX (cgx) drop patches that were upstreamed.
Release notes: http://www.dhondt.de/new_calc.htm
Approved by: thierry (mentor)
The upstream bug report is from may 2019, reporting this:
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteractionGroup.h:55:19: error: no candidate function template was found for dependent friend function template specialization
friend ostream& operator<< <>(ostream&,const CElasticInteractionGroup<T>&);
^
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Foundation/vec3.hpp:305:27: note: candidate ignored: not a function template
VEC3_INLINE std::ostream& operator << (std::ostream& ostr,const Vec3& V)
^
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteraction.h:80:19: note: candidate ignored: not a function template
friend ostream& operator<<(ostream&,const CElasticInteraction&);
This now happens on 12.1 as well.
- Remove local patches incorporated upstream.
- Add patches to add missing libibverbs dependency when linking
libpcap statically (required to allow build on FreeBSD >= 12.0).
(See similar fix applied to port net-mgmt/dhcdrop in r499639).
Changes this release:
https://seclists.org/nmap-announce/2019/0
Approved by: ohauer (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D22730
This port was added as php70-memcache in 2016, then renamed to php-memcache when
PHP flavor was introduced. It uses the unofficial development from websupport.sk
to support PHP 7.x when pecl-memcache only supports PHP 5.x. Since the
unofficial development from websupport.sk is the official PECL repository now,
it's time to retire this port and use pecl-memcache instead.
This port was added as php70-memcache in 2016, then renamed to php-memcache when
PHP flavor was introduced. It uses the unofficial development from websupport.sk
to support PHP 7.x when pecl-memcache only supports PHP 5.x. Since the
unofficial development from websupport.sk is the official PECL repository now,
it's time to retire this port and use pecl-memcache instead.