FreeBSD Bugzilla – Attachment 37656 Details for
Bug 59855
[PATCH] ethereal-0.9.16 uses adns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net-ethereal-0.9.16-WITH_ADNS.patch
net-ethereal-0.9.16-WITH_ADNS.patch (text/plain), 2.48 KB, created by
Roman Neuhauser
on 2003-11-30 19:10:11 UTC
(
hide
)
Description:
net-ethereal-0.9.16-WITH_ADNS.patch
Filename:
MIME Type:
Creator:
Roman Neuhauser
Created:
2003-11-30 19:10:11 UTC
Size:
2.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/ethereal/Makefile,v >retrieving revision 1.63 >diff -u -r1.63 Makefile >--- Makefile 18 Nov 2003 03:19:37 -0000 1.63 >+++ Makefile 30 Nov 2003 18:46:17 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= ethereal >-PORTVERSION= 0.9.14 >-PORTREVISION= 1 >+PORTVERSION= 0.9.16 > CATEGORIES= net ipv6 > MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ > ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ >@@ -52,6 +51,14 @@ > CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp > .endif > >+.if defined(WITH_ADNS) || (!defined(WITHOUT_ADNS) && exists(${LOCALBASE}/lib/adns.so)) >+LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns >+CONFIGURE_ARGS+= --with-adns=${LOCALBASE} >+.else >+CONFIGURE_ARGS+= --without-adns >+.endif >+ > MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1 >+MAN4+= ethereal-filter.4 > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/net/ethereal/distinfo,v >retrieving revision 1.41 >diff -u -r1.41 distinfo >--- distinfo 7 Sep 2003 12:36:40 -0000 1.41 >+++ distinfo 30 Nov 2003 18:44:43 -0000 >@@ -1 +1 @@ >-MD5 (ethereal-0.9.14.tar.gz) = 5bcd7fff4bc6c662a00c429eed2c9e9d >+MD5 (ethereal-0.9.16.tar.gz) = 52860154b252c9c974de939893388dd3 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/net/ethereal/pkg-plist,v >retrieving revision 1.17 >diff -u -r1.17 pkg-plist >--- pkg-plist 11 Jul 2003 20:19:02 -0000 1.17 >+++ pkg-plist 30 Nov 2003 18:44:43 -0000 >@@ -4,8 +4,12 @@ > bin/mergecap > bin/tethereal > bin/text2pcap >+lib/ethereal/plugins/%%PORTVERSION%%/acn.la >+lib/ethereal/plugins/%%PORTVERSION%%/acn.so > lib/ethereal/plugins/%%PORTVERSION%%/artnet.la > lib/ethereal/plugins/%%PORTVERSION%%/artnet.so >+lib/ethereal/plugins/%%PORTVERSION%%/asn1.la >+lib/ethereal/plugins/%%PORTVERSION%%/asn1.so > lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.la > lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.so > lib/ethereal/plugins/%%PORTVERSION%%/cosnaming.la >@@ -14,6 +18,8 @@ > lib/ethereal/plugins/%%PORTVERSION%%/docsis.so > lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la > lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so >+lib/ethereal/plugins/%%PORTVERSION%%/lwres.la >+lib/ethereal/plugins/%%PORTVERSION%%/lwres.so > lib/ethereal/plugins/%%PORTVERSION%%/megaco.la > lib/ethereal/plugins/%%PORTVERSION%%/megaco.so > lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la
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 59855
: 37656 |
37657