Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 19:15:06 +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: r408443 - head/devel/mspdebug
Message-ID:  <201602071915.u17JF6xB079856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 19:15:06 2016
New Revision: 408443
URL: https://svnweb.freebsd.org/changeset/ports/408443

Log:
  devel/mspdebug: remove termcap requirement (part of ncurses work)
  
  Found missing pkgconfig during effort.
  
  approved by:	infrastructure blanket

Modified:
  head/devel/mspdebug/Makefile

Modified: head/devel/mspdebug/Makefile
==============================================================================
--- head/devel/mspdebug/Makefile	Sun Feb  7 19:09:36 2016	(r408442)
+++ head/devel/mspdebug/Makefile	Sun Feb  7 19:15:06 2016	(r408443)
@@ -18,7 +18,7 @@ OPTIONS_DEFINE=		READLINE LIBMSP430
 OPTIONS_DEFAULT=	READLINE LIBMSP430
 LIBMSP430_DESC=		Use TI libmsp430 USB driver
 
-READLINE_USES=		readline
+READLINE_USES=		readline pkgconfig
 READLINE_MAKE_ARGS_OFF=	WITHOUT_READLINE=1
 
 LIBMSP430_LIB_DEPENDS=	libmsp430.so:${PORTSDIR}/devel/msp430-debug-stack
@@ -32,4 +32,7 @@ PLIST_FILES=	bin/mspdebug \
 		share/doc/mspdebug/EmbeddedMode.txt \
 		share/doc/mspdebug/README
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>



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