Re: Executing scripts during configure

2008-02-05 Thread N_Ox
Le 6 févr. 08 à 08:01, Ryan Schmidt a écrit : It would probably be: set libgcj [exec find ${prefix}/share/java -name "libgcj-4\.2*.jar"] (unless you use fs-traverse like Daniel said) I think the current policy is to avoid any exec/system call when we can do it in a pure TCL fashion. -

Re: Executing scripts during configure

2008-02-05 Thread Ryan Schmidt
On Feb 5, 2008, at 20:40, Michael Franz wrote: Add a pre-configure phase which finds those files and generates the string/path that you want to pass to configure, put it in a portfile- local variable and then add it to your configure args by using that variable. Any hints on how to do this? I

Re: Can the port command take advantage of multiple cores?

2008-02-05 Thread Yves de Champlain
Le 08-02-05 à 21:14, Ryan Schmidt a écrit : On Feb 5, 2008, at 16:41, Yves de Champlain wrote: Le 08-02-03 à 19:48, Vincent Lefevre a écrit : On 2008-02-02 17:45:35 -0600, Ryan Schmidt wrote: Not exactly. Not all software supports parallel building. Each port must be tested to ensure t

Re: Is HFS really "scary"?

2008-02-05 Thread paul beard
On Feb 5, 2008 8:32 PM, Jordan K. Hubbard <[EMAIL PROTECTED]> wrote: > *sigh* > If Linus Torvalds had said that HFS ate babies and eroded the moral fiber > of the nation's youth, would you still be asking this question? Probably > not, since that would be clearly recognizable hyperbole. Him say

Re: Is HFS really "scary"?

2008-02-05 Thread Jordan K. Hubbard
*sigh* If Linus Torvalds had said that HFS ate babies and eroded the moral fiber of the nation's youth, would you still be asking this question? Probably not, since that would be clearly recognizable hyperbole. Him saying it's "complete and utter crap" without any supporting evidence o

Re: py25-pyx with texlive: works!

2008-02-05 Thread James Sumners
You should do the same as I did for TeXmacs and submit a patch via the bugtracker. On Feb 5, 2008 10:53 PM, Brian Barnes <[EMAIL PROTECTED]> wrote: > Hello macports-users, > > I have just installed the new py25-pyx port (pyx 0.10) on my MBP > running 10.4.11 and MP 1.6.0. > > Using the ability to

py25-pyx with texlive: works!

2008-02-05 Thread Brian Barnes
Hello macports-users, I have just installed the new py25-pyx port (pyx 0.10) on my MBP running 10.4.11 and MP 1.6.0. Using the ability to test local/new portfiles, I decided to first attempt installing py25-pyx using texlive instead of tetex for the dependency, simply by replacing teTeX w

Re: Executing scripts during configure

2008-02-05 Thread Daniel J. Luke
On Feb 5, 2008, at 9:40 PM, Michael Franz wrote: Add a pre-configure phase which finds those files and generates the string/path that you want to pass to configure, put it in a portfile- local variable and then add it to your configure args by using that variable. Any hints on how to do this? I

Re: soft problem with awk

2008-02-05 Thread Ryan Schmidt
Known issue. Please see the ticket and test the workaround: https://trac.macosforge.org/projects/macports/ticket/13053#comment:10 On Feb 5, 2008, at 12:15, George Georgalis wrote: On some fairly controled installs, I'm getting configure: error: No awk program found this is resolved by runni

Is HFS really "scary"?

2008-02-05 Thread Tabitha McNerney
Did anyone notice Linus Torvold's calling the HFS file system "scary" in Australia recently? Here's the link: http://www.smh.com.au/news/technology/torvalds-pans-apples-os-x/2008/02/05/1202090393959.html "I don't think they're equally flawed - I think Leopard is a much better system," he said. "(

Re: Executing scripts during configure

