Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

screen: update to 5.0.0 #7840

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions app-utils/screen/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@ PKGSEC=utils
PKGDEP="ncurses linux-pam libutempter"
PKGDES="Full-screen window manager that multiplexes a physical terminal"

AUTOTOOLS_AFTER="--enable-socket-dir \
--enable-pam \
--enable-use-locale \
# Note: PTY group ID 5: tty.
#
# Note: --with-pty-rofs=no, no is upstream default.
#
# From configure.ac:
# AH_TEMPLATE([PTY_ROFS], [pty devices are on read only filesystem])
#
# Our devtmpfs is mounted read-write so I'm assuming that PTY_ROFS does not
# suit our needs.
AUTOTOOLS_AFTER="--enable-pam \
--enable-utmp \
--enable-telnet \
--enable-colors256 \
--enable-rxvt_osc \
--with-socket-dir=/tmp/screens \
--enable-socket-dir \
--with-system_screenrc=/etc/screenrc \
--with-pty-mode=0622 \
--with-pty-group=5 \
--with-sys-screenrc=/etc/screenrc"
--with-pty-rofs=no"

# FIXME: fatal error: kmapdef.h: No such file or directory
ABSHADOW=0
4 changes: 2 additions & 2 deletions app-utils/screen/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=4.9.0
VER=5.0.0
SRCS="tbl::https://ftp.gnu.org/gnu/screen/screen-$VER.tar.gz"
CHKSUMS="sha256::f9335281bb4d1538ed078df78a20c2f39d3af9a4e91c57d084271e0289c730f4"
CHKSUMS="sha256::f04a39d00a0e5c7c86a55338808903082ad5df4d73df1a2fd3425976aed94971"
CHKUPDATE="anitya::id=4772"