Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2008 17:59:20 GMT
From:      Mark Ovens <parish@magichamster.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125410: finance/gnucash 2.2.4 build fails, dependency www/gtkhtml38 DEPRECATED
Message-ID:  <200807081759.m68HxKoq025397@www.freebsd.org>
Resent-Message-ID: <200807081800.m68I0DJp081997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125410
>Category:       ports
>Synopsis:       finance/gnucash 2.2.4 build fails, dependency www/gtkhtml38 DEPRECATED
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 18:00:13 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mark Ovens
>Release:        7.0-RELEASE
>Organization:
>Environment:
>Description:
finance/gnucash 2.2.4 build fails as build dependency www/gtkhtml38 is marked DEPRECATED with the message to use www/gtkhtml3 instead.
>How-To-Repeat:
cd /usr/ports/finance/gnucash && make
>Fix:
Update Makefile to use www/gtkhtml3 

Patch attached with submission follows:

--- finance/gnucash/Makefile.orig	2008-07-08 18:54:23.000000000 +0100
+++ finance/gnucash/Makefile	2008-07-08 18:53:49.000000000 +0100
@@ -20,7 +20,7 @@
 BUILD_DEPENDS=	guile>=1.6.8_2:${PORTSDIR}/lang/guile \
     		${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt \
-		gtkhtml-3:${PORTSDIR}/www/gtkhtml3 \
+		gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 \
 		goffice-0.4:${PORTSDIR}/devel/goffice04
 RUN_DEPENDS=	guile>=1.6.8_2:${PORTSDIR}/lang/guile \
 		${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \


>Release-Note:
>Audit-Trail:
>Unformatted:



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