Re: Port Names - How to choose?

2008-02-09 Thread Michael Franz
I submitted then as xorg-libice and xorg-libsm. I guess they can be changed to be consistent, but are the existing xorg-* ports consistent? On 2/9/08, js <[EMAIL PROTECTED]> wrote: > FYI, in FreeBSD ports, they are simply called libICE and libSM respectively. > http://www.freebsd.org/cgi/cvsweb.c

Re: Port Names - How to choose?

2008-02-09 Thread js
FYI, in FreeBSD ports, they are simply called libICE and libSM respectively. http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/libICE/ http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/libSM/ On Feb 10, 2008 3:27 AM, Michael Franz <[EMAIL PROTECTED]> wrote: > Hi, > > I have a few ports that I would li

Re: "port: command not found" after installing MacPorts-1.6.0-10.5-Leopard.dmg

2008-02-09 Thread Esteban Barahona
El feb 9, 2551 BE, a las 03:20, Kok-Yong Tan escribió: .profile is a place for you to customize your shell. It's fine to start from any empty file, if you have no other customizations you want to make. If you have a .bash_profile, that gets used instead of .profile so you should modify .

Port Names - How to choose?

2008-02-09 Thread Michael Franz
Hi, I have a few ports that I would like to add. Some of them seem to have standard names, but at least two of them do not. The two that I am not sure about are: xorg-libICE xorg-libSM They can be found here: http://www.x.org/pub/individual/lib/ Most of the libraries on xorg are libXyyy, but t

all sorts of port failures

2008-02-09 Thread Stefan
Just did a $sudo port selfupdate, followed by a $sudo port upgrade outdated, and I have been failing tons of ports: *** ffmpeg, with: Undefined symbols: "_av_crc_get_table", referenced from: _ac3_decode_frame in ac3dec.o _AC3_encode_frame in ac3enc.o _AC3_encode_frame in ac3enc.

Re: Python25: wrong sys.path for pythonw2.5

2008-02-09 Thread Bas den Hond
Thanks for your explanation. This clears it up, but of course it begs the question: why does python25 not come with a pythonw2.5 command? How could I possibly use the py25-wxpython module without it? Is this a MacPort problem of does it just come with Python25? Best regards, Bas Op 9 f

openssh fails to build, preventing install of git-core (non-root MacPorts)

2008-02-09 Thread Kevin Reid
I'm trying to install Git using MacPorts. The port depends on openssh, which fails as shown below. My MacPorts installation is set up to run as a non-root user: ./configure --prefix=/Stuff/dp --with-install- user=darwinports_install --with-install-group=darwinports_install I assume that th

port mono 1.2.6_0 does not build

2008-02-09 Thread Jean-Philippe Humbert
Hi, I have submmitted a ticket: #14237 Regards // Jph ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: "port: command not found" after installing MacPorts-1.6.0-10.5-Leopard.dmg

2008-02-09 Thread Kok-Yong Tan
On Feb 9, 2008, at 02:10, Ryan Schmidt wrote: On Feb 8, 2008, at 23:02, Esteban Barahona wrote: El feb 8, 2551 BE, a las 00:00, Ryan Schmidt escribió: On Feb 7, 2008, at 21:23, Esteban Barahona wrote: Asunto: "port: command not found" after installing MacPorts-1.6.0-10.5-Leopard.dmg I

Re: Python25: wrong sys.path for pythonw2.5

2008-02-09 Thread Guido Soranzio
On Feb 9, 2008, at 9:24 AM, Bas den Hond wrote: But if I call pythonw2.5 to execute the program, the modules are not found. The problem is clearly the search path, which is somehow different for pythonw2.5. Is there a way to solve this, or should I just report a bug? MacPorts' version of

Python25: wrong sys.path for pythonw2.5

2008-02-09 Thread Bas den Hond
Hi all, There is a problem with python25 that may be a bug, but it's so fundamental that maybe I'm just doing something wrong. After installing python25 I can install a couple of modules and in a program import them without a problem. But if I call pythonw2.5 to execute the program, the modul