From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 00:40:58 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 56EBE16A41F for ; Fri, 1 Jun 2007 00:40:58 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id 131FF13C457 for ; Fri, 1 Jun 2007 00:40:58 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 64251244; Fri, 1 Jun 2007 02:40:57 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xoX4kZGA2pxo; Fri, 1 Jun 2007 02:40:57 +0200 (CEST) Received: from a144026.studnetz.uni-leipzig.de (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 1A58C243; Fri, 1 Jun 2007 02:40:57 +0200 (CEST) From: Momchil Ivanov To: Kris Kennaway Date: Fri, 1 Jun 2007 02:40:50 +0200 User-Agent: KMail/1.9.6 References: <200706010158.41869.idiotbg@gmail.com> <20070601003008.GA39109@rot13.obsecurity.org> In-Reply-To: <20070601003008.GA39109@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1473352.4xM1SmgWaJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200706010240.55608.idiotbg@gmail.com> Cc: freebsd-ports@freebsd.org 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:40:58 -0000 --nextPart1473352.4xM1SmgWaJ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 =2D-- 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+=3D aqbanking.5:${PORTSDIR}/finance/aqbanking \ =2D ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck + ktoblzcheck.5:${PORTSDIR}/finance/ktoblzcheck CONFIGURE_ARGS+=3D--enable-hbci PLIST_SUB=3D AQBANKING=3D"" .else =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =A0158A E03D 56DA 3118 168B =20 --nextPart1473352.4xM1SmgWaJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQBGX2sX4D1W2jEYFosRAnuZAJwIzn80U+ksMlNMCzQPX0/PvtXu0gCfXRtR fz+mE5pjU7EYftnmBsYz69Q= =SYtA -----END PGP SIGNATURE----- --nextPart1473352.4xM1SmgWaJ--