2008-02-05 Thread Michael Franz
> > Add a pre-configure phase which finds those files and generates the > string/path that you want to pass to configure, put it in a portfile- > local variable and then add it to your configure args by using that > variable. > Any hints on how to do this? I have not found many examples. The one

Re: Can the port command take advantage of multiple cores?

2008-02-05 Thread Ryan Schmidt
On Feb 5, 2008, at 16:41, Yves de Champlain wrote: Le 08-02-03 à 19:48, Vincent Lefevre a écrit : On 2008-02-02 17:45:35 -0600, Ryan Schmidt wrote: Not exactly. Not all software supports parallel building. Each port must be tested to ensure that it works. As ports are tested, "use_paralle

Re: libIDL woes

2008-02-05 Thread Ryan Schmidt
On Feb 5, 2008, at 18:35, David Rowe wrote: On Feb 5, 2008 paul beard wrote: On Feb 5, 2008 2:35 PM, David Rowe wrote: This is on an Intel-based MacBookPro running Tiger with everything as up to date as possible. XCode is version 2.5 I have been trying to follow the discussions on libtoo

Re: Best way to install PHP 5.3 alongside MacPorts PHP 5.2

2008-02-05 Thread Ryan Schmidt
On Feb 5, 2008, at 19:23, Michael J. I. Jackson wrote: Thanks for this. I modified the instructions below (just slightly) and it worked like a charm. In case anybody else is interested in making this work, and they want explicit details, I wrote up the entire procedure on my blog. http:/

Re: p5-getopt-long and perl5.8 - activation error

2008-02-05 Thread Vincent Lefevre
On 2008-02-05 10:13:03 -0500, Daniel J. Luke wrote: > svk requires newer versions of CORE modules than those that ship with > perl5.8 This is strange because I don't see dependencies on particular versions in svk. > The perl community doesn't consider newer released versions of CORE > modules

Re: Executing scripts during configure

2008-02-05 Thread Daniel J. Luke
On Feb 5, 2008, at 8:34 PM, Michael Franz wrote: Is it possible to put something like this in the configure parameters? You don't need to do it this way. --with-libgcj-jar=`find ${prefix}/share/java -name "libgcj-4\. 2*.jar"` \ This does not work as I get the following error: Error: Unable

Executing scripts during configure

2008-02-05 Thread Michael Franz
Hi, Is it possible to put something like this in the configure parameters? --with-libgcj-jar=`find ${prefix}/share/java -name "libgcj-4\.2*.jar"` \ This does not work as I get the following error: Error: Unable to open port: extra characters after close-quote Michael

Re: Best way to install PHP 5.3 alongside MacPorts PHP 5.2

2008-02-05 Thread Michael J. I. Jackson
Thanks for this. I modified the instructions below (just slightly) and it worked like a charm. In case anybody else is interested in making this work, and they want explicit details, I wrote up the entire procedure on my blog. http://mjijackson.com/2008/02/04/how-to-install-php-53-alongside

Re: libIDL woes

2008-02-05 Thread David Rowe
On Feb 5, 2008 paul beard wrote: On Feb 5, 2008 2:35 PM, David Rowe <[EMAIL PROTECTED] > wrote: >>> This is on an Intel-based MacBookPro running Tiger with everything as up to date as possible. XCod

Re: Conflicting uuid_t types error building apr

2008-02-05 Thread John O'Shea
Daniel J. Luke wrote: what does port provides /opt/local/include/uuid.h say? /opt/local/include/uuid.h is provided by: ossp-uuid which got installed as part of the postgresql83 install. I don't have that file, and thus don't see that error when building apr. You could probably deactiva

Re: libIDL woes

2008-02-05 Thread paul beard
On Feb 5, 2008 2:35 PM, David Rowe <[EMAIL PROTECTED]> wrote: > >>> > This is on an Intel-based MacBookPro running Tiger with everything as up > to date as possible. XCode is version 2.5 > > I have been trying to follow the discussions on libtool

Re: Conflicting uuid_t types error building apr

