Bug 174381

Summary: [patch] databases/php5-dba: update to patch of configure script to recognize BDB 5.3
Product: Ports & Packages Reporter: alexander
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-config.m4 none

Description alexander 2012-12-12 01:00:00 UTC
	
The configure script tests for various versions of BDB. Unfortunately not the latest BDB 5.3 that is in the ports tree as databases/db5.

I've been manually fixing this for a while, but the latest PHP update again broke it so I finally caved in and made an actual patch :-)
Seems to work for me, php5-dba is able to handle db53 as is if configure finds it.

Fix: Attached is a replacement for the patch included in the php5-dba port right now. This is not a patch of the patch, but a complete replacement. For completeness sake I added all current versions of BDB, not just 5.3 which is in the ports tree.
	
How-To-Repeat: 	
Install databases/bdb53
Try to build databases/php5-dba
Enjoy configure choke in BDB tests
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-12 01:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2012-12-12 09:21:25 UTC
State Changed
From-To: open->closed

A different patch has been committed, please contact me if it doesn't work as expected.