Subject: pkg/15637: Evolution 0.15 also depends on gal 0.15.
To: None <gnats-bugs@gnats.netbsd.org>
From: John Franklin <franklin@mouse.elfie.org>
List: netbsd-bugs
Date: 02/16/2002 14:19:22
>Number:         15637
>Category:       pkg
>Synopsis:       Evolution 0.15 also depends on gal 0.15.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 16 11:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     John Franklin
>Release:        NetBSD 1.5ZA
>Organization:
	
>Environment:
	
	
System: NetBSD deathmitten 1.5ZA NetBSD 1.5ZA (DM.MP) #1: Wed Feb 13 11:07:06 EST 2002 franklin@deathmitten:/usr/src/sys/arch/i386-MP/compile/DM.MP i386
Architecture: i386
Machine: i386
>Description:
	
The evolution package also depends on gal-0.15 or later being installed.  The makefile does not reflect this.
>How-To-Repeat:
	
	on a system without gal-0.15 or later:

cd /usr/src/pkgsrc/mail/evolution
make install
>Fix:
	
Apply the following patch:
--- Makefile    2001/12/03 07:58:47     1.14
+++ Makefile    2002/02/16 19:15:32
@@ -11,6 +11,8 @@
 
 BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
 DEPENDS+=              bonobo-conf>=0.11:../../devel/bonobo-conf
+DEPENDS+=              gal>=0.15:../../devel/gal
+
 BUILD_USES_MSGFMT=     YES
 
 BUILDLINK_DEPENDS.gdk-pixbuf=          gdk-pixbuf>=0.9.0

>Release-Note:
>Audit-Trail:
>Unformatted: