From owner-freebsd-ports@FreeBSD.ORG Tue Oct 26 05:29:42 2004 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 DF78216A4CE for ; Tue, 26 Oct 2004 05:29:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 909CE43D1D for ; Tue, 26 Oct 2004 05:29:42 +0000 (GMT) (envelope-from whitekid@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so128569wri for ; Mon, 25 Oct 2004 22:29:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jEIlOrpB8sh0hgcC9qbZvyHBEAknYBx43QXhy49ofZ8+yyFSOiOv+CygscBdRxo5fM683mpyVOkuY7uf9zyA1o6rFJqIB/TL/rFpgvT85TlEJqnTOBUb9gqKIi8eapHXDcolKxdjYggaowPppu2u7pEUdwblpF5MJPRzWAHeOPI= Received: by 10.38.96.46 with SMTP id t46mr263049rnb; Mon, 25 Oct 2004 22:29:36 -0700 (PDT) Received: by 10.38.96.4 with HTTP; Mon, 25 Oct 2004 22:29:36 -0700 (PDT) Message-ID: <38c00bae0410252229532271df@mail.gmail.com> Date: Tue, 26 Oct 2004 14:29:36 +0900 From: "Choe, Cheng-Dae" To: "Choe, Cheng-Dae" , freebsd-ports@freebsd.org In-Reply-To: <20041023173657.GA74714@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <38c00bae0410230847b565de4@mail.gmail.com> <20041023173657.GA74714@falcon.midgard.homeip.net> Subject: Re: How can I compile with port's object file(*.o) with a ports. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Choe, Cheng-Dae" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 05:29:43 -0000 Thanks Eric.=20 It works good! On Sat, 23 Oct 2004 19:36:58 +0200, Erik Trulsson wrote: > On Sun, Oct 24, 2004 at 12:47:49AM +0900, Choe, Cheng-Dae wrote: > > Hi all. > > > > I writing a new ports. The problem is new ports requires other ports > > object files(*.o) not a library. > > > > so I write ports Makefiles as below.. > > > > --------- > > GNU_CONFIGURE=3D yes > > > > CONFIGURE_ARGS=3D --with-ncbi=3D${PORTSDIR}/biology/ncbi-toolkit/work/n= cbi > > > > pre-build: > > cd ${PORTSDIR}/biology/ncbi-toolkit && make > > --------- > > > > But I think it's not a correct solution? > > any suggesstions? >=20 > The standard trick for handling such a situation is to add a > build-dependency like this: >=20 > BUILD_DEPENDS=3D ${NONEXISTENT}:${PORTSDIR}/biology/ncbi-toolkit:build >=20 > -- > > Erik Trulsson > ertr1013@student.uu.se >=20 --=20 Choe, Cheng-Dae(=EC=B5=9C=EC=A0=95=EB=8C=80) Blog: http://www.comdongin.com/