From owner-freebsd-ports@FreeBSD.ORG Mon Nov 17 15:27:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F64016A4CF for ; Mon, 17 Nov 2003 15:27:00 -0800 (PST) Received: from cloudburst.umist.ac.uk (cloudburst.umist.ac.uk [130.88.119.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FA643FE9 for ; Mon, 17 Nov 2003 15:26:59 -0800 (PST) (envelope-from lewiz@black.lewiz.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=yellow.lewiz.org) by cloudburst.umist.ac.uk with esmtp (Exim 4.24) id 1ALsll-000106-HM for ports@freebsd.org; Mon, 17 Nov 2003 23:26:57 +0000 Received: from black.lewiz.org ([192.168.0.12]) by mail.lewiz.org with smtp (Exim 4.24; FreeBSD 4.9) id 1ALslt-000HdL-Fd for ports@freebsd.org; Mon, 17 Nov 2003 23:27:05 +0000 Received: (nullmailer pid 85235 invoked by uid 4001); Mon, 17 Nov 2003 23:27:33 -0000 Date: Mon, 17 Nov 2003 23:27:33 +0000 From: Lewis Thompson To: ports@freebsd.org Message-ID: <20031117232732.GA85218@lewiz.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.westwood.karoo.net/pgpkey / horowitz.surfnet.nl User-Agent: Mutt/1.5.4i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: komodo port. Suitable? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:27:00 -0000 --yEPQxsgoJgBvi8ip Content-Type: multipart/mixed; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've attached the Makefile from the Komodo port I am creating. I am trying to determine whether or not the method of using libiberty and libbfd is suitable. Right now it requires that libiberty.a and libbfd.a exist in /usr/obj. Could somebody please confirm this is an acceptable method of going about this before I submit the port? Thanks very much, -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |- --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Makefile # New ports collection makefile for: komodo # Date created: 24 October 2003 # Whom: Lewis Thompson # # $FreeBSD$ # PORTNAME= komodo PORTVERSION= 0.9.16 CATEGORIES= devel MASTER_SITES= http://www.cs.man.ac.uk/~brejc8/kmd/dist/ DISTNAME= KMD-${PORTVERSION} MAINTAINER= purple@lewiz.net COMMENT= A graphical ARM debugger RUN_DEPENDS= ${LOCALBASE}/arm-elf/bin/ld:${PORTSDIR}/devel/arm-elf-binutils USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L/usr/obj/usr/src/gnu/usr.bin/binutils/libiberty \ -L/usr/obj/usr/src/gnu/usr.bin/binutils/libbfd" \ CFLAGS="-I${LOCALBASE}/include -I/usr/src/contrib/binutils/include" .if defined(WITH_SIMPLE) CONFIGURE_ARGS+= --enable-simple-interface .endif LDFLAGS+= -L${LOCALBASE}/lib -L/usr/obj/usr/src/gnu/usr.bin/binutils/libiberty \ -L/usr/obj/usr/src/gnu/usr.bin/binutils/libbfd .if !exists(/usr/obj/usr/src/gnu/usr.bin/binutils/libiberty/libiberty.a) \ || !exists(/usr/obj/usr/src/gnu/usr.bin/binutils/libbfd/libbfd.a) BROKEN= Compiled libiberty and libbfd libraries are required for compilation. \ These are provided with ``make buildworld'' .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/flash ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/jimulator ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/kmd ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/kmd_emulmips ${PREFIX}/bin .include --dDRMvlgZJXvWKvBx-- --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/uVlkItq0KFQv7T8RAhAdAKCD8LNbVg5jEztvJRsP2+bwk8MCPACfbzPU KnAWPN7IRT5e9GaTKIW1aZ0= =llG2 -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip--