ports/109962: [PATCH] Mk/bsd.php.mk: Attach php5-oci8 extension
chinsan
chinsan at FreeBSD.org
Tue Mar 6 04:40:05 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list