- gather information about the deleted port for the commit message
before removing the port. I somehow missed that when testing the
script.
- Instead of a temporary branch, just operate on the current branch
and incorporate upstream changes with git pull --rebase. This
prevents one from being stranded on a temporary branch if the
script crashes and oblivates the need for a squash merge [1]
Suggested by: mat [1]
Due to the string "swap_mask" being replaced with the vector register,
the assembly label pointing at the local data variable .swap_mask was
being replaced as well, causing the local label to be named ".0", which
the clang integrated assembler treats as a syntax error.
Change the name to .swap_data.
Submitted by: bdragon
In file included from ./internal/xxhash/xxhash.h:2412:
/usr/lib/clang/11.0.1/include/altivec.h:55:19: error: unknown type name 'vector'
static __inline__ vector bool char __ATTRS_o_ai
- Fixed WWW and MASTER_SITES to new project home
- Moved post-install message to proper pkg-message
- Created a pkg-plist since there are more files now
- Added missing dependencies
- Enable GNUTLS option by default since most email servers need SSL/TLS
Reported by: Kazumaro Aoki <bsd@flu.if0.org>
Don't use SSE on non-x86.
/wrkdirs/usr/ports/graphics/blender/work/blender-2.91.0/intern/cycles/util/../util/util_simd.h:60:14: error: unknown type name '__m128'
extern const __m128 _mm_lookupmask_ps[16];
Additionally, libunwind works on more architectures.
Update NGINX JavaScript module from 0.5.2 to 0.5.3.
Remove needless patches.
<ChangeLog for nginx 1.19.9>
*) Bugfix: nginx could not be built with the mail proxy module, but
without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
*) Bugfix: "upstream sent response body larger than indicated content
length" errors might occur when working with gRPC backends; the bug
had appeared in 1.19.1.
*) Bugfix: nginx might not close a connection till keepalive timeout
expiration if the connection was closed by the client while
discarding the request body.
*) Bugfix: nginx might not detect that a connection was already closed
by the client when waiting for auth_delay or limit_req delay, or when
working with backends.
*) Bugfix: in the eventport method.
</ChangeLog>
<ChangeLog for njs 0.5.3>
nginx modules:
*) Feature: added the "js_var" directive.
</ChangeLog>
Changelog:
* Add View spells support
* Fix many places in logic for monster movement and spells during battle, for kingdom gameplay and for army splitting
* Add Restart button for instant battles
* Add large obstacles generation for battles
* Greatly improve AI logic in battles for spell usage, predictions of movements and
* Add PlayStation Vita support
* Over 100 bugs fixed since 0.9.1 release