Re: [MacPorts] #14342: python25 drops modules by default, but python25 doesn't

2008-02-20 Thread js
> > Thanks for thorough explanation. That makes sense. > > The reason why I started this discussion is that > > I want to make python24 to be python25-like port. > > What if I created patches for this, > > Would you accept that changes? > > > > well, what else do you want to change? There al

Re: [MacPorts] #14342: python25 drops modules by default, but python25 doesn't

2008-02-20 Thread Markus Weissmann
On 20 Feb 2008, at 15:48, js wrote: > Hi Markus, > >> does not compute: "python25 drops but python25 doesn't" -- >> contradiction detected. ;) > > Oops! That's typo. > My question was why python2.4 and 2.5 is different. > >> If the question was why python25 does not build all auxiliary modules >>

Re: [MacPorts] #14342: python25 drops modules by default, but python25 doesn't

2008-02-20 Thread js
Hi Markus, > does not compute: "python25 drops but python25 doesn't" -- > contradiction detected. ;) Oops! That's typo. My question was why python2.4 and 2.5 is different. > If the question was why python25 does not build all auxiliary modules > [1] like _sqlite3 etc.: For people who don't ne

Re: ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib

2008-02-20 Thread Ryan Schmidt
On Feb 20, 2008, at 06:04, Anders F Björklund wrote: > Ryan Schmidt wrote: > >> What's the difference? Which one is better and why? If neither is >> better, why aren't we always doing it the Apple-recommended way? > > It's the same thing, just that sometimes it won't recognize > "unknown" linker

Re: ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib

2008-02-20 Thread Anders F Björklund
Ryan Schmidt wrote: > What's the difference? Which one is better and why? If neither is > better, why aren't we always doing it the Apple-recommended way? It's the same thing, just that sometimes it won't recognize "unknown" linker flags so you wrap them in the -Wl param... Same goes with for in

ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib

2008-02-20 Thread Ryan Schmidt
The Apple Developer Technical Q&A on this problem http://developer.apple.com/qa/qa2007/qa1567.html says the fix is to add this to LDFLAGS: -dylib_file FILE:FILE where "FILE" is "/System/Library/Frameworks/OpenGL.framework/Versions/ A/Libraries/libGL.dylib" These ports do it th

Re: [34249] trunk/dports/lang

2008-02-20 Thread Anders F Björklund
Juan Manuel Palacios wrote: > It turns out there's already a tcl-dox port in textproc/tcl-dox, > and the clash is causing a conflict regening the ports.php db. Can > you please try merging both into a single port? Right you are, must have missed that port for some reason... :-| Fixed,