octave build failure (was: teTeX fails with probably unquoted path name containing spaces)

2008-05-02 Thread Joshua Root
Jerry wrote: Re-ran sudo port install texlive +minimal, then sudo port install octave. The standard error did not appear in either install. However, the latter (Octave) errored out with a compile error in an Octave file that says it is a urlwrite and urlread, a curl front-end for octave.

Re: emacs-app count as emacs?

2008-05-02 Thread CHENG Gao
*On Thu, 1 May 2008 14:55:43 -0700 * Also sprach Brian P. Flaherty [EMAIL PROTECTED]: Hello, I just installed the port aqua/emacs-app. I've been using Aquamacs, but thought I'd give the port a try. I then went to install auctex, and port wanted to install emacs. How do I tell port that

Re: Newbie Question about Binary Packages

2008-05-02 Thread Anders F Björklund
Mikael wrote: I'm a complete newbie to compiling binaries, and UNIX for that matter, so please forgive me for any ignorant questions. I'm hoping to use MacPorts to compile binary packages that can be distributed and installed on other computers. I've been practicing with hexedit.

Re: jed error

2008-05-02 Thread Ryan Schmidt
On May 1, 2008, at 2:29 PM, William Davis wrote: jed wont compile: ** slang.h (version=10409) does not match the slang library version (20103) Did you install slang as a shared library? Did you run ldconfig? Perhaps you need to set the RPATH variable in the Makefile. You have an

Re: emacs-app count as emacs?

2008-05-02 Thread Ryan Schmidt
On May 2, 2008, at 1:59 AM, CHENG Gao wrote: *On Thu, 1 May 2008 14:55:43 -0700 * Also sprach Brian P. Flaherty [EMAIL PROTECTED]: I just installed the port aqua/emacs-app. I've been using Aquamacs, but thought I'd give the port a try. I then went to install auctex, and port wanted to

XeTeX depends on teTeX but I run TeXLive

