pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/gnucash Fix path to perl after recent perl bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4734f305a755
branches:  trunk
changeset: 486767:4734f305a755
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 02 22:28:48 2005 +0000

description:
Fix path to perl after recent perl buildlinking. Bump PKGREVISION
now that gnucash starts again. Improve MESSAGE while here.
Thanks to minskim for hints how to fix this.

diffstat:

 finance/gnucash/MESSAGE  |  5 +++--
 finance/gnucash/Makefile |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 9036fe8a544b -r 4734f305a755 finance/gnucash/MESSAGE
--- a/finance/gnucash/MESSAGE   Sun Jan 02 22:28:31 2005 +0000
+++ b/finance/gnucash/MESSAGE   Sun Jan 02 22:28:48 2005 +0000
@@ -1,6 +1,7 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2004/10/23 10:53:44 jdolecek Exp $
+$NetBSD: MESSAGE,v 1.2 2005/01/02 22:28:48 wiz Exp $
 
-Install gnucash-docs package for Help, and the Tutorial and Concepts Guide.
+Install the gnucash-docs package for the Help Manual and the Tutorial
+and Concepts Guide.
 
 ===========================================================================
diff -r 9036fe8a544b -r 4734f305a755 finance/gnucash/Makefile
--- a/finance/gnucash/Makefile  Sun Jan 02 22:28:31 2005 +0000
+++ b/finance/gnucash/Makefile  Sun Jan 02 22:28:48 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2004/12/28 23:18:16 reed Exp $
+# $NetBSD: Makefile,v 1.79 2005/01/02 22:28:48 wiz Exp $
 
 DISTNAME=              gnucash-1.8.10
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            finance
 MASTER_SITES=          ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
                        ${MASTER_SITE_SOURCEFORGE:=gnucash/}
@@ -25,6 +25,7 @@
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --without-included-gettext
 CONFIGURE_ARGS+=       --with-perl-includes=${PERL5_ARCHLIB}
+CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
 CONFIGURE_ARGS+=       --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
 
 # code is using char/unsigned char inconsistently



Home | Main Index | Thread Index | Old Index