svn commit: r416878 - head/devel/editline

John Marino marino at FreeBSD.org
Tue Jun 14 08:20:20 UTC 2016


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


More information about the svn-ports-head mailing list