Re: libgcrypt and +universal variant

2007-06-07 Thread Philippe BERNERY
I tried to add if {[variant_isset universal]} { configure.args-append --disable-static } but I get the following output: Portfile changed since last build; discarding previous state. --- Fetching libgcrypt --- Verifying checksum(s) for libgcrypt --- Extracting libgcrypt ---

Re: libgcrypt and +universal variant

2007-06-07 Thread Ryan Schmidt
On Jun 7, 2007, at 03:32, Philippe BERNERY wrote: I tried to add if {[variant_isset universal]} { configure.args-append --disable-static } but I get the following output: Portfile changed since last build; discarding previous state. --- Fetching libgcrypt --- Verifying

Re: libgcrypt and +universal variant

2007-06-06 Thread Chris Pickel
itself as separate libraries, then takes them apart to build the single library. Weird. Anyway, I got the port to build +universal by adding this line to the Portfile (`port file libgcrypt`): variant universal { configure.args-append --disable-static } This disables the static libs

Re: libgcrypt and +universal variant

2007-06-06 Thread Philippe BERNERY
I tried it. It seems to compile good however I typed: otool -f libgcrypt.11.2.3.dylib to check if the file was correctly generated, but the command returned nothing. Is that good ? -- Philippe BERNERY ___ macports-users mailing list

Re: libgcrypt and +universal variant

2007-06-06 Thread Chris Pickel
On 06 Jun, 2007, at 15:02, Ryan Schmidt wrote: On Jun 6, 2007, at 11:43, Chris Pickel wrote: variant universal { configure.args-append --disable-static } Doesn't redefining variant universal like that _overwrite_ the default universal variant MacPorts provides, thereby making it no longer

Re: libgcrypt and +universal variant

2007-06-06 Thread Ryan Schmidt
On Jun 6, 2007, at 14:23, Chris Pickel wrote: On 06 Jun, 2007, at 15:02, Ryan Schmidt wrote: On Jun 6, 2007, at 11:43, Chris Pickel wrote: variant universal { configure.args-append --disable-static } Doesn't redefining variant universal like that _overwrite_ the default universal