Re: [57344] trunk/dports/security/ccrypt/Portfile

2009-09-09 Thread Ryan Schmidt
On Sep 9, 2009, at 23:20, Bryan Blackburn wrote: On Wed, Sep 09, 2009 at 08:50:52PM -0700, ryandes...@macports.org said: -use_parallel_build no +use_parallel_build yes Note that, as of MacPorts 1.8, parallel is enabled by default so simply removing use_parallel_build also

Re: [57344] trunk/dports/security/ccrypt/Portfile

2009-09-09 Thread Bryan Blackburn
On Wed, Sep 09, 2009 at 08:50:52PM -0700, ryandes...@macports.org said: > Revision: 57344 > http://trac.macports.org/changeset/57344 > Author: ryandes...@macports.org > Date: 2009-09-09 20:50:48 -0700 (Wed, 09 Sep 2009) > Log Message: > --- > ccrypt: reenable parallel build;

Re: How do I tell macports that a step is finished?

2009-09-09 Thread Michael_google gmail_Gersten
> Ok, how do I modify the portfile? What do I need to do to add > CFLAGS='-arch ' CXXFLAGS='-arch ' Actually, that might not be enough for NCursesW. Part of what it does differs if you are cross compiling. The test for cross compiling is, "Am I unable to run the executable just produced b

Re: NCursesW is failing to compile +universal

2009-09-09 Thread Michael_google gmail_Gersten
> Note that I don't believe anything that uses glib2 (such as gtk2) will work > properly on a PowerPC Mac at this point, given this ticket: > > http://trac.macports.org/ticket/20372 > > glib2 will build and install, but it will contain incorrect information in > its header files which will either p

Re: How do I tell macports that a step is finished?

2009-09-09 Thread Michael_google gmail_Gersten
>>> It's already done the dependencies, the fetch, the configuration >>> (which failed before, and now is manually done, as well as the i386 >>> half of the compile.) >>> >>> How do I say "Step X is done, go to the next step"? >> >> That information is recorded in the state file, which is stored in

Re: How do I tell macports that a step is finished?

2009-09-09 Thread Daniel J. Luke
On Sep 9, 2009, at 5:31 PM, Ryan Schmidt wrote: It's already done the dependencies, the fetch, the configuration (which failed before, and now is manually done, as well as the i386 half of the compile.) How do I say "Step X is done, go to the next step"? That information is recorded in the sta

Re: NCursesW is failing to compile +universal

2009-09-09 Thread Ryan Schmidt
On Sep 9, 2009, at 11:54, Michael_google gmail_Gersten wrote: Kleiman-ibook:~ michael$ sudo port -p install gtk2 +universal Note that I don't believe anything that uses glib2 (such as gtk2) will work properly on a PowerPC Mac at this point, given this ticket: http://trac.macports.org/t

Re: How do I tell macports that a step is finished?

2009-09-09 Thread Ryan Schmidt
On Sep 9, 2009, at 11:59, Michael_google gmail_Gersten wrote: I managed to get a problem port to configure and compile. ... /usr/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include -U_XOPEN_SOURCE -D_XOPEN_SOURCE=500 -DSIGWINCH=28 -D_XOPEN_SOURCE_EXTENDED -DNDEBUG -I/opt/local/

Re: [MacPorts] #21237: mcpp doesn't build under Snow Leopard

2009-09-09 Thread Ryan Schmidt
On Sep 9, 2009, at 16:04, Uwe Arzt wrote: What is the preferred proceeding for fixing bugs like that? I haven' t tested it under leopard and also not under other os like linux. So my patch was -at that moment- meant as a hint to the port maintainer (and in this case also the software deve

Re: [MacPorts] #21237: mcpp doesn't build under Snow Leopard

2009-09-09 Thread Uwe Arzt
Hi Toby, thanks for this very fast fix. Just an additional question: What is the preferred proceeding for fixing bugs like that? I haven' t tested it under leopard and also not under other os like linux. So my patch was -at that moment- meant as a hint to the port maintainer (and in this

Re: Find out if x86_64 is supported

2009-09-09 Thread Ryan Schmidt
On Sep 9, 2009, at 10:30, Jann Röšder wrote: Jann Röšder schrieb: for the eiffelstudio port I need a way to find out if the processor supports the 64bit extension. AFAIK the first intel iMacs don't have a 64bit CPU. What's the best way to do this in a portfile ? You could use the sam

How do I tell macports that a step is finished?

2009-09-09 Thread Michael_google gmail_Gersten
I managed to get a problem port to configure and compile. ... /usr/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include -U_XOPEN_SOURCE -D_XOPEN_SOURCE=500 -DSIGWINCH=28 -D_XOPEN_SOURCE_EXTENDED -DNDEBUG -I/opt/local/include/ncursesw -arch i386 -dynamic -c ../c++/demo.cc -o ../obj_

Re: NCursesW is failing to compile +universal

2009-09-09 Thread Michael_google gmail_Gersten
On Mon, Sep 7, 2009 at 9:07 AM, Michael_google gmail_Gersten wrote: > I have no clue what to do next here. You are listed as the maintainer > for this port. > > Kleiman-ibook:~ michael$ sudo port -p install gtk2 +universal > Password: > --->  Computing dependencies for gtk2 > --->  Configuring ncur

Re: Find out if x86_64 is supported

2009-09-09 Thread Jann Röšder
I know about the platform x86_64 but it does not seem to be selected on my new MacBook. On the macports command line I get: Platform: darwin 10 i386 It should be Platform: darwin 10 x86_64 though. Jann Röšder schrieb: > Hi, > for the eiffelstudio port I need a way to find out if the processor >

Find out if x86_64 is supported

2009-09-09 Thread Jann Röšder
Hi, for the eiffelstudio port I need a way to find out if the processor supports the 64bit extension. AFAIK the first intel iMacs don't have a 64bit CPU. What's the best way to do this in a portfile ? Thanks, Jann ___ macports-dev mailing list macports

Re: Write to HFS in Snow Leopard

2009-09-09 Thread Ryan Schmidt
On Sep 9, 2009, at 02:21, Andrea D'Amore wrote: On 09/set/09, at 01:52, Ryan Schmidt wrote: It seems Apple has decided that in Snow Leopard we may now only read HFS volumes but not write to them. I need to write to an HFS disk image. Anybody know of a way to still do this in Snow Leopard?

Re: TeX (texlive) port status?

2009-09-09 Thread Ryan Schmidt
On Sep 9, 2009, at 02:11, Andrea D'Amore wrote: On 06/set/09, at 22:28, Ryan Schmidt wrote: An alternate solution could be to write a tex meta-port that would do this. Then we would update every single port that depends on texlive to depend on that metaport instead. Something like: "tex

Re: TeX (texlive) port status?

2009-09-09 Thread Andrea D'Amore
On 06/set/09, at 22:28, Ryan Schmidt wrote: An alternate solution could be to write a tex meta-port that would do this. Then we would update every single port that depends on texlive to depend on that metaport instead. Something like: "tex-externalMetaport that relies on binary TeX dis