Bug 60386

Summary: new ports/firebird has broken lang/php5
Product: Ports & Packages Reporter: Nigel Weeks <nigel>
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
file.diff none

Description Nigel Weeks 2003-12-19 05:10:20 UTC
      the Firebird database has been upgraded to release 1.5rc7, which now requires pthreads in all client software. php5 simply needs -pthread added when compiling client code

Fix: Apply this patch to the 'configure' AFTER the existing patch-configure script, and it configures, builds, and installs fine.
I called it 'patch-configure.2', so it ran second, and it worked fine.

(It may not up to standards, but it works)


How-To-Repeat:       build any php5-based port, selecting 'Interbase'
Comment 1 Nigel Weeks 2003-12-19 05:53:27 UTC
Note: The above patch goes in /usr/ports/lang/php5/files.

It has nothing to do with Firebird...(sorry to the maintainer)

Nige.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-01-13 11:36:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

I'll take it.
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2004-01-13 16:15:20 UTC
State Changed
From-To: open->closed

Fixed with latest databases/firebird update.