Per package default variants

2011-09-25 Thread Alexander Skwar
Hallo. Is there a way to pre-define variants, a certain package should or should not use? Eg. Let's say I'd want to build curl without ssl and with sftp_scp. All other packages should, by default, be built with ssl (if they support it). When manually installing the package, I'd run sudo port

Re: Octave .m files opening in Xcode

2011-09-25 Thread vincent habchi
Le 25 sept. 2011 à 15:38, Wesley Davis woda...@aggies.ncat.edu a écrit : I just installed Octave, Gnuplot and Aquaerm using Macports. I installed all three so that I could see the plots of my Ocave scripts. However, now when run my Ocatave .m scripts I get the Xcode application and not

Re: Octave .m files opening in Xcode

2011-09-25 Thread Wesley Davis
Is there anything that I can do to run my scripts? I see that Macports lists Octave as a port? Or, am I just out of luck? Wes On Sun, Sep 25, 2011 at 9:42 AM, vincent habchi vi...@macports.org wrote: Le 25 sept. 2011 à 15:38, Wesley Davis woda...@aggies.ncat.edu a écrit : I just installed

Re: Octave .m files opening in Xcode

2011-09-25 Thread Jean-Francois Gobin
Good Morning Wes, the .m extension is considered to be a C source file. If you do more Octave editing than C/C++, feel free to change the application used to open .m files. J. On Sun, Sep 25, 2011 at 9:46 AM, Wesley Davis woda...@aggies.ncat.eduwrote: Is there anything that I can do to run

Re: Octave .m files opening in Xcode

2011-09-25 Thread Ryan Schmidt
On Sep 25, 2011, at 09:59, Jean-Francois Gobin wrote: the .m extension is considered to be a C source file. If you do more Octave editing than C/C++, feel free to change the application used to open .m files. Right. And instructions for doing that are in Apple's knowledge base:

Re: Per package default variants

2011-09-25 Thread Ryan Schmidt
On Sep 25, 2011, at 03:08, Alexander Skwar wrote: Is there a way to pre-define variants, a certain package should or should not use? Eg. Let's say I'd want to build curl without ssl and with sftp_scp. All other packages should, by default, be built with ssl (if they support it). When