mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Change DEBUG option to MUTE which does the contrarya
This controls whether tsocks can display error message or not, and is not related to debugging support (not stripping binaries, compiling with -g...)
This commit is contained in:
parent
06f54d1c5f
commit
36f28f940c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349503
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= tsocks
|
PORTNAME= tsocks
|
||||||
PORTVERSION= 1.8.b5
|
PORTVERSION= 1.8.b5
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= net security
|
CATEGORIES= net security
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.8%20beta%205 \
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.8%20beta%205 \
|
||||||
http://ftp1.sourceforge.net/tsocks/ \
|
http://ftp1.sourceforge.net/tsocks/ \
|
||||||
|
@ -22,16 +22,16 @@ WRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.b.*//}
|
||||||
CONFIGURE_ARGS= --with-conf=${PREFIX}/etc/tsocks.conf \
|
CONFIGURE_ARGS= --with-conf=${PREFIX}/etc/tsocks.conf \
|
||||||
--libdir=${PREFIX}/lib
|
--libdir=${PREFIX}/lib
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG DOCS EXAMPLES HOSTNAMES OLDMETHOD SOCKSDNS
|
OPTIONS_DEFINE= DOCS EXAMPLES HOSTNAMES MUTE OLDMETHOD SOCKSDNS
|
||||||
OPTIONS_DEFAULT= DEBUG HOSTNAMES
|
OPTIONS_DEFAULT= HOSTNAMES
|
||||||
|
|
||||||
DEBUG_DESC= Output error messages to stderr
|
|
||||||
HOSTNAMES_DESC= Enable DNS lookups
|
HOSTNAMES_DESC= Enable DNS lookups
|
||||||
OLDMETHOD_DESC= Do not use RTLD_NEXT parameter to dlsym
|
OLDMETHOD_DESC= Do not use RTLD_NEXT parameter to dlsym
|
||||||
|
MUTE_DESC= Disable all error messages
|
||||||
SOCKSDNS_DESC= Intercept DNS requests and attempt to force them to use TCP
|
SOCKSDNS_DESC= Intercept DNS requests and attempt to force them to use TCP
|
||||||
|
|
||||||
DEBUG_CONFIGURE_OFF= --disable-debug
|
|
||||||
HOSTNAMES_CONFIGURE_OFF= --disable-hostnames
|
HOSTNAMES_CONFIGURE_OFF= --disable-hostnames
|
||||||
|
MUTE_CONFIGURE_ON= --disable-debug
|
||||||
OLDMETHOD_CONFIGURE_ON= --enable-oldmethod
|
OLDMETHOD_CONFIGURE_ON= --enable-oldmethod
|
||||||
SOCKSDNS_CONFIGURE_ON= --enable-socksdns
|
SOCKSDNS_CONFIGURE_ON= --enable-socksdns
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue