[153526] trunk/dports/math/octave-database/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Oct 4 00:43:51 PDT 2016


> On Oct 3, 2016, at 8:16 PM, mps at macports.org wrote:
> 
> Revision
> 153526
> Author
> mps at macports.org
> Date
> 2016-10-03 18:16:08 -0700 (Mon, 03 Oct 2016)
> Log Message
> 
> octave-database: use mysql56, rather than mysql5, and add postgresql96 variant.
> Modified Paths
> 
> 	• trunk/dports/math/octave-database/Portfile
> Diff
> 
> Modified: trunk/dports/math/octave-database/Portfile (153525 => 153526)
> 
> --- trunk/dports/math/octave-database/Portfile	2016-10-04 01:00:43 UTC (rev 153525)
> +++ trunk/dports/math/octave-database/Portfile	2016-10-04 01:16:08 UTC (rev 153526)
> 
> @@ -17,14 +17,14 @@
> 
>  
> 
>  depends_lib-append  port:octave-struct \
> 
>                      port:swig-octave \
> 
> -                    path:bin/mysql_config:mysql5 \
> 
> +                    path:bin/mysql_config:mysql56 \


The mysql56 port does not provide a file /opt/local/bin/mysql_config.

This should be written "port:mysql56".

You might even consider offering variants to let the user choose which MySQL-compatible port to use. (MariaDB and Percona are also MySQL-compatible.)



More information about the macports-dev mailing list