Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 12:42:40 -0500 (CDT)
From:      Glenn Johnson <gjohnson@srrc.ars.usda.gov>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30403: Fix dependency problems of gnucash port
Message-ID:  <200109061742.f86HgeU30988@node7.cluster.srrc.usda.gov>

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

>Number:         30403
>Category:       ports
>Synopsis:       Fix dependency problems of gnucash port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 06 10:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 4.4-RC i386
>Organization:
USDA, ARS, SRRC
>Environment:
System: FreeBSD node7.cluster.srrc.usda.gov 4.4-RC FreeBSD 4.4-RC #4: Tue Sep 4 16:55:10 CDT 2001 root@node7.cluster.srrc.usda.gov:/usr/obj/usr/src/sys/CLUSTER-UP i386


	
>Description:
        The gnucash port has dependency problems.  The ported version
        of gnucash no longer requires gnuplot, so this dependency can
        be removed.  In order to have gnucash get stock quote updates,
        the Date-Manip and Finance-Quote perl modules are needed.  The
        enclosed patch adds these dependencies.
>How-To-Repeat:
	
>Fix:

	Apply the following patch to deskutils/gnucash/Makefile.

--- Makefile.orig	Thu Sep  6 12:23:13 2001
+++ Makefile	Thu Sep  6 12:10:39 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	gnucash
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	http://www.gnucash.org/pub/gnucash/sources/stable/ \
 		ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
@@ -23,9 +24,10 @@
 		guppidata.11:${PORTSDIR}/math/guppi \
 		popt.0:${PORTSDIR}/devel/popt
 RUN_DEPENDS=	${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \
-		gnuplot:${PORTSDIR}/math/gnuplot \
 		${site_perl}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \
-		${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww
+		${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+		${site_perl}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
+		${site_perl}/Finance/Quote.pm:${PORTSDIR}/misc/p5-Finance-Quote
 
 site_perl=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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