Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Mar 2007 12:30:39 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ale@FreeBSD.org
Subject:   ports/109962: [PATCH] Mk/bsd.php.mk: Attach php5-oci8 extension
Message-ID:  <20070306043039.1B8CD1145A@chinsan.twbbs.org>
Resent-Message-ID: <200703060440.l264e5Fn008518@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109962
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.php.mk: Attach php5-oci8 extension
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 04:40:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb 5 23:22:25 CST 2007 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/MYSMP i386
>Description:
 - Attach php5-oci8 extension. :)
   (the coming port of pear-MDB2_Driver_oci8 will require with this)

>How-To-Repeat:
>Fix:

--- bsd.php.mk.diff begins here ---
--- bsd.php.mk.orig	Tue Mar  6 12:23:55 2007
+++ bsd.php.mk	Tue Mar  6 12:24:58 2007
@@ -238,7 +238,7 @@
 # version specific components
 _USE_PHP_VER4=	${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \
 		mnogosearch oracle overload pfpro xslt yp
-_USE_PHP_VER5=	${_USE_PHP_ALL} dom filter ming mysqli pdo pdo_sqlite \
+_USE_PHP_VER5=	${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo pdo_sqlite \
 		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
 
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
@@ -279,6 +279,7 @@
 mysql_DEPENDS=	databases/php${PHP_VER}-mysql
 mysqli_DEPENDS=	databases/php${PHP_VER}-mysqli
 ncurses_DEPENDS=devel/php${PHP_VER}-ncurses
+oci8_DEPENDS=	databases/php${PHP_VER}-oci8
 odbc_DEPENDS=	databases/php${PHP_VER}-odbc
 openssl_DEPENDS=security/php${PHP_VER}-openssl
 oracle_DEPENDS=	databases/php${PHP_VER}-oracle
--- bsd.php.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070306043039.1B8CD1145A>