2008-02-05 Thread Daniel J. Luke
On Feb 5, 2008, at 5:05 PM, John O'Shea wrote: I'm getting the following error when attempting to build devel/apr: In file included from misc/unix/rand.c:39: /opt/local/include/uuid.h:94: error: conflicting types for 'uuid_t' /usr/include/unistd.h:133: error: previous declaration of 'uuid_t'

Re: Can the port command take advantage of multiple cores?

2008-02-05 Thread Yves de Champlain
Le 08-02-03 à 19:48, Vincent Lefevre a écrit : On 2008-02-02 17:45:35 -0600, Ryan Schmidt wrote: Not exactly. Not all software supports parallel building. Each port must be tested to ensure that it works. As ports are tested, "use_parallel_build yes" is added to the portfile. Then MacPorts w

Re: libIDL woes

2008-02-05 Thread David Rowe
paul beard wrote: Anyone else seeing this? /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-cpp-precomp -version-info 0:0:0 -L/opt/local/lib -lglib-2.0 -lintl -liconv -no-undefined -L/opt/local/lib -o libIDL-2.la -rpath /opt/local/lib parser.lo lexer.lo ns.lo util.lo /us

Re: libtool and ImageMagick problems

2008-02-05 Thread Adam Mercer
On Feb 4, 2008 7:25 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > > $ convert > > /opt/local/bin/convert: error: `/opt/local/bin/.libs/convert' does > > not exist > > This script is just a wrapper for convert. > > See the libtool documentation for more information. > > > > Indeed looking into thos

Conflicting uuid_t types error building apr

2008-02-05 Thread John O'Shea
Hi all, I'm getting the following error when attempting to build devel/apr: In file included from misc/unix/rand.c:39: /opt/local/include/uuid.h:94: error: conflicting types for 'uuid_t' /usr/include/unistd.h:133: error: previous declaration of 'uuid_t' was here make[1]: *** [misc/unix/rand.lo]

Re: libtool and ImageMagick problems

2008-02-05 Thread Jochem Huhmann
On 2008-02-04, at 14:21, Ryan Schmidt wrote: I would like to get it resolved too. Could I ask you to please file a ticket in our issue tracker and assign it to me? I'll see what I can do. Thanks, I did that a few moments ago (#14195). I've also attached the output Peter O'Gorman requeste

Re: Emacs and Leopard problems continue

2008-02-05 Thread skip
Eric> ... I search Google for "emacs site:apple.com". A quick scan Eric> later, and I get back to: Eric>

Re: Emacs and Leopard problems continue

2008-02-05 Thread Eric Gouriou
On Feb 5, 2008, at 10:53 AM, [EMAIL PROTECTED] wrote: "Jordan" == Jordan K Hubbard <[EMAIL PROTECTED]> writes: Jordan> I don't know where your /Applications/Emacs.app came from, but Jordan> it wasn't Apple. You must have installed it at some point in Jordan> the past and then nuked

Re: Emacs and Leopard problems continue

2008-02-05 Thread skip
> "Jordan" == Jordan K Hubbard <[EMAIL PROTECTED]> writes: Jordan> I don't know where your /Applications/Emacs.app came from, but Jordan> it wasn't Apple. You must have installed it at some point in Jordan> the past and then nuked its support files or something. I Jordan> wou

Re: soft problem with awk

2008-02-05 Thread paul beard
On Feb 5, 2008 10:15 AM, George Georgalis <[EMAIL PROTECTED]> wrote: > On some fairly controled installs, I'm getting > > configure: error: No awk program found > You might want to send along your PATH and the output of `which awk`. -- Paul Beard / www.paulbeard.org/ <[EMAIL PROTECTED]/[EMAIL P

Re: Emacs and Leopard problems continue

2008-02-05 Thread Jordan K. Hubbard
I don't know where your /Applications/Emacs.app came from, but it wasn't Apple. You must have installed it at some point in the past and then nuked its support files or something. I would, in any case, delete it since you don't know how it got there. :) - Jordan On Feb 5, 2008, at 9:46 A

soft problem with awk

2008-02-05 Thread George Georgalis
On some fairly controled installs, I'm getting configure: error: No awk program found this is resolved by running the same port command again. I'm using a zsh shell, and I wonder if rehash is needed at some point? first ports of 1.6.0 bootstrap: sudo port install openvpn2 p5-xml-xpath pstree c

Re: Emacs and Leopard problems continue

2008-02-05 Thread skip
>> How is one supposed to find that out? Jordan> Run emacs. :-) Jordan> If you look at the startup screen text, you'll see: GNU Emacs Jordan> 22.1.1 (mac-apple-darwin, Carbon Version 1.6.0) of 2008-01-30 on Jordan> localhost On my laptop /Applications/Emacs.app is dated Dec

Re: Emacs and Leopard problems continue

2008-02-05 Thread Jordan K. Hubbard
On Feb 5, 2008, at 12:32 AM, Jochen Küpper wrote: The leopard shipped emacs is linked with Carbon. You don't NEED X for that version if you use the app wrapper I sent out - it supports the NATIVE window system. How is one supposed to find that out? Run emacs. :-) If you look at the sta

Re: "The following install step failed: run postflight script for MacPorts-1.6.0."

2008-02-05 Thread Siarhei Barysiuk
Hello, I have the same problem as described. I'm on Leopard. I have "bash" output for "basename $SHELL" command. It seems correct. MANPATH is correct if I try to get it through env command. DISPLAY variable is DISPLAY=/tmp/launch-hpEjq8/:0. Yes, I'm behind firewall too. Do I need to set RSYNC_PR

Re: p5-getopt-long and perl5.8 - activation error

2008-02-05 Thread Daniel J. Luke
On Feb 5, 2008, at 9:50 AM, Vincent Lefevre wrote: On 2008-02-05 09:35:38 -0500, Daniel J. Luke wrote: The only reason why that dependency should be specified is if the port needs the newer version of that module than is provided by perl core. If the dependency really isn't needed, perhaps yo

Re: p5-getopt-long and perl5.8 - activation error

2008-02-05 Thread Vincent Lefevre
On 2008-02-05 09:35:38 -0500, Daniel J. Luke wrote: > The only reason why that dependency should be specified is if the port > needs the newer version of that module than is provided by perl core. If > the dependency really isn't needed, perhaps you should open a ticket with > the port maintain

Re: p5-getopt-long and perl5.8 - activation error

2008-02-05 Thread Daniel J. Luke
On Feb 5, 2008, at 9:29 AM, Vincent Lefevre wrote: Alternatively, you can write a dummy p5-getopt-long port. The module is provided by the Perl core. Thus the dependency isn't needed. The only reason why that dependency should be specified is if the port needs the newer version of that module

Re: p5-getopt-long and perl5.8 - activation error

2008-02-05 Thread Vincent Lefevre
On 2008-02-04 22:51:00 -0500, Michael Franz wrote: > Ryan, > Does that mean that I should expect the dependencies to have issues? Or, > should I always pass in -f for my installs? > > I re-ran my install command (it was not apahe-ant, it was icedtea), 5 more > packages gave me the same issue. I

Re: Emacs and Leopard problems continue

2008-02-05 Thread Jochen Küpper
Disclaimer: I am happy with my configured Aquamacs on Mac OS X, but essentially I have configured it to work like a plain GNU Emacs: no toolbar, only a single window, and most other "fancy Mac specials" it provides I'd probably also switch off). It's great that way;-) On 04.02.2008, at 20:1

Re: Emacs and Leopard problems continue

2008-02-05 Thread Jochen Küpper
On 05.02.2008, at 01:30, Rob MacLeod wrote: With the Carbon and Aqua emacs, I also have a hard time finding where to place additional LISP code for tools that I find or write to extend emacs. It is all very simple and stable in the X11 versions. Just put them into ~/.emacs ... I am even