When compiling the current port with WITH_BDB_VER=51 set and the appropriate BDB 5.1 port installed, the configure stage of the dba extension fails with a library mismatch if configured to compile with BDB. Fix: Attached patch extends the already existing patch in the port to also check for BDB 5.1 The resulting php5-dba works fine for me with BDB 5.1. Note that on the PHP website it sounds like BDB 5.1 should be supported since version 3.5.4, but somehow that seems to be not the case for the configure script: DBA extension: * Added Berkeley DB 5.1 support to the DBA extension. (Oracle Corp.) (from http://php.net/ChangeLog-5.php, 5.3.4 entry) How-To-Repeat: Uninstall all BDB ports Set WITH_BDB_VER=51 build php5-dba extension
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool)
ale 2011-02-08 10:41:32 UTC FreeBSD ports repository Modified files: databases/php5-dba/files patch-config.m4 Log: Add support for BDB 5.1. PR: ports/154363 Submitted by: Alexander Wittig <alexander@wittig.name> Feature safe: yes Revision Changes Path 1.10 +16 -3 ports/databases/php5-dba/files/patch-config.m4 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.