Re: man port problem

2007-11-09 Thread Eric Donkersloot
You can add /opt/local/man to /etc/manpaths and run: sudo /usr/libexec/makewhatis Regards, Eric On Nov 9, 2007, at 4:05 AM, Will Arp wrote: in the meantime you can go to Terminal.app/Preferences/Setting/ Advanced and uncheck Set LANG environement variable on startup -will On 9-nov-07, at

Re: man port problem

2007-11-09 Thread Lefteris Tsintjelis
root# cat /etc/manpaths /usr/share/man /usr/local/share/man /opt/local/share/man root# /usr/libexec/makewhatis root# man port Cannot open the message catalog man for locale el_GR.UTF-8 (NLSPATH=none) No manual entry for port root# unset LANG root# man port No manual entry for port Still the

Re: man port problem

2007-11-09 Thread Eric Donkersloot
Did you run makewhatis ? On Nov 9, 2007, at 10:57 AM, Lefteris Tsintjelis wrote: root# cat /etc/manpaths /usr/share/man /usr/local/share/man /opt/local/share/man root# /usr/libexec/makewhatis root# man port Cannot open the message catalog man for locale el_GR.UTF-8 (NLSPATH=none) No manual

Re: man port problem

2007-11-09 Thread William Davis
On Nov 9, 2007, at 4:57 AM, Lefteris Tsintjelis wrote: root# cat /etc/manpaths /usr/share/man /usr/local/share/man /opt/local/share/man root# /usr/libexec/makewhatis root# man port Cannot open the message catalog man for locale el_GR.UTF-8 (NLSPATH=none) No manual entry for port root# unset

Re: man port problem

2007-11-09 Thread Lefteris Tsintjelis
William Davis wrote: My own experience is that man port works fine if no $MANPATH is set in env. If some other program has made $MANPATH entries then you need to add export $MANPATH:/opt/local/man to your ~/.profile I personally prefer the general settings as it works well for any user

Re: man port problem

2007-11-09 Thread Lefteris Tsintjelis
Actually I had to quit from terminal application first and then rerun it and the problem was fixed so strike out the last one. The problem was solved by the man path addition. Thanks and regards, Lefteris Lefteris Tsintjelis wrote: root# cat /etc/manpaths /usr/share/man /usr/local/share/man

Re: New Macports using trying to install octave

2007-11-09 Thread Ryan Schmidt
On Nov 8, 2007, at 16:52, Jackson Myers wrote: I am new to Macports (but I have some Unix/Darwin experience and I have used Fink before). I am trying to install Octave on Leopard and not having much luck. The following is an error I got on my first attempt. Can anybody decipher this and

Re: browser displays the source php on macports site ?

2007-11-09 Thread Ryan Schmidt
On Nov 8, 2007, at 16:03, Ryan Schmidt wrote: On Nov 8, 2007, at 15:46, Bill Hernandez wrote: When I clicked on : http://svn.macosforge.org/repository/macports/trunk/www/.htaccess I got : Files ~ \.inc$ Order allow,deny Deny from all /Files As you travel down the hierarchy to

upgrade to guile @1.8.3_0 failed

2007-11-09 Thread William Davis
upgrade to guile @1.8.3_0 failed to compile revelant -d output: /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 - DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/opt/local/include - D_THREAD_SAFE -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la- fports.lo -MD -MP -MF

Re: upgrade to guile @1.8.3_0 failed

2007-11-09 Thread lorenz schori
Hi I had the same problem under leopard and fixed it by manually turning off HAVE_STAT64 after configuration phase (look at post-configure hook in the portfile). Lorenz Portfile Description: Binary data no-dylib.diff Description: Binary data On Nov 9, 2007, at 1:54 PM, William

Re: man port problem

2007-11-09 Thread markd
Lefteris Tsintjelis [EMAIL PROTECTED] writes: I personally prefer the general settings as it works well for any user logged in as well as the general scripts running of the OS, if any. Can you restate your preferred way of fixing the problem? Mark ___

Re: Python Versions

2007-11-09 Thread William Davis
On Nov 9, 2007, at 2:31 PM, [EMAIL PROTECTED] wrote: Hi, I've been using MacPorts to install python modules, but I'm finding that a lot of packages seem to depend on python 2.4 rather than 2.5. Is MacPorts generally still using python 2.4 as the default python version? Is there a way

Re: Python Versions

2007-11-09 Thread Lefteris Tsintjelis
William Davis wrote: Or even get your feet wet, and try making a port yourself. I know the developers on this list would be glad to help you do that :) Is there any general port add howto for this? Regards, Lefteris ___ macports-users mailing

Re: Python Versions

2007-11-09 Thread Daniel J. Luke
On Nov 9, 2007, at 3:45 PM, Lefteris Tsintjelis wrote: William Davis wrote: Or even get your feet wet, and try making a port yourself. I know the developers on this list would be glad to help you do that :) Is there any general port add howto for this?

New python ports

2007-11-09 Thread Roger Hoover
Hi, I've got a few Python ports that I think would useful to have in macports. If you're short of manpower, I'd be willing to be the maintainer. Let me know. http://trac.macports.org/projects/macports/ticket/12922 http://trac.macports.org/projects/macports/ticket/12923

portfile patch for mutt-devel

2007-11-09 Thread Olaf Foellinger
Hi, in ticket #13219 there is a patch for mutt-devel. It fixes a bug that prevented mutt-devel to build with variants with patches. It also updates some mutt-patches to the latest mutt version and it disables some variants that don't work or aren't no longer used. Please check it and submit it.

Re: Python Versions

2007-11-09 Thread bensonk
Awesome, thanks for the info. I'll take a look at some 2.4 ports and see about modifying them to work with python 2.5. Benson On Fri, Nov 09, 2007 at 03:53:00PM -0500, Daniel J. Luke wrote: On Nov 9, 2007, at 3:45 PM, Lefteris Tsintjelis wrote: William Davis wrote: Or even get your feet

Re: subversion dports syncing

2007-11-09 Thread Jochen Küpper
Hi Emmanuel and Ryan, thank you for your help! So I googled a bit about dscl and created the group for my primary gid, and, voila, port sync via svn works! Greetings, Jochen -- Einigkeit und Recht und Freiheithttp://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité

vim +python seems to use /usr/bin/python

2007-11-09 Thread Mark James Adams
I'm trying to use some vim plugins that use python. I already had python installed through macports, so I sudo port install vim +python to build vim with the optional python module. The problem is that vim seems to be using the default OS X install of python (/usr/bin/python) instead of the

problem installing Wireshark on Leopard

2007-11-09 Thread Kim Young
I try to install Wireshark with MacPorts on my new install of 10.5 and this is what I get: john-youngs-imac:~ kimyoung$ sudo port install wireshark Password: --- Building atk with target all Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/