From nobody@FreeBSD.org  Tue Jul  8 17:59:20 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 600D31065676
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  8 Jul 2008 17:59:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4E8CA8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  8 Jul 2008 17:59:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m68HxKAV025399
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 8 Jul 2008 17:59:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m68HxKoq025397;
	Tue, 8 Jul 2008 17:59:20 GMT
	(envelope-from nobody)
Message-Id: <200807081759.m68HxKoq025397@www.freebsd.org>
Date: Tue, 8 Jul 2008 17:59:20 GMT
From: Mark Ovens <parish@magichamster.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: finance/gnucash 2.2.4 build fails, dependency www/gtkhtml38 DEPRECATED
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125410
>Category:       ports
>Synopsis:       finance/gnucash 2.2.4 build fails, dependency www/gtkhtml38 DEPRECATED
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 18:00:13 UTC 2008
>Closed-Date:    Sun Sep 07 16:49:43 UTC 2008
>Last-Modified:  Sun Sep 07 16:49:43 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 8 18:00:21 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125410 

From: Mark Ovens <parish@magichamster.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125410: finance/gnucash 2.2.4 build fails, dependency www/gtkhtml38
 DEPRECATED
Date: Wed, 09 Jul 2008 19:48:26 +0100

 This is a multi-part message in MIME format.
 --------------070102030101000708080400
 Content-Type: text/plain; charset=ISO-8859-15; format=flowed
 Content-Transfer-Encoding: 7bit
 
 D'oh, got got the diff the wrong way round. Here's the correct one
 
 
 --------------070102030101000708080400
 Content-Type: text/plain;
  name="gnucash.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="gnucash.txt"
 
 --- finance/gnucash/Makefile.orig	2008-07-08 18:53:49.000000000 +0100
 +++ finance/gnucash/Makefile	2008-07-08 18:54:23.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.8.15:${PORTSDIR}/www/gtkhtml38 \
 +		gtkhtml-3:${PORTSDIR}/www/gtkhtml3 \
  		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 \
 
 --------------070102030101000708080400--
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Sun Sep 7 16:49:30 UTC 2008 
State-Changed-Why:  
fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125410 
>Unformatted:
