From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 14 14:50:25 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E12A116A4CE for ; Thu, 14 Apr 2005 14:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0A043D46 for ; Thu, 14 Apr 2005 14:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3EEoPlu083723 for ; Thu, 14 Apr 2005 14:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3EEoPZp083722; Thu, 14 Apr 2005 14:50:25 GMT (envelope-from gnats) Date: Thu, 14 Apr 2005 14:50:25 GMT Message-Id: <200504141450.j3EEoPZp083722@freefall.freebsd.org> To: gnome@FreeBSD.org From: "Jim Trigg" Subject: Re: ports/79817: finance/gnucash fails to build properly when db4.1 is installed X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Trigg List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 14:50:26 -0000 The following reply was made to PR ports/79817; it has been noted by GNATS. From: "Jim Trigg" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/79817: finance/gnucash fails to build properly when db4.1 is installed Date: Thu, 14 Apr 2005 10:46:47 -0400 (EDT) Fix: Apply the following patch to finance/gnucash/Makefile. --- Makefile.orig 2005-04-14 09:59:44.000000000 -0400 +++ Makefile 2005-04-14 10:00:18.000000000 -0400 @@ -21,7 +21,6 @@ guppi.16:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ ofx.1:${PORTSDIR}/finance/libofx \ - db4.0:${PORTSDIR}/databases/db4 \ gw-standard.0:${PORTSDIR}/devel/g-wrap RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ @@ -51,7 +50,7 @@ .include .if exists(${LOCALBASE}/include/db41/db_185.h) -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db41 +LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 post-patch: @${REINPLACE_CMD} -e "s|db4/db_185.h|db41/db_185.h|g" \ ${WRKSRC}/configure