ports/103566: databases/pecl-PDO_SQLITE build failure when databases/sqlite3 WITH_THREADS is installed

Alexander Zhuravlev zaa at zaa.pp.ru
Sat Sep 30 16:50:20 UTC 2006


The following reply was made to PR ports/103566; it has been noted by GNATS.

From: Alexander Zhuravlev <zaa at zaa.pp.ru>
To: bug-followup at freebsd.org
Cc: edwin at 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 <bsd.port.mk>
 
 
 -- 
 Alexander Zhuravlev



More information about the freebsd-ports-bugs mailing list