From nobody@FreeBSD.org  Thu Jan 18 04:12:57 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8D3C216A40F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Jan 2007 04:12:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 7DD3913C43E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Jan 2007 04:12:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l0I4Cve7000538
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Jan 2007 04:12:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l0I4CvvX000537;
	Thu, 18 Jan 2007 04:12:57 GMT
	(envelope-from nobody)
Message-Id: <200701180412.l0I4CvvX000537@www.freebsd.org>
Date: Thu, 18 Jan 2007 04:12:57 GMT
From: "Simon Cornelius P. Umacob"<simoncpu@infoweapons.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: UPDATE PORT: Mk/bsd.php.mk -- PHP meta-port support for SQLite3
X-Send-Pr-Version: www-3.0

>Number:         108072
>Category:       ports
>Synopsis:       UPDATE PORT: Mk/bsd.php.mk -- PHP meta-port support for SQLite3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 18 04:20:18 GMT 2007
>Closed-Date:    Thu Jan 18 07:21:50 GMT 2007
>Last-Modified:  Thu Jan 18 07:40:31 GMT 2007
>Originator:     Simon Cornelius P. Umacob
>Release:        
>Organization:
InfoWeapons Corporation
>Environment:
FreeBSD simoncpu-node0.cebu.infoweapons.com 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:04:14 UTC 2006     root@bloom.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This patch adds support for SQLite3 in PHP.
>How-To-Repeat:

>Fix:
*** /usr/ports/Mk/bsd.php.mk    Wed Dec 13 08:30:09 2006
--- bsd.php.mk  Sun Jan 14 07:43:52 2007
***************
*** 233,239 ****
                mhash mssql mysql ncurses odbc \
                openssl pcntl pcre pdf pgsql posix \
                pspell radius readline recode session shmop snmp \
!               sockets sybase_ct sysvmsg sysvsem sysvshm \
                tokenizer wddx xml xmlrpc yaz zip zlib
  # version specific components
  _USE_PHP_VER4=        ${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \
--- 233,239 ----
                mhash mssql mysql ncurses odbc \
                openssl pcntl pcre pdf pgsql posix \
                pspell radius readline recode session shmop snmp \
!               sockets sqlite3 sybase_ct sysvmsg sysvsem sysvshm \
                tokenizer wddx xml xmlrpc yaz zip zlib
  # version specific components
  _USE_PHP_VER4=        ${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \
***************
*** 299,304 ****
--- 299,305 ----
  soap_DEPENDS= net/php${PHP_VER}-soap
  sockets_DEPENDS=net/php${PHP_VER}-sockets
  sqlite_DEPENDS=       databases/php${PHP_VER}-sqlite
+ sqlite3_DEPENDS= databases/php-sqlite3
  sybase_ct_DEPENDS=    databases/php${PHP_VER}-sybase_ct
  sysvmsg_DEPENDS=devel/php${PHP_VER}-sysvmsg
  sysvsem_DEPENDS=devel/php${PHP_VER}-sysvsem

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jan 18 04:20:25 UTC 2007 
Responsible-Changed-Why:  
bsd.php.mk is ale territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108072 
State-Changed-From-To: open->feedback 
State-Changed-By: ale 
State-Changed-When: Thu Jan 18 06:44:16 UTC 2007 
State-Changed-Why:  
Is there a port that needs to depend on php-sqlite3? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108072 
State-Changed-From-To: feedback->closed 
State-Changed-By: ale 
State-Changed-When: Thu Jan 18 07:21:29 UTC 2007 
State-Changed-Why:  
Not needed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108072 

From: "Simon Cornelius P. Umacob" <simoncpu@infoweapons.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108072: UPDATE PORT: Mk/bsd.php.mk -- PHP meta-port support
 for SQLite3
Date: Thu, 18 Jan 2007 15:10:53 +0800

 Nope, there is none, AFAIK.  I had the impression that php4-extensions 
 and php5-extensions were meant to list all the php extensions in the 
 tree.  Oops. =)
 
 
 [ simon.cpu ]
 
 
 Alex Dupre wrote:
 > Synopsis: UPDATE PORT: Mk/bsd.php.mk -- PHP meta-port support for SQLite3
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: ale
 > State-Changed-When: Thu Jan 18 06:44:16 UTC 2007
 > State-Changed-Why: 
 > Is there a port that needs to depend on php-sqlite3?
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=108072
 > 
 
 
 -- 
 And /usr/games/fortune futurama says:
 
   War over! Balls thoroughly licked.
>Unformatted:
