Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2005 14:50:25 GMT
From:      "Jim Trigg" <jtrigg@spamcop.net>
To:        gnome@FreeBSD.org
Subject:   Re: ports/79817: finance/gnucash fails to build properly when  db4.1 is installed
Message-ID:  <200504141450.j3EEoPZp083722@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79817; it has been noted by GNATS.

From: "Jim Trigg" <jtrigg@spamcop.net>
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 <bsd.port.pre.mk>
 
  .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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504141450.j3EEoPZp083722>