Bug 286957 - sysutils/screen50: References to non existent code
Summary: sysutils/screen50: References to non existent code
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-20 19:14 UTC by Daniel Engberg
Modified: 2025-05-21 03:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (cy)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)