Summary: | irc/epic5 (also epic4): termcap option is nonsensical, should be removed (?) | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | John Marino <marino> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | jpaetzel, mp39590 |
Priority: | --- | Flags: | mp39590:
maintainer-feedback+
|
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
John Marino
![]() ![]() Seems epic4 and epic5 have different maintainers. cc'ing josh now A commit references this bug: Author: marino Date: Fri Feb 5 10:24:59 UTC 2016 New revision: 408156 URL: https://svnweb.freebsd.org/changeset/ports/408156 Log: irc/epic5: Remove obsolete TERMCAP option, link with libncurses alway The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: mp29590(gmail) (maintainer) Changes: head/irc/epic5/Makefile stupid question, but why do both epic4 and epic5 exist? epic5 isn't sufficient for everyone? Those are two different clients with (somewhat) different scripting capabilities, someone prefer not to rewrite his scripts for epic5 and stay with epic4. It's a carryover from long ago. Feel free to remove it. Josh: I assume you mean the TERMCAP option (like I did with epic5) and not the entire port. :) Yes, that is correct. :) A commit references this bug: Author: marino Date: Sun Feb 14 17:53:21 UTC 2016 New revision: 408875 URL: https://svnweb.freebsd.org/changeset/ports/408875 Log: irc/epic4: Remove obsolete TERMCAP option, link with libncurses alway The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: jpaetzel@ (maintainer) Changes: head/irc/epic4/Makefile thanks |