pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat2 There is no global socks options, use sock...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c5a4a5d0409
branches: trunk
changeset: 495141:6c5a4a5d0409
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jun 03 10:24:05 2005 +0000
description:
There is no global socks options, use socks5 instead,
and set PKG_OPTIONS_LEGACY_OPTS.
diffstat:
chat/xchat2/options.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 2b913982e287 -r 6c5a4a5d0409 chat/xchat2/options.mk
--- a/chat/xchat2/options.mk Fri Jun 03 10:21:51 2005 +0000
+++ b/chat/xchat2/options.mk Fri Jun 03 10:24:05 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.4 2005/05/31 10:01:36 dillo Exp $
+# $NetBSD: options.mk,v 1.5 2005/06/03 10:24:05 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xchat2
-PKG_SUPPORTED_OPTIONS= inet6 ssl socks
+PKG_SUPPORTED_OPTIONS= inet6 ssl socks5
PKG_SUGGESTED_OPTIONS= ssl
+PKG_OPTIONS_LEGACY_OPTS+= socks:socks5
.include "../../mk/bsd.options.mk"
@@ -19,7 +20,7 @@
###
### Support for connecting thru SOCKS servers
###
-.if !empty(PKG_OPTIONS:Msocks)
+.if !empty(PKG_OPTIONS:Msocks5)
CONFIGURE_ARGS+= --enable-socks
.endif
Home |
Main Index |
Thread Index |
Old Index