2008-05-02 Thread Christoph Bier
Hi, I'm new to Mac OS and thus new to MacPorts. I use Leopard 10.5.2 and MacPorts 1.6.0. Yesterday I installed TeXLive via MacPorts and today I wanted to install XeTeX. But it depends on teTeX and I don't want to also install teTeX (it's quite outdated and unmaintained since May 2006). Can this

[Ticket #13686] Octave Portfile upgrade and maintainership

2008-05-02 Thread Alakazam
Hello, seeing that there has been no progress on the octave port for the last couple of months, even though many users have encountered problems with it, I think the Portfile could be advantageously upgraded with the one proposed on Ticket #13686

Re: XeTeX depends on teTeX but I run TeXLive

2008-05-02 Thread James Sumners
Do you need to install XeTeX separately? According to [1] it is a standard part of texLive. However, if you do need to install it, it might be easiest to modify the port file to change the dependency. Someone really needs to get a list of all packages that still depend on teTeX and run a find,

Re: XeTeX depends on teTeX but I run TeXLive

2008-05-02 Thread Christoph Bier
James Sumners schrieb am 02.05.2008 17:36: Do you need to install XeTeX separately? According to [1] it is a standard part of texLive. Actually, you are right. But there's no xelatex oder xetex executable after MacPort's TeXLive installation. [...] Regards Christoph -- +++

Apache2 mod_ruby and eruby

2008-05-02 Thread Yvon Thoraval
i've upgraded Apache2 two days ago, but mod-ruby is only working with ruby, as cgi, but not with eruby. i get the following error : [Wed Apr 30 16:52:49 2008] [error] mod_ruby: from /opt/local/lib/ruby/1.8/apache/eruby-run.rb:45 [Wed Apr 30 16:52:49 2008] [notice] Apache/2.2.8 (Unix)

Re: XeTeX depends on teTeX but I run TeXLive

2008-05-02 Thread James Sumners
Maybe the port is out-of-date. It wouldn't surprise me. On Fri, May 2, 2008 at 12:09 PM, Christoph Bier [EMAIL PROTECTED] wrote: James Sumners schrieb am 02.05.2008 17:36: Do you need to install XeTeX separately? According to [1] it is a standard part of texLive. Actually, you are

Apache2 and php5

2008-05-02 Thread Yvon Thoraval
i've installed php5 with the command : sudo port install php5 +apache2 +mysql5 +sqlite +pear afterwards i did : $ cd /opt/local/apache2/modules $ sudo /opt/local/apache2/bin/apxs -a -e -n php5 libphp5.so $ sudo cp /opt/local/etc/php.ini-dist /opt/local/etc/php.ini i've added also the following

Re: XeTeX depends on teTeX but I run TeXLive

2008-05-02 Thread Rainer Müller
James Sumners wrote: Maybe the port is out-of-date. It wouldn't surprise me. No, texlive is at 2007 which is the latest release. I don't know why it doesn't contain xetex, maybe it needs any special flags for that? Rainer ___ macports-users

Re: Apache2 and php5

2008-05-02 Thread William Siegrist
On May 2, 2008, at 10:15 AM, Yvon Thoraval wrote: LoadModule php5_module modules/libphp5.so and between IfModule mime_module and /IfModule : AddType text/html .php but when loading my info.php file the browser want to download it instead of viewing it. You might also try

Re: new pidgin

2008-05-02 Thread MAS!
I had a look for the new pidgin once and decided to not update pidgin as I disagree with the new features such as automatic resize of the input text area. I see.. btw, IMHO, that's a real pity :( MAS! ___ macports-users mailing list

Re: Newbie Question about Binary Packages

2008-05-02 Thread EmmGunn
On May 2, 2008, at 2:17 AM, Anders F Björklund wrote: Mikael wrote: I'm a complete newbie to compiling binaries, and UNIX for that matter, so please forgive me for any ignorant questions. I'm hoping to use MacPorts to compile binary packages that can be distributed and installed on

Re: Apache2 and php5

2008-05-02 Thread Chris Janton
On 2008-05-02 , at 10:37 , William Siegrist wrote: LoadModule php5_module modules/libphp5.so and between IfModule mime_module and /IfModule : AddType text/html .php but when loading my info.php file the browser want to download it instead of viewing it. You might also try

Re: XeTeX depends on teTeX but I run TeXLive

2008-05-02 Thread Emmanuel Hainry
Citando Rainer Müller : James Sumners wrote: Maybe the port is out-of-date. It wouldn't surprise me. No, texlive is at 2007 which is the latest release. I don't know why it doesn't contain xetex, maybe it needs any special flags for that? xetex is explicitly disabled in the Portfile

[help] Writing to /opt/local/var/log/install_setup.log ?

2008-05-02 Thread Bill Hernandez
I am trying to write a running command log to : /opt/local/var/log/ install_setup.log but doing either below : shell $ sudo echo ${TS} $1 $BASH_CMD_LOG shell $ sudo su -m root echo ${TS} $1 $BASH_CMD_LOG do not work... This all works very well for me if I write to a dir not owned by root,

Re: XeTeX depends on teTeX but I run TeXLive

2008-05-02 Thread Joshua Root
James Sumners wrote: Someone really needs to get a list of all packages that still depend on teTeX and run a find, replace-all, on them. Having to change the ports yourself every time you want to install something that depends on TeX is getting old. Already done for all ports with no

Re: [help] Writing to /opt/local/var/log/install_setup.log ?

2008-05-02 Thread Bryan Blackburn
On May 2, 2008, at 5:36 PM, Bill Hernandez wrote: I am trying to write a running command log to : /opt/local/var/log/ install_setup.log but doing either below : shell $ sudo echo ${TS} $1 $BASH_CMD_LOG shell $ sudo su -m root echo ${TS} $1 $BASH_CMD_LOG do not work... This fails since

Re: [help] Writing to /opt/local/var/log/install_setup.log ?

2008-05-02 Thread Bill Hernandez
On May 2, 2008, at 7:47 PM, Bryan Blackburn wrote: On May 2, 2008, at 5:36 PM, Bill Hernandez wrote: I am trying to write a running command log to : /opt/local/var/log/ install_setup.log but doing either below : shell $ sudo echo ${TS} $1 $BASH_CMD_LOG shell $ sudo su -m root echo ${TS} $1

Re: Newbie Question about Binary Packages

2008-05-02 Thread Ryan Schmidt
On May 2, 2008, at 2:02 PM, EmmGunn wrote: On May 2, 2008, at 2:17 AM, Anders F Björklund wrote: Mikael wrote: I'm a complete newbie to compiling binaries, and UNIX for that matter, so please forgive me for any ignorant questions. I'm hoping to use MacPorts to compile binary packages

Re: new pidgin

2008-05-02 Thread Ryan Schmidt
On May 2, 2008, at 12:47 PM, MAS! wrote: I had a look for the new pidgin once and decided to not update pidgin as I disagree with the new features such as automatic resize of the input text area. I see.. btw, IMHO, that's a real pity :( Yeah, that doesn't sound like a good reason not to

Re: new pidgin

2008-05-02 Thread Daniel J. Luke
On May 2, 2008, at 9:40 PM, Ryan Schmidt wrote: On May 2, 2008, at 12:47 PM, MAS! wrote: I had a look for the new pidgin once and decided to not update pidgin as I disagree with the new features such as automatic resize of the input text area. I see.. btw, IMHO, that's a real pity :( Yeah,