Date: Mon, 21 May 2001 11:50:02 -0400 (EDT) From: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27503: Upgrade ethereal to 0.8.18 and add optional SNMP support Message-ID: <200105211550.f4LFo2273997@nms-server2.cisco.com>
next in thread | raw e-mail | index | archive | help
>Number: 27503 >Category: ports >Synopsis: Upgrade ethereal to 0.8.18 and add optional SNMP support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 09:00:10 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD nms-server2.cisco.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Apr 22 01:05:06 EDT 2001 marcus@nms-server2.cisco.com:/usr/src/sys/compile/NMS-SERVER2 i386 >Description: These patches will upgrade ethereal to 0.8.18, and also add the ability to turn on net-snmp support. >How-To-Repeat: >Fix: --- Makefile.orig Mon May 21 11:47:11 2001 +++ Makefile Mon May 21 11:47:20 2001 @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.16 +PORTVERSION= 0.8.18 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ @@ -15,11 +15,22 @@ MAINTAINER= billf@FreeBSD.org +.if defined(WITH_SNMP) +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +.endif + USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes LIBTOOLFILES= configure epan/configure wiretap/configure +.if defined(WITH_SNMP) +CONFIGURE_ARGS+= --enable-snmp=yes +.if exists(/usr/include/openssl/crypto.h) +CONFIGURE_ARGS+= --with-ssl=/usr +.endif +.else CONFIGURE_ARGS+= --enable-snmp=no +.endif PLIST_SUB= PORTVERSION=${PORTVERSION} MAN1= ethereal.1 tethereal.1 editcap.1 --- distinfo.orig Mon May 21 11:47:15 2001 +++ distinfo Mon May 21 11:47:22 2001 @@ -1 +1 @@ -MD5 (ethereal-0.8.16.tar.gz) = b5779e57d0cb325e98ccad56be91b1db +MD5 (ethereal-0.8.18.tar.gz) = bbc51343dd353c49702a87ca9585c82a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105211550.f4LFo2273997>