Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2016 19:37:33 +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: r408510 - head/databases/libodbc++
Message-ID:  <201602081937.u18JbXnX009397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Feb  8 19:37:32 2016
New Revision: 408510
URL: https://svnweb.freebsd.org/changeset/ports/408510

Log:
  x11/xterm: document ncurses requirement (USES+=ncurses)
  
  Also link with ncurses, not termcap
  
  approved by:	infrastructure blanket

Modified:
  head/databases/libodbc++/Makefile

Modified: head/databases/libodbc++/Makefile
==============================================================================
--- head/databases/libodbc++/Makefile	Mon Feb  8 19:31:12 2016	(r408509)
+++ head/databases/libodbc++/Makefile	Mon Feb  8 19:37:32 2016	(r408510)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USES=		gmake libtool ncurses pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-isqlxx
@@ -30,4 +30,7 @@ PORTDOCS=	progref
 post-extract:
 	${RM} -f ${WRKSRC}/doc/progref/progref-stamp
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' ${WRKSRC}/configure
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602081937.u18JbXnX009397>