From zaa@ulstu.ru  Fri Feb  9 16:16:53 2007
Return-Path: <zaa@ulstu.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5299A16A407
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2007 16:16:53 +0000 (UTC)
	(envelope-from zaa@ulstu.ru)
Received: from kernel.ulstu.ru (kernel.ulstu.ru [62.76.34.36])
	by mx1.freebsd.org (Postfix) with ESMTP id A082C13C4A5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2007 16:16:50 +0000 (UTC)
	(envelope-from zaa@ulstu.ru)
Received: from localhost (localhost [127.0.0.1])
	by kernel.ulstu.ru (ulstuMail) with ESMTP id D9A1D4AEC7;
	Fri,  9 Feb 2007 19:00:27 +0300 (MSK)
Received: from kernel.ulstu.ru ([127.0.0.1])
	by localhost (kernel.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id c9Q6mjIbUrey; Fri,  9 Feb 2007 19:00:20 +0300 (MSK)
Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33])
	by kernel.ulstu.ru (ulstuMail) with ESMTP id C5B164AE88
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2007 19:00:20 +0300 (MSK)
Received: by orion.ulstu.ru (Postfix, from userid 3909)
	id C34771B3C; Fri,  9 Feb 2007 19:00:20 +0300 (MSK)
Message-Id: <20070209160020.C34771B3C@orion.ulstu.ru>
Date: Fri,  9 Feb 2007 19:00:20 +0300 (MSK)
From: Alexander Zhuravlev <zaa@zaa.pp.ru>
Reply-To: Alexander Zhuravlev <zaa@zaa.pp.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] added port knob that allows building of pdo sqlite extension against sqlite from ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108981
>Category:       ports
>Synopsis:       [maintainer-update] added port knob that allows building of pdo sqlite extension against sqlite from ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 16:20:16 GMT 2007
>Closed-Date:    Mon Feb 19 00:30:16 GMT 2007
>Last-Modified:  Mon Feb 19 00:30:16 GMT 2007
>Originator:     Alexander Zhuravlev
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD orion.ulstu.ru 4.11-STABLE FreeBSD 4.11-STABLE #30: Tue Dec 12 15:18:35 MSK 2006 root@orion.ulstu.ru:/usr/obj/usr/src/sys/ORION i386


	
>Description:

	Added WITH_SQLITE_PORT knob that allows building of pdo sqlite extension against sqlite from ports.

>How-To-Repeat:
	
>Fix:

	

--- pecl-PDO_SQLITE.patch begins here ---
diff -urb pecl-PDO_SQLITE.orig/Makefile pecl-PDO_SQLITE/Makefile
--- pecl-PDO_SQLITE.orig/Makefile	Sun Oct  8 04:01:05 2006
+++ pecl-PDO_SQLITE/Makefile	Fri Feb  9 18:41:42 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	PDO_SQLITE
 DISTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -25,6 +25,14 @@
 DEFAULT_PHP_VER=5
 PHP_MODNAME=	pdo_sqlite
 
+.if defined(WITH_SQLITE_PORT)
+# Define WITH_SQLITE_PORT knob if you would like to link pdo-sqlite against SQLite
+# from ports tree. Please note that in this case SQLite has to be compiled
+# _without_ threads support.
+USE_SQLITE=	YES
+CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE}
+.else
 CONFIGURE_ARGS+=--with-pdo-sqlite
+.endif
 
 .include <bsd.port.mk>
--- pecl-PDO_SQLITE.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Sat Feb 17 04:15:22 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108981 
State-Changed-From-To: open->feedback 
State-Changed-By: alepulver 
State-Changed-When: Sun Feb 18 22:00:48 UTC 2007 
State-Changed-Why:  
Port was merged into php5/Makefile.ext, ask submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108981 
State-Changed-From-To: feedback->closed 
State-Changed-By: alepulver 
State-Changed-When: Mon Feb 19 00:30:12 UTC 2007 
State-Changed-Why:  
Maintiner requested to close it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108981 
>Unformatted:
