From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 18 21:10:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9691B16A4CE for ; Thu, 18 Dec 2003 21:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B84C43D58 for ; Thu, 18 Dec 2003 21:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBJ5AKFR039472 for ; Thu, 18 Dec 2003 21:10:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBJ5AK79039471; Thu, 18 Dec 2003 21:10:20 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 18 Dec 2003 21:10:20 -0800 (PST) Resent-Message-Id: <200312190510.hBJ5AK79039471@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nigel Weeks Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEACD16A4CE for ; Thu, 18 Dec 2003 21:04:42 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06BEC43D46 for ; Thu, 18 Dec 2003 21:04:42 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJ54fdL096038 for ; Thu, 18 Dec 2003 21:04:41 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id hBJ54f3x096037; Thu, 18 Dec 2003 21:04:41 -0800 (PST) (envelope-from nobody) Message-Id: <200312190504.hBJ54f3x096037@www.freebsd.org> Date: Thu, 18 Dec 2003 21:04:41 -0800 (PST) From: Nigel Weeks To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.0 Subject: ports/60386: new ports/firebird has broken lang/php5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 05:10:25 -0000 >Number: 60386 >Category: ports >Synopsis: new ports/firebird has broken lang/php5 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 18 21:10:20 PST 2003 >Closed-Date: >Last-Modified: >Originator: Nigel Weeks >Release: 4.8-RELEASE (cvsup) >Organization: E-easy >Environment: FreeBSD vectra01.corp.e-easy.com.au 4.9-RELEASE FreeBSD 4.9-RELEASE #7: Thu Dec 18 14:35:21 EST 2003 nigel@vectra01.corp.e-easy.com.au:/usr/obj/usr/src/sys/VECTRA i386 >Description: 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 >How-To-Repeat: build any php5-based port, selecting 'Interbase' >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) --- configure.was Fri Dec 19 15:24:15 2003 +++ configure Fri Dec 19 15:24:44 2003 @@ -42051,7 +42051,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lfbclient $LIBS" +LIBS="-lfbclient -pthread $LIBS" cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: