From owner-svn-ports-all@freebsd.org Tue Nov 10 20:08:47 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 95ED6A2CFF1; Tue, 10 Nov 2015 20:08:47 +0000 (UTC) (envelope-from imp@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 3C8FB1E66; Tue, 10 Nov 2015 20:08:47 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAAK8kEA079229; Tue, 10 Nov 2015 20:08:46 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAAK8jwv079224; Tue, 10 Nov 2015 20:08:45 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201511102008.tAAK8jwv079224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Tue, 10 Nov 2015 20:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401205 - head/devel/arm-none-eabi-gdb 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, 10 Nov 2015 20:08:47 -0000 Author: imp Date: Tue Nov 10 20:08:45 2015 New Revision: 401205 URL: https://svnweb.freebsd.org/changeset/ports/401205 Log: Companion gdb for arm bare metal for all the build tools. Added: head/devel/arm-none-eabi-gdb/ head/devel/arm-none-eabi-gdb/Makefile (contents, props changed) head/devel/arm-none-eabi-gdb/distinfo (contents, props changed) head/devel/arm-none-eabi-gdb/pkg-descr (contents, props changed) head/devel/arm-none-eabi-gdb/pkg-plist (contents, props changed) Added: head/devel/arm-none-eabi-gdb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/Makefile Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1,29 @@ +# Created by: M. Warner Losh +# $FreeBSD$ + +PORTNAME= gdb +PORTVERSION= 7.10 +PORTREVISION= 4 +CATEGORIES= devel +MASTER_SITES= GNU +PKGNAMEPREFIX= arm-none-eabi- +DISTNAME= gdb-${PORTVERSION} + +MAINTAINER= imp@FreeBSD.org +COMMENT= GNU GDB for the arm bare metal target +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 + +USES= gmake tar:xz iconv gmake libtool + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --target=arm-none-eabi --program-prefix=arm-none-eabi- --disable-nls \ + --disable-werror + +pre-configure: + cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ + ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME} + +.include Added: head/devel/arm-none-eabi-gdb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/distinfo Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1,2 @@ +SHA256 (gdb-7.10.tar.xz) = 7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8 +SIZE (gdb-7.10.tar.xz) = 18540820 Added: head/devel/arm-none-eabi-gdb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/pkg-descr Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1,8 @@ +This is the GNU Debugger GDB, configured for the AVR microcontroller +target. + +This debugger cannot really be used standalone, but is useful in +connection with either AVaRICE (http://avarice.sourceforge.net/) +or simulavr (http://www.freesoftware.fsf.org/simulavr/). + +WWW: http://www.gnu.org/software/gdb/ Added: head/devel/arm-none-eabi-gdb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arm-none-eabi-gdb/pkg-plist Tue Nov 10 20:08:45 2015 (r401205) @@ -0,0 +1 @@ +bin/arm-none-eabi-gdb