From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 00:45:13 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7CCD16A468 for ; Fri, 1 Jun 2007 00:45:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B15F613C45A for ; Fri, 1 Jun 2007 00:45:13 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 32DFB1A3C1A; Thu, 31 May 2007 17:46:25 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 14303512C2; Thu, 31 May 2007 20:45:13 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id EF9A6C16A; Thu, 31 May 2007 20:45:12 -0400 (EDT) Date: Thu, 31 May 2007 20:45:12 -0400 From: Kris Kennaway To: Momchil Ivanov Message-ID: <20070601004512.GA39559@rot13.obsecurity.org> References: <200706010158.41869.idiotbg@gmail.com> <20070601003008.GA39109@rot13.obsecurity.org> <200706010240.55608.idiotbg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706010240.55608.idiotbg@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: gnucash does not compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:45:13 -0000 On Fri, Jun 01, 2007 at 02:40:50AM +0200, Momchil Ivanov wrote: > On Friday 01 June 2007 02:30:09 Kris Kennaway wrote: > > The error indicates you forgot to a) make clean to remove stale > > ktoblzcheck build directory, b) upgrade that port first. > > > > Kris > > This fixes the problem for me, it compiles and runs after that > > --- Makefile.orig Fri Jun 1 02:02:25 2007 > +++ Makefile Fri Jun 1 02:02:48 2007 > @@ -72,7 +72,7 @@ > # WITH_OPENHBCI is old synonym for aqbanking option > .if defined(WITH_AQBANKING) || defined(WITH_OPENHBCI) > LIB_DEPENDS+= aqbanking.5:${PORTSDIR}/finance/aqbanking \ > - ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck > + ktoblzcheck.5:${PORTSDIR}/finance/ktoblzcheck OK, your log just didn't show that being the problem :) Kris