From owner-svn-ports-all@freebsd.org Tue Nov 3 20:58:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AF01A2571D; Tue, 3 Nov 2015 20:58:31 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECE181825; Tue, 3 Nov 2015 20:58:30 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA3KwUMf075521; Tue, 3 Nov 2015 20:58:30 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA3KwU2O075520; Tue, 3 Nov 2015 20:58:30 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201511032058.tA3KwU2O075520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Tue, 3 Nov 2015 20:58:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400716 - head/devel/msp430-debug-stack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 20:58:31 -0000 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