pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash 1.8.9 ships empty gnucash-design.info,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1326f1126284
branches:  trunk
changeset: 482250:1326f1126284
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Oct 23 09:59:10 2004 +0000

description:
1.8.9 ships empty gnucash-design.info, so it's necessary to rebuild it

PKGREVISION not bumped, ride the bump to 2

diffstat:

 finance/gnucash/Makefile |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 6f8d4748f010 -r 1326f1126284 finance/gnucash/Makefile
--- a/finance/gnucash/Makefile  Sat Oct 23 09:26:09 2004 +0000
+++ b/finance/gnucash/Makefile  Sat Oct 23 09:59:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2004/10/23 09:26:09 jdolecek Exp $
+# $NetBSD: Makefile,v 1.69 2004/10/23 09:59:10 jdolecek Exp $
 
 DISTNAME=              gnucash-1.8.9
 PKGREVISION=           2
@@ -13,7 +13,7 @@
 DEPENDS+=              p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip
 DEPENDS+=              p5-finance-quote>=1.06:../../finance/p5-finance-quote
 
-BUILD_DEPENDS+=                        bison>=1.28:../../devel/bison
+BUILD_DEPENDS+=                bison>=1.28:../../devel/bison
 
 USE_DIRS+=             gnome1-1.5
 USE_GNU_TOOLS+=                make
@@ -38,6 +38,9 @@
 
 INFO_FILES=            gnucash-design.info
 
+# 1.8.9 includes empty info file, so we must rebuild it
+USE_MAKEINFO=          yes
+
 SUBST_CLASSES+=                guile14
 SUBST_STAGE.guile14=   pre-configure
 SUBST_MESSAGE.guile14= "Substitute interpreter calls to use guile14."
@@ -56,6 +59,10 @@
        fi
 .endif
 
+post-extract:
+       cd ${WRKSRC}/src/doc/design/ && \
+               ${MAKEINFO} ${INFO_FILES:S/.info/.texinfo/}
+
 GNUCASH_GUILE_MAKEFILE_IN_FILES= \
        src/app-file/Makefile.in src/app-utils/Makefile.in \
        src/business/business-core/Makefile.in \



Home | Main Index | Thread Index | Old Index