From owner-freebsd-ports Thu Sep 6 10:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E71B37B403 for ; Thu, 6 Sep 2001 10:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86Ho1539902; Thu, 6 Sep 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id E40F537B409 for ; Thu, 6 Sep 2001 10:42:41 -0700 (PDT) Received: from node7.cluster.srrc.usda.gov (node7.cluster.srrc.usda.gov [192.168.1.7]) by symbion.srrc.usda.gov (8.11.6/8.11.6) with ESMTP id f86Hgf707864 for ; Thu, 6 Sep 2001 12:42:41 -0500 (CDT) (envelope-from gjohnson@srrc.ars.usda.gov) Received: (from glenn@localhost) by node7.cluster.srrc.usda.gov (8.11.6/8.11.6) id f86HgeU30988; Thu, 6 Sep 2001 12:42:40 -0500 (CDT) (envelope-from glenn) Message-Id: <200109061742.f86HgeU30988@node7.cluster.srrc.usda.gov> Date: Thu, 6 Sep 2001 12:42:40 -0500 (CDT) From: Glenn Johnson Reply-To: Glenn Johnson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30403: Fix dependency problems of gnucash port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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