devel/love: enable LUAJIT by default on all supported platforms
LUAJIT option was reported ([1]) to work on aarch64. Since it looks
like it's supported on all major platforms, enable it by default,
and only disable the option for riscv64 which is explicitly not
supported by luajit.
PR: 294553 [1]
Reported by: dsl [1]
ports-mgmt/pkg-devel: update to 2.7.99.1
Changes:
- rcscript: rewrite entirely to be safer
- triggers: make the per-package trigger per file instead of per directory
- delete: add -G/--exclude-glob
- repositories: add enable/disable/reset support
- vuln: install and upgrade now show if they are about to install vulnerable packages
- version: add IGNORE_MAJOR to pkg.conf
- lua: add pkg.exec_capture, a pkg.exec version capturing stdout/stderr
- autoremove: add -qn for script friendly output
- fflags: emit in string value and also accept integers
- info -e: only return 0 if all the packages in the command line exist
- install: respect -q
- quiet: do not print messages when quiet is requested
- query: fix %y/%Y
- upgrade: don't propose to downgrade to solve a provide/require
- upgrade: clarify the message when a package is not found
- upgrade: generalize the more verbose explanation of changes
[28 lines not shown]
games/nile: Unofficial Amazon Games client
Nile aims to be CLI and GUI tool for managing and playing games from Amazon.
At the moment, Nile is a command line application.
PR: 286478
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by: arrowd (co-mentor)
net-mgmt/iprange: Mark as IGNORE on i386
IPv6 support was added on version 2.0 and requires __uint128_t. There
is no configure option to disable IPv6 so lets stop building on that
platform.
Sponsored by: Rubicon Communications, LLC ("Netgate")