From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 30 17:57:04 2007 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6F0B16A41F; Mon, 30 Jul 2007 17:57:04 +0000 (UTC) (envelope-from arved@freebsd.org) Received: from jim.arved.priv.at (jim.arved.priv.at [IPv6:2001:6f8:13fb:1:207:e9ff:fe0f:3069]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7B813C4DB; Mon, 30 Jul 2007 17:57:04 +0000 (UTC) (envelope-from arved@freebsd.org) Received: from [192.168.1.28] (elma.local.arved.priv.at [192.168.1.28]) by jim.arved.priv.at (8.13.8/8.13.8) with ESMTP id l6UHuumA006942; Mon, 30 Jul 2007 19:57:03 +0200 (CEST) (envelope-from arved@freebsd.org) In-Reply-To: <98c44d0f0707301012n38f9b498i9266dcc8c3de3f0a@mail.gmail.com> References: <200707291756.l6THuJKG075964@freefall.freebsd.org> <98c44d0f0707301012n38f9b498i9266dcc8c3de3f0a@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <859961DA-5A98-4306-81D7-B448C8FDB548@freebsd.org> Content-Transfer-Encoding: 7bit From: Tilman Linneweh Date: Mon, 30 Jul 2007 19:56:46 +0200 To: Sutra Zhou X-Mailer: Apple Mail (2.752.3) Cc: freebsd-ports-bugs@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/114905: New port: devel/subcommander Qt based multiplatform subversion client, diff & merge tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 17:57:04 -0000 * Sutra Zhou [ Jul 30, 2007 (19:12 )]: > I'm sorry to waste your time as I'm the first time to make a ports. It is not wasted, everyone starts with a first port. > I've added the LIB_DEPENDS to Makefile(see the attachment). > > B.T.W. Can you tell me how to analyze the ports to find the missing > dependency? A good start is to check with ldd, against which libs the binary links. In this case subversion can be built without neon, so i think it is better to state neon as an explicit dependency. Regarding the crash, miwi@ told me that he can't reproduce the crash, so i will try to investigate a bit more.