FreeBSD Bugzilla – Attachment 105341 Details for
Bug 145787
[patch] net/wireshark: mask c-ares under CARES knob like curl does
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
wireshark.diff
wireshark.diff (text/plain), 1.12 KB, created by
swell.k
on 2010-04-17 19:00:06 UTC
(
hide
)
Description:
wireshark.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-04-17 19:00:06 UTC
Size:
1.12 KB
patch
obsolete
>Index: net/wireshark/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/net/wireshark/Makefile,v >retrieving revision 1.152 >diff -u -p -r1.152 Makefile >--- net/wireshark/Makefile 28 Mar 2010 06:41:30 -0000 1.152 >+++ net/wireshark/Makefile 17 Apr 2010 17:31:18 -0000 >@@ -68,6 +68,7 @@ USE_XORG= x11 > OPTIONS= RTP "Enable support for playing back RTP streams" off \ > SNMP "Enable SNMP OID translation support" on \ > ADNS "Enable asynchronous DNS lookup support" on \ >+ CARES "Asynchronous DNS resolution via c-ares" off \ > PCRE "Enable regular expression matching support" on \ > IPV6 "Enable IPv6 support" on \ > GEOIP "Enable GeoIP lookups" on \ >@@ -141,6 +142,13 @@ CONFIGURE_ARGS+= --with-adns=${LOCALBASE > CONFIGURE_ARGS+= --with-adns=no > .endif > >+.if !defined(WITHOUT_CARES) && !defined(LITE) >+LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares >+CONFIGURE_ARGS+= --with-c-ares=${LOCALBASE}/lib >+.else >+CONFIGURE_ARGS+= --with-c-ares=no >+.endif >+ > .if !defined(WITHOUT_GEOIP) && !defined(LITE) > LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP > CONFIGURE_ARGS+= --with-geoip=${LOCALBASE}/lib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145787
: 105341