mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
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)
This commit is contained in:
parent
b3b746f1d7
commit
6f26faa7ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408156
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= epic5
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc ipv6
|
||||
MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
|
||||
|
||||
@ -17,11 +18,10 @@ USE_OPENSSL= yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
CFLAGS:= ${CFLAGS:C/-O2/-O/g}
|
||||
|
||||
OPTIONS_DEFINE= DOCS PERL RUBY TCL TERMCAP
|
||||
TERMCAP_DESC= Refuse to use terminfo/ncurses
|
||||
OPTIONS_DEFINE= DOCS PERL RUBY TCL
|
||||
|
||||
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
|
||||
USES= iconv libarchive tar:xz
|
||||
USES= iconv libarchive ncurses tar:xz
|
||||
|
||||
PERL_USES= perl5
|
||||
PERL_CONFIGURE_WITH= perl
|
||||
@ -29,7 +29,9 @@ RUBY_USE= ruby=yes
|
||||
RUBY_CONFIGURE_WITH= ruby
|
||||
TCL_USES= tcl
|
||||
TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR}/tclConfig.sh
|
||||
TERMCAP_CONFIGURE_WITH= termcap
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epic5-${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user