Re: Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-15 Thread Kevin Lo
On Tue, Mar 15, 2016 at 08:12:20AM -0400, Jim Ohlstein wrote: > > Hello, Hi Jim, > On 3/15/16 7:54 AM, Kurt Jaeger wrote: > > Hi! > > > >> At the risk of sounding like a broken record (did you actually READ what > >> I wrote?) Owncloud does NOT require php-mysql, it requires > >> php-pdo_mysql.

Re: Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-15 Thread Kurt Jaeger
Hi! > > Can you submit a patch to the ports (maybe fixing the depends) so that > > it builds ? > It's pretty straightforward. I'm guessing other ports were pulled in by > this blanket search for requiring mysql extension when in fact what was > needed was pdo-mysql. Now a major motion picture

Re: Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-15 Thread Jim Ohlstein
Hello, On 3/15/16 7:54 AM, Kurt Jaeger wrote: Hi! At the risk of sounding like a broken record (did you actually READ what I wrote?) Owncloud does NOT require php-mysql, it requires php-pdo_mysql. In PHP versions before 7.0 that pulled in the corresponding php-mysql port. It is NOT a

Re: Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-15 Thread Mathieu Arnold
+--On 15 mars 2016 07:49:55 -0400 Jim Ohlstein wrote: | Hello, | | On 3/15/16 7:05 AM, Mathieu Arnold wrote: |> |> |> +--On 14 mars 2016 16:57:19 -0400 Jim Ohlstein wrote: |> | Hello, |> | |> | Not sure of the motivation behind this. Owncloud has supported

Re: Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-15 Thread Kurt Jaeger
Hi! > At the risk of sounding like a broken record (did you actually READ what > I wrote?) Owncloud does NOT require php-mysql, it requires > php-pdo_mysql. In PHP versions before 7.0 that pulled in the > corresponding php-mysql port. It is NOT a requirement (there, I said it > a THIRD time).

Re: Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-15 Thread Jim Ohlstein
Hello, On 3/15/16 7:05 AM, Mathieu Arnold wrote: +--On 14 mars 2016 16:57:19 -0400 Jim Ohlstein wrote: | Hello, | | Not sure of the motivation behind this. Owncloud has supported PHP 7.0 | since prior to this release (9.0.0). See |

Re: Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-15 Thread Mathieu Arnold
+--On 14 mars 2016 16:57:19 -0400 Jim Ohlstein wrote: | Hello, | | Not sure of the motivation behind this. Owncloud has supported PHP 7.0 | since prior to this release (9.0.0). See | https://owncloud.org/blog/php-7-is-here-and-owncloud-is-ready/. Perhaps | removing the

Owncloud port marked broken with PHP 7.0 and MySQL

2016-03-14 Thread Jim Ohlstein
Hello, Not sure of the motivation behind this. Owncloud has supported PHP 7.0 since prior to this release (9.0.0). See https://owncloud.org/blog/php-7-is-here-and-owncloud-is-ready/. Perhaps removing the unnecessary php(Xx)-mysql runtime requirement is what's actually needed, as it actually