Bug 6451

Summary: fix port misc/xdelta to properly detect gdbm
Product: Ports & Packages Reporter: dburr <dburr>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dburr 1998-04-29 09:20:01 UTC
	
xdelta requires GDBM to implement some of its functions (namely
xd_checkin() and xd_checkout() ), but the port
wasn't detecting the fact that GDBM was properly installed on my
machine.  This broke other ports that depended on these functions
being present so that xdelta was detected properly (e.g. gimp-devel).

Fix: The only file that needed changing was xdelta's Makefile.  Here's the patch:
How-To-Repeat: 
	
Try building xdelta, or ports that depend on xdelta (e.g. gimp-devel).
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 1998-04-29 15:21:56 UTC
Responsible Changed
From-To: gnats-admin->ports

ports issue 
Comment 2 Satoshi Asami freebsd_committer freebsd_triage 1998-04-30 03:03:23 UTC
State Changed
From-To: open->closed

Patch applied, thanks.  Gimp is now happy.