Re: mysql5 variant

2009-02-24 Thread Bradley Giesbrecht
On Feb 23, 2009, at 8:15 PM, Joshua Root wrote: Bradley Giesbrecht wrote: cat `port dir mysql5`/Portfile This can be simplified to: cat `port file mysql5` But even that can be simplified: port cat mysql5 :-) Show off :-) Oh, and thanks.. ___ m

Re: mysql5 variant

2009-02-23 Thread Joshua Root
Bradley Giesbrecht wrote: > cat `port dir mysql5`/Portfile This can be simplified to: cat `port file mysql5` But even that can be simplified: port cat mysql5 :-) - Josh ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.m

Re: mysql5 variant

2009-02-23 Thread Bradley Giesbrecht
Adds startupitem, user/group among other tasks. cat `port dir mysql5`/Portfile variant server { # Create a startupitem to start/stop the server startupitem.create yes startupitem.start "${prefix}/share/${mysql}/mysql/mysql.server start" startupitem.stop"${prefix}/share/

Re: mysql5 variant

2009-02-23 Thread Rainer Müller
Scott Haneda wrote: > What is the +server variant for in mysql5? I looked at the port > source, and am no sure. I did port variant mysql5 and it did not tell > me much. The theory is that mysql5 +server will not only install the mysql5 client libs, but also the server. But due to a bug in t

mysql5 variant

2009-02-23 Thread Scott Haneda
What is the +server variant for in mysql5? I looked at the port source, and am no sure. I did port variant mysql5 and it did not tell me much. -- Scott * If you contact me off list replace talklists@ with scott@ * ___ macports-users mailing l