Ports: Cannot compile CURL

2007-03-23 Thread Amardeo Sarma
Hi,

When I try an run make install for CURL (/usr/ports/ftp/curl), I get
the message:

=== curl-7.16.1 does not suport both c-ares and IPv6 - disable one of them
** Error code 1

How do I disable them (c-ares and / or IPv6)? Where are these variables
set and how do I unset them?

make -V WITH_CARES
for example yields true

Amardeo
-- 
Amardeo Sarma
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports: Cannot compile CURL

2007-03-23 Thread Chuck Swiger

On Mar 23, 2007, at 2:48 PM, Amardeo Sarma wrote:

When I try an run make install for CURL (/usr/ports/ftp/curl), I get
the message:

=== curl-7.16.1 does not suport both c-ares and IPv6 - disable one  
of them

** Error code 1

How do I disable them (c-ares and / or IPv6)? Where are these  
variables

set and how do I unset them?

make -V WITH_CARES
for example yields true


Try make rmconfig and then re-configure the port next time you  
build it (assuming that those make variables aren't set externally  
somehow)...


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports: Cannot compile CURL

2007-03-23 Thread Chris Slothouber

cd /usr/ports/ftp/curl  make config

Amardeo Sarma wrote:

Hi,

When I try an run make install for CURL (/usr/ports/ftp/curl), I get
the message:

=== curl-7.16.1 does not suport both c-ares and IPv6 - disable one of them
** Error code 1

How do I disable them (c-ares and / or IPv6)? Where are these variables
set and how do I unset them?

make -V WITH_CARES
for example yields true

Amardeo

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports: Cannot compile CURL

2007-03-23 Thread Amardeo Sarma
Thanks, that did it. Amardeo

Chuck Swiger wrote:
 On Mar 23, 2007, at 2:48 PM, Amardeo Sarma wrote:
 When I try an run make install for CURL (/usr/ports/ftp/curl), I get
 the message:

 === curl-7.16.1 does not suport both c-ares and IPv6 - disable one of
 them
 ** Error code 1

 How do I disable them (c-ares and / or IPv6)? Where are these variables
 set and how do I unset them?

 make -V WITH_CARES
 for example yields true
 
 Try make rmconfig and then re-configure the port next time you build
 it (assuming that those make variables aren't set externally somehow)...
 
 ---Chuck
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 

-- 
Amardeo Sarma
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]