svn commit: r400716 - head/devel/msp430-debug-stack

Lev A. Serebryakov lev at FreeBSD.org
Tue Nov 3 20:58:31 UTC 2015


Author: lev
Date: Tue Nov  3 20:58:29 2015
New Revision: 400716
URL: https://svnweb.freebsd.org/changeset/ports/400716

Log:
    This port needs C++11 library, not only compiler.
    This should fix build on 9.x systems.

Modified:
  head/devel/msp430-debug-stack/Makefile

Modified: head/devel/msp430-debug-stack/Makefile
==============================================================================
--- head/devel/msp430-debug-stack/Makefile	Tue Nov  3 20:56:32 2015	(r400715)
+++ head/devel/msp430-debug-stack/Makefile	Tue Nov  3 20:58:29 2015	(r400716)
@@ -2,6 +2,7 @@
 
 PORTNAME=	msp430-debug-stack
 PORTVERSION=	3.05.01.01
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.ti.com/lit/sw/slac460n/ \
 		http://www.ti.com/lit/ug/slau320u/:doc1 \
@@ -20,7 +21,7 @@ LICENSE=	BSD3CLAUSE
 LIB_DEPENDS=	libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
 		libhidapi.so:${PORTSDIR}/comms/hidapi
 
-USES=		compiler:c++0x gmake zip:infozip
+USES=		compiler:c++11-lib gmake zip:infozip
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/MSPDebugStack_OS_Package


More information about the svn-ports-all mailing list