Re: trac ticket for http_ping, connect mget

2007-05-12 Thread S H A N

hi, thks for correction. pls find the updated files for trac submission.

best regards.

On 5/1/07, Ryan Schmidt [EMAIL PROTECTED] wrote:


On May 1, 2007, at 01:33, [EMAIL PROTECTED] wrote:

 And the top line of each portfile should be this:

 # $Id:

No, it should be

# $Id$

It could also be

# $Id:$

if you like, but there must be an ending $





--
Best Regards.


mget
Description: Binary data


connect
Description: Binary data
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: install pwgen fails due to fetch fail on libgnuopt-1.2

2007-05-12 Thread Yves de Champlain

Is libgnugetopt really needed anymore ?

My first try would be to try without

yves

Le 07-05-11 à 15:51, Bakki Kudva a écrit :


I am trying to install pwgen and I get:

---  Fetching gnugetopt
---  Attempting to fetch libgnugetopt-1.2-darwin.tar.bz2 from
http://www.opendarwin.org/~mww/files/
etc,.. and then

Error: Target com.apple.fetch returned: fetch failed
Error: The following dependencies failed to build: gnugetopt
Error: Status 1 encountered during processing.

Has the url on llibgnugetopt changed?

-bakki
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: No module named _md5 error in Python 2.5

2007-05-12 Thread Peter

Hi,

I ran into the same error today . . . I looked at the patch for  
setup.py and it looks that the line:
+disabled_module_list =  
[zlib,_hashlib,_ssl,_bsddb,_sqlite3,_tkinter,bz2,gdbm,r 
eadline,_curses,_curses_panel]


disables the module needed for md5 hashing - but why ?
Does Python 2.5.1 not work unpatched – it sounds like it works for  
Silvio at least . . .


Peter


Am 08.03.2007 um 11:14 schrieb Silvio Domini:


I have tried to install the latest setuptools for Python 2.5
by using the script  ez_setup.py from PEAK's website
but the script aborts with the error:

File /opt/local/lib/python2.5/hashlib.py, line 31, in  
__get_builtin_constructor

import _md5
ImportError: No module named _md5

With the official Python 2.5 distribution such an error
doesn't occur and the command from hashlib import md5
works flawlessly.
___
macports-users mailing list

http://lists.macosforge.org/mailman/listinfo/macports-users


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Build options?

2007-05-12 Thread Andre-John Mas

Hi,

Is there any way of knowing what build flags were used for a given port?
Specifically I am tryng to work out with the Apache2 build has been
configured with IPv6 support.

Andre
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: error building python24 on mac os x

2007-05-12 Thread Stefan Bruda
Hi,

First of all, sorry for the delay in responding (I have been away from my
machine).

paul beard wrote:

 On May 10, 2007, at 2:11 PM, Stefan Bruda wrote:

 Somebody wants a python.exe...

 make a link to python in the same directory and see what that gets
 you. I think that resolves it, though why it happens in the first
 place is a mystery.

This fixes it alright.  It might be that the build process gets confused
by the filesystem (I am using case-sensitive HFS).

Stefan


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users


Re: Build options?

2007-05-12 Thread Ryan Schmidt


On May 12, 2007, at 10:38, Andre-John Mas wrote:

Is there any way of knowing what build flags were used for a given  
port?

Specifically I am tryng to work out with the Apache2 build has been
configured with IPv6 support.


If you install the port using the -dv options you can see the  
commands as they're assembled, including the ./configure command  
which would show all the flags.


sudo port install -dv apache2


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users