Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 09:10:01 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        gnome@FreeBSD.org
Subject:   Re: ports/186203: [update] finance/gnucash: Update to 2.6.1
Message-ID:  <201402010910.s119A1HP085430@freefall.freebsd.org>

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

From: Guido Falsi <madpilot@FreeBSD.org>
To: bug-followup@FreeBSD.org, madpilot@FreeBSD.org
Cc:  
Subject: Re: ports/186203: [update] finance/gnucash: Update to 2.6.1
Date: Sat, 01 Feb 2014 10:09:00 +0100

 This is a multi-part message in MIME format.
 --------------020709050001060408050603
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I have made a new patch, including an update to gnucash-docs which 
 should adress a problem reported on the gnome@ mailing list.
 
 With the change to gnucash-docs yelp is now able to find the 
 gnucash-docs xml files, but some of them (the "C" local ones) will fail 
 to open anyway due to parse errors:
 
 I/O warning : failed to load external entity 
 "/usr/local/share/gnome/help/gnucash-help/C/Help_ch_Business.xml"
 /usr/local/share/gnome/help/gnucash-help/C/gnucash-help.xml:327: parser 
 error : Failure to process entity chBusiness
 &chBusiness;
              ^
 /usr/local/share/gnome/help/gnucash-help/C/gnucash-help.xml:327: parser 
 error : Entity 'chBusiness' not defined
 &chBusiness;
              ^
 
 For example the "it" locale help files do parse and open correctly.
 
 -- 
 Guido Falsi <madpilot@FreeBSD.org>
 
 --------------020709050001060408050603
 Content-Type: text/x-patch;
  name="gnucash.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="gnucash.diff"
 
 Index: finance/gnucash/Makefile
 ===================================================================
 --- finance/gnucash/Makefile	(revision 342102)
 +++ finance/gnucash/Makefile	(working copy)
 @@ -2,7 +2,7 @@
  #   $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $
  
  PORTNAME=	gnucash
 -PORTVERSION=	2.6.0
 +PORTVERSION=	2.6.1
  CATEGORIES=	finance gnome
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
  
 Index: finance/gnucash/distinfo
 ===================================================================
 --- finance/gnucash/distinfo	(revision 342102)
 +++ finance/gnucash/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (gnucash-2.6.0.tar.bz2) = a875abf0ee3e7380fc41bd5bf2795787e4a8946ec579147b16acac665b9affbf
 -SIZE (gnucash-2.6.0.tar.bz2) = 10691364
 +SHA256 (gnucash-2.6.1.tar.bz2) = c9e66f84c7706e3c8e7a1c88dcd58c5c3d102e285012b51f5af25052502cd8a4
 +SIZE (gnucash-2.6.1.tar.bz2) = 10944714
 Index: finance/gnucash/files/patch-src_app-utils_guile-util.c
 ===================================================================
 --- finance/gnucash/files/patch-src_app-utils_guile-util.c	(revision 342102)
 +++ finance/gnucash/files/patch-src_app-utils_guile-util.c	(working copy)
 @@ -1,6 +1,6 @@
 ---- src/app-utils/guile-util.c.orig	2010-12-29 16:06:05.000000000 +0100
 -+++ src/app-utils/guile-util.c	2010-12-29 16:06:38.000000000 +0100
 -@@ -1317,6 +1317,8 @@ gnc_parse_time_to_timet(const gchar *s, 
 +--- src/app-utils/guile-util.c.orig	2014-01-19 00:44:17.000000000 +0100
 ++++ src/app-utils/guile-util.c	2014-01-27 22:15:08.578610605 +0100
 +@@ -1083,6 +1083,8 @@
   
       g_return_val_if_fail(s && format, -1);
   
 Index: finance/gnucash-docs/Makefile
 ===================================================================
 --- finance/gnucash-docs/Makefile	(revision 342102)
 +++ finance/gnucash-docs/Makefile	(working copy)
 @@ -3,7 +3,7 @@
  #   $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $
  
  PORTNAME=	gnucash-docs
 -PORTVERSION=	2.6.0
 +PORTVERSION=	2.6.1
  CATEGORIES=	finance gnome
  MASTER_SITES=	SF/gnucash/${PORTNAME}/${PORTVERSION} \
  		http://www.gnucash.org/pub/gnucash/sources/stable/ \
 @@ -22,4 +22,11 @@
  GNU_CONFIGURE=	yes
  CPPFLAGS+=	-I${LOCALBASE}/include
  
 +post-patch:
 +	@${REINPLACE_CMD} -e '/scrollkeeper-preinstall/s|$$(docdir)|$$(gnomehelpdir)|' \
 +		${WRKSRC}/omf.make ${WRKSRC}/guide/C/Makefile.in ${WRKSRC}/guide/de/Makefile.in \
 +		${WRKSRC}/guide/it/Makefile.in ${WRKSRC}/guide/ja/Makefile.in \
 +		${WRKSRC}/help/C/Makefile.in ${WRKSRC}/help/de/Makefile.in \
 +		${WRKSRC}/help/it/Makefile.in
 +
  .include <bsd.port.mk>
 Index: finance/gnucash-docs/distinfo
 ===================================================================
 --- finance/gnucash-docs/distinfo	(revision 342102)
 +++ finance/gnucash-docs/distinfo	(working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (gnucash-docs-2.6.0.tar.gz) = a6ad22735dd52e11f8ab090022a649697d0b9dce12afd16639927fcea18fd30d
 -SIZE (gnucash-docs-2.6.0.tar.gz) = 53963545
 +SHA256 (gnucash-docs-2.6.1.tar.gz) = b0e978970c74a5c3d2745073eed7c98e6405276f1a418ae8173ff621de584ada
 +SIZE (gnucash-docs-2.6.1.tar.gz) = 58923509
 
 --------------020709050001060408050603--



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