[MacPorts] #18262: php5-5.2.8 Enhancement - Add pdo_oci
#18262: php5-5.2.8 Enhancement - Add pdo_oci --------------------------------------+------------------------------------- Reporter: michael-ring@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Keywords: pdo_oci | Port: php5-5.2.8 php5-dev --------------------------------------+------------------------------------- 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} { -- Ticket URL: <http://trac.macports.org/ticket/18262> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18262: php5-5.2.8 Enhancement - Add pdo_oci --------------------------------------+------------------------------------- Reporter: michael-ring@… | Owner: ryandesign@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Keywords: pdo_oci | Port: php5 php5-devel --------------------------------------+------------------------------------- Changes (by macsforever2000@…): * cc: ryandesign@…, michael-ring@… (removed) * cc: jwa@… (added) * owner: macports-tickets@… => ryandesign@… * port: php5-5.2.8 php5-dev => php5 php5-devel Old description:
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} {
New description: 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} { }}} -- Comment: Ideally you could attach the portfile patch too. -- Ticket URL: <http://trac.macports.org/ticket/18262#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18262: php5-5.2.8 Enhancement - Add pdo_oci --------------------------------------+------------------------------------- Reporter: michael-ring@… | Owner: ryandesign@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Keywords: pdo_oci | Port: php5 php5-devel --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => assigned Comment: Thanks. Is patch-oci.diff from upstream somewhere? If not, has it already been sent to them? -- Ticket URL: <http://trac.macports.org/ticket/18262#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18262: php5-5.2.8 Enhancement - Add pdo_oci --------------------------------------+------------------------------------- Reporter: michael-ring@… | Owner: ryandesign@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Keywords: pdo_oci | Port: php5 php5-devel --------------------------------------+------------------------------------- Comment(by michael-ring@…): Replying to [comment:3 ryandesign@…]:
Thanks. Is patch-oci.diff from upstream somewhere? If not, has it already been sent to them?
I have added the patch as a comment on php bug#39312 (http://bugs.php.net/bug.php?id=39312) but have not received an answer yet. -- Ticket URL: <http://trac.macports.org/ticket/18262#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18262: php5-5.2.8 Enhancement - Add pdo_oci ---------------------------------------+------------------------------------ Reporter: michael-ring@… | Owner: ryandesign@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: pdo_oci Port: php5 php5-devel | ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: This was handled via #18935. -- Ticket URL: <http://trac.macports.org/ticket/18262#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts