Opened 15 years ago

Last modified 15 years ago

#18262 closed enhancement

php5-5.2.8 Enhancement - Add pdo_oci — at Version 2

Reported by: michael-ring@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: pdo_oci Cc: jwa@…
Port: php5 php5-devel

Description (last modified by mf2k (Frank Schima))

I have created two patches in order to add pdo_oci functionality to the php5 port.

Could you please add the patches to php5 and php5-dev,

Michael Ring

Here's the Patch for the Portfile, the second patch is attached.

--- Portfile.orig       2009-01-29 01:22:17.000000000 +0100
+++ Portfile    2009-01-28 23:40:36.000000000 +0100
@@ -61,7 +61,8 @@
     port:freetype
 
 patchfiles \
-    patch-bind.diff
+    patch-bind.diff \
+    patch-oci.diff
 
 use_autoconf            yes
 autoconf.cmd            ${prefix}/bin/autoconf213
@@ -280,7 +281,8 @@
     depends_lib-append \
         port:oracle-instantclient
     configure.args-append \
-        --with-oci8=instantclient,${prefix}/lib/oracle
+        --with-oci8=instantclient,${prefix}/lib/oracle \
+        --with-pdo-oci=instantclient,${prefix}/lib/oracle,10.1
 }
 
 variant postgresql82 conflicts postgresql83 description {provide postgresql82 support} {

Change History (4)

Changed 15 years ago by michael-ring@…

Attachment: patch-oci.diff added

patch-oci

comment:1 Changed 15 years ago by michael-ring@…

Cc: michael-ring@… added

Cc Me!

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Cc: jwa@… added; ryandesign@… michael-ring@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: php5 php5-devel added; php5-5.2.8 php5-dev removed

Ideally you could attach the portfile patch too.

Changed 15 years ago by michael-ring@…

Attachment: Portfile.diff added
Note: See TracTickets for help on using tickets.