pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tnftp No support for SOCKS4 in tnftp 20070806.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c1950194fee
branches:  trunk
changeset: 531827:4c1950194fee
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Tue Aug 07 04:55:09 2007 +0000

description:
No support for SOCKS4 in tnftp 20070806.

diffstat:

 net/tnftp/options.mk |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 263843e4f37e -r 4c1950194fee net/tnftp/options.mk
--- a/net/tnftp/options.mk      Tue Aug 07 03:37:52 2007 +0000
+++ b/net/tnftp/options.mk      Tue Aug 07 04:55:09 2007 +0000
@@ -1,16 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2005/12/02 17:03:06 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2007/08/07 04:55:09 lukem Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tnftp
 PKG_SUPPORTED_OPTIONS=         inet6
 PKG_OPTIONS_OPTIONAL_GROUPS+=  socks
-PKG_OPTIONS_GROUP.socks=       socks4 socks5
+PKG_OPTIONS_GROUP.socks=       socks5
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Msocks4)
-CONFIGURE_ARGS+=       --with-socks4
-.include "../../net/socks4/buildlink3.mk"
-.elif !empty(PKG_OPTIONS:Msocks5)
+.if !empty(PKG_OPTIONS:Msocks5)
 CONFIGURE_ARGS+=       --with-socks5
 .include "../../net/socks5/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index