head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.02.13.05.44.23;	author jpaetzel;	state dead;
branches;
next	1.1;

1.1
date	2011.12.22.01.01.30;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the (hopefully) long unused SOCKS5 option, in preparation
of the removal of net/socks5 from the ports tree.

In theory net/dante is a drop in replacement for net/socks5, but in this
case it's not and would require some work on this port to get it to
build against net/dante.
@
text
@--- configure.orig	1997-06-08 13:25:04.000000000 +0800
+++ configure	2011-12-22 00:11:03.000000000 +0800
@@@@ -1766,7 +1766,7 @@@@ else
   echo "$ac_t""no" 1>&6
 fi
 
-      if test "$ac_cv_lib_socks5" = yes ; then
+      if test "$ac_cv_lib_socks5_SOCKSinit" = yes ; then
               nc_cv_socks=no
       else
               LIBS="$savelibs"
@


1.1
log
@Fix clang compile issue.
@
text
@@

