Date: Tue, 14 Jun 2016 08:20:19 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416878 - head/devel/editline Message-ID: <201606140820.u5E8KJ3l031709@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Jun 14 08:20:19 2016 New Revision: 416878 URL: https://svnweb.freebsd.org/changeset/ports/416878 Log: devel/editline: USES+= ncurses It's no longer required to remove -ltermcap references; the new configure script will search for curses, ncurses, etc, but now one of these libraries is mandatory. Approved by: infrastructure blanket (ncurses) Modified: head/devel/editline/Makefile Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Tue Jun 14 07:39:24 2016 (r416877) +++ head/devel/editline/Makefile Tue Jun 14 08:20:19 2016 (r416878) @@ -9,7 +9,7 @@ COMMENT= Minix editline: A free readline LICENSE= BSD4CLAUSE -USES= autoreconf libtool +USES= autoreconf libtool ncurses USE_GITHUB= yes GH_ACCOUNT= troglobit @@ -20,7 +20,6 @@ INSTALL_TARGET= install-strip PORTDOCS= * post-patch: - ${REINPLACE_CMD} 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am ${REINPLACE_CMD} '/^pkgconfigdir/s|=.*|= ${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.am # rename to libeditline.3 to avoid conflict with libedit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606140820.u5E8KJ3l031709>