From owner-freebsd-ports Mon May 21 9: 0:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 877A237B422 for ; Mon, 21 May 2001 09:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LG0BN45534; Mon, 21 May 2001 09:00:11 -0700 (PDT) (envelope-from gnats) Received: from rooster.cisco.com (rooster.cisco.com [64.102.19.200]) by hub.freebsd.org (Postfix) with ESMTP id 2E5FE37B424 for ; Mon, 21 May 2001 08:50:07 -0700 (PDT) (envelope-from marcus@nms-server2.cisco.com) Received: from nms-server2.cisco.com (nms-server2.cisco.com [172.18.124.33]) by rooster.cisco.com (8.8.8+Sun/8.8.8) with ESMTP id LAA29017 for ; Mon, 21 May 2001 11:50:03 -0400 (EDT) Received: (from marcus@localhost) by nms-server2.cisco.com (8.11.3/8.11.3) id f4LFo2273997; Mon, 21 May 2001 11:50:02 -0400 (EDT) (envelope-from marcus) Message-Id: <200105211550.f4LFo2273997@nms-server2.cisco.com> Date: Mon, 21 May 2001 11:50:02 -0400 (EDT) From: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27503: Upgrade ethereal to 0.8.18 and add optional SNMP support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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