Bug 286957

Summary: sysutils/screen50: References to non existent code
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me CC: leres
Priority: --- Flags: bugzilla: maintainer-feedback? (cy)
Version: Latest   
Hardware: Any   
OS: Any   

Description Daniel Engberg freebsd_committer freebsd_triage 2025-05-20 19:14:41 UTC
Multiple options and flags appears to reference code that's no longer available upstream?

MAKE_ARGS= WITH_MAN=1

Options INFO, NAMED_PIPES, NETHACK, SOCKETS and XTERM_256

CFLAGS= -DSVR4 -DGETUTENT

Upstream release archive is also available
Comment 1 Cy Schubert freebsd_committer freebsd_triage 2025-05-20 23:48:00 UTC
MAKE_MAN=1 causes screen50 to fail check-orphans while screen passes. I'll leave it in until June when screen will become the main port, deleting screen50. (Will do the same to cde.)
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-05-20 23:49:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b676be2533f1db0f8ed528b861606c4e172e18e1

commit b676be2533f1db0f8ed528b861606c4e172e18e1
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-05-20 23:46:07 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-05-20 23:48:37 +0000

    sysutils/screen50: Remove redundant options

    A number of options are no longer supported. Remove them.

    PR:             286957

 sysutils/screen50/Makefile | 23 +++--------------------
 1 file changed, 3 insertions(+), 20 deletions(-)