From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 30 16:50:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 78A9716A407 for ; Sat, 30 Sep 2006 16:50:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426A443D55 for ; Sat, 30 Sep 2006 16:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8UGoHiw055069 for ; Sat, 30 Sep 2006 16:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8UGoHCu055068; Sat, 30 Sep 2006 16:50:17 GMT (envelope-from gnats) Date: Sat, 30 Sep 2006 16:50:17 GMT Message-Id: <200609301650.k8UGoHCu055068@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Zhuravlev Cc: Subject: Re: ports/103566: databases/pecl-PDO_SQLITE build failure when databases/sqlite3 WITH_THREADS is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Zhuravlev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2006 16:50:20 -0000 The following reply was made to PR ports/103566; it has been noted by GNATS. From: Alexander Zhuravlev To: bug-followup@freebsd.org Cc: edwin@FreeBSD.org Subject: Re: ports/103566: databases/pecl-PDO_SQLITE build failure when databases/sqlite3 WITH_THREADS is installed Date: Sat, 30 Sep 2006 20:41:43 +0400 Please try to apply the following patch and let me know if this resolved the issue or not. diff -urbBNp pecl-PDO_SQLITE/Makefile pecl-PDO_SQLITE.new/Makefile --- pecl-PDO_SQLITE/Makefile Fri May 19 11:55:01 2006 +++ pecl-PDO_SQLITE.new/Makefile Mon Sep 25 13:02:20 2006 @@ -7,6 +7,7 @@ PORTNAME= PDO_SQLITE DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,13 +19,12 @@ COMMENT= SQLite v3 Interface driver for BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo.so:${PORTSDIR}/databases/pecl-PDO RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER=5 PHP_MODNAME= pdo_sqlite -CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE} +CONFIGURE_ARGS+=--with-pdo-sqlite .include -- Alexander Zhuravlev