Bug 174381 - [patch] databases/php5-dba: update to patch of configure script to recognize BDB 5.3
Summary: [patch] databases/php5-dba: update to patch of configure script to recognize ...
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 01:00 UTC by alexander
Modified: 2012-12-12 09:22 UTC (History)
0 users

See Also:


Attachments
patch-config.m4 (3.02 KB, text/plain)
2012-12-12 01:00 UTC, alexander
no flags Details

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