Bug 6451 - fix port misc/xdelta to properly detect gdbm
Summary: fix port misc/xdelta to properly detect gdbm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-04-29 09:20 UTC by dburr
Modified: 1998-04-30 03:03 UTC (History)
0 users

See Also:


Attachments
file.diff (331 bytes, patch)
1998-04-29 09:20 UTC, dburr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.