Commit Graph

11 Commits

Author SHA1 Message Date
ajacoutot aa7091aa40 Remove empty trailing line(s). 2023-01-25 10:54:32 +00:00
sthen c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
sthen 6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie 6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
jca 71ffdc9b8a Let alacritty build on all rust archs
alacritty build times is reasonable since import so it could have been
enabled on a bunch more achitectures.  Since it's using old versions of
the cc and libc crates, bump those to the latest available versions in
order to support powerpc64 and riscv64.

ok sthen@ fcambus@
2022-08-31 10:46:01 +00:00
naddy 21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
sdk 0aaed074cb Update alacritty v0.9.0 => v0.10.0
Changes:

# Added
* Option colors.transparent_background_colors to allow applying opacity to all background colors
* Support for running multiple windows from a single Alacritty instance (see docs/features.md)
* Urgency support on Wayland via xdg_activation_v1

# Changed
* ExpandSelection is now a configurable mouse binding action
* Config option background_opacity, you should use window.opacity instead
* Reload configuration files when their symbolic link is replaced
* Strip trailing whitespaces when yanking from a block selection
* Display area keeps history position when viewport is cleared
* Commands spawn from the current directory of the foreground shell in Unix-like systems
* Remove trailing newline from strings taken from hints or simple/semantic selections
* Builtin font is now used for box drawing characters from U+2500 to U+259f
* Logs now print the time since startup instead of the local time

# Fixed
* Line indicator obstructing vi mode cursor when scrolled into history
* Vi mode search starting in the line below the vi cursor
* Invisible cursor with matching foreground/background colors
* Crash when hovering over a match emptied by post-processing
* Crash when the vi cursor is on the scrollback and viewport clear is invoked
* Freeze when the vi cursor is on the scrollback and scrollback clear is invoked
* Vi cursor on topmost of the display moving downward when scrolled into history with active output
* Input lag on Wayland with Nvidia binary driver
* Crash when hovering the mouse over fullwidth characters
* Do not create logfile if the file already exists

# Removed
* Wayland client side decorations were simplified

from Eric Auge

Committed with tweaks:
* Revision removed (instead of =0)
* Added comment about failing test
2022-01-29 12:11:51 +00:00
tb 649a05f1ef x11/alacritty: the wayland feature has a hidden dependency on xkbcommon.
Build only with the x11 feature enabled. Unbreaks the build if xkbcommon
is absent from the build box. Regen PLIST while there.

ok semarie
2021-11-15 20:00:49 +00:00
sthen 74e3cc3e92 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:51 +00:00
fcambus 2b8c951c9a x11/alacritty: add a @comment marker for "alacritty+common" in PLIST.
The file alacritty+common shouldn't be installed to share/terminfo.

Pointed out by Alexis H, thanks!
2021-10-30 17:23:08 +00:00
fcambus 2df0222539 Import x11/alacritty.
Alacritty is a modern terminal emulator that comes with sensible
defaults, but allows for extensive configuration.

The software is considered to be at a beta level of readiness; there
are a few missing features and bugs to be fixed, but it is already
used by many as a daily driver.

From Eric Auge, thanks! Feedback from sthen@ and tb@.

OK tb@, sthen@
2021-10-22 17:24:59 +00:00