From owner-svn-ports-head@freebsd.org Sun Feb 14 17:53:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62C14AA8DAD; Sun, 14 Feb 2016 17:53:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32DF7EB1; Sun, 14 Feb 2016 17:53:22 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EHrL6X027901; Sun, 14 Feb 2016 17:53:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EHrLQu027900; Sun, 14 Feb 2016 17:53:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602141753.u1EHrLQu027900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 14 Feb 2016 17:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408875 - head/irc/epic4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 17:53:22 -0000 Author: marino Date: Sun Feb 14 17:53:21 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) Modified: head/irc/epic4/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Sun Feb 14 17:40:23 2016 (r408874) +++ head/irc/epic4/Makefile Sun Feb 14 17:53:21 2016 (r408875) @@ -3,7 +3,7 @@ PORTNAME= epic4 PORTVERSION= 2.10.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -23,12 +23,11 @@ CONFLICTS= epic5-0.[0-2]* GNU_CONFIGURE= yes USE_OPENSSL= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} -USES+= tar:bzip2 +USES= ncurses tar:bzip2 CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} -OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS +OPTIONS_DEFINE= IPV6 TCL PERL SSL DOCS OPTIONS_DEFAULT= TCL PERL SSL -TERMCAP_DESC= Refuse to use terminfo/ncurses .include @@ -72,6 +71,7 @@ post-extract: post-patch: @${RM} ${WRKDIR}/help/Makefile + @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure post-install: @${CP} -R ${WRKDIR}/help/* ${STAGEDIR}${PREFIX}/share/epic/help