From owner-svn-ports-head@freebsd.org Tue Oct 20 20:47:22 2015 Return-Path: Delivered-To: svn-ports-head@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 321D6A0AC22; Tue, 20 Oct 2015 20:47:22 +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 F30F21C40; Tue, 20 Oct 2015 20:47:21 +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 t9KKlLBQ068066; Tue, 20 Oct 2015 20:47:21 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9KKlL40068065; Tue, 20 Oct 2015 20:47:21 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201510202047.t9KKlL40068065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Tue, 20 Oct 2015 20:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399881 - head/devel/gcc-msp430-ti-toolchain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 20:47:22 -0000 Author: lev Date: Tue Oct 20 20:47:20 2015 New Revision: 399881 URL: https://svnweb.freebsd.org/changeset/ports/399881 Log: Properly register build dependency on flex, fix port. Modified: head/devel/gcc-msp430-ti-toolchain/Makefile Modified: head/devel/gcc-msp430-ti-toolchain/Makefile ============================================================================== --- head/devel/gcc-msp430-ti-toolchain/Makefile Tue Oct 20 20:43:43 2015 (r399880) +++ head/devel/gcc-msp430-ti-toolchain/Makefile Tue Oct 20 20:47:20 2015 (r399881) @@ -2,7 +2,7 @@ PORTNAME= gcc-msp430-ti-toolchain PORTVERSION= ${GCC_VERSION}.${TI_VERSION}.${RELEASE_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${TI_VERSION:S/./_/g}/exports/ \ http://www.ti.com/lit/ml/slau591a/:docs @@ -19,7 +19,8 @@ COMMENT= Complete gcc-based toolcahin fo LICENSE= GPLv2 LGPL20 LGPL21 GPLv3 LGPL3 LICENSE_COMB= multi -BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect +BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect \ + flex:${PORTSDIR}/textproc/flex OPTIONS_DEFINE= INSIGHT PURE OPTIONS_DEFAULT= @@ -40,7 +41,7 @@ PURE_LIB_DEPENDS_OFF= libgmp.so:${PORTSD PURE_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-libgui_configure \ ${PATCHDIR}/extra-patch-gdb_configure -USES= bison compiler cpe flex gmake libtool makeinfo tar:bzip2 +USES= bison compiler cpe gmake libtool makeinfo tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes