From owner-freebsd-ports Wed Jul 18 9:15:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id 4E11337B40A; Wed, 18 Jul 2001 09:15:06 -0700 (PDT) (envelope-from scott@renfro.org) Received: from renfro.org (e8xtny@sdn-ar-010casjosP328.dialsprint.net [63.180.75.234]) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id JAA05287; Wed, 18 Jul 2001 09:13:16 -0700 (PDT) Received: (from scott@localhost) by renfro.org (8.11.4/8.11.4) id f6IGDLV09157; Wed, 18 Jul 2001 09:13:21 -0700 (PDT) (envelope-from scott) Date: Wed, 18 Jul 2001 09:13:21 -0700 From: Scott Renfro To: freebsd-ports@freebsd.org Cc: molter@tin.it, billf@freebsd.org, freebsd-gnats-submit@freebsd.org, marcus@marcuscom.com Subject: Re: ports/27503: (no maintainer response) Ethereal upgrade patch Message-ID: <20010718091321.A9056@bonsai.home.renfro.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Could someone please review and commit the attached patch (previously submitted to gnats[1] and the maintainer)? This upgrades Ethereal from 0.8.16 to 0.8.19, adding the new binaries and man pages to the plist. The PR was assigned to the maintainer for upgrade to 0.8.18 on May 21st. I cc'd him with this updated patch (to upgrade to 0.8.19) on Sunday. There has been no response to either of these. If it'll help, I'm more than willing to be the maintainer for this port. I've been doing quite a bit of development for Ethereal lately, am used to building it on FreeBSD 4.x-STABLE, and have been maintaining my own private port since this one hasn't been upgraded. thanks, --Scott [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=27503 -- Scott Renfro +1 650 862 4206 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ethereal-0.8.19.diff" diff -urN ethereal-0.8.16/Makefile ethereal/Makefile --- ethereal-0.8.16/Makefile Sun Mar 11 03:12:10 2001 +++ ethereal/Makefile Sun Jul 15 17:59:47 2001 @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.16 +PORTVERSION= 0.8.19 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ @@ -15,14 +15,27 @@ 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 +USE_GMAKE= yes + +MAN1= ethereal.1 tethereal.1 editcap.1 mergecap.1 text2pcap.1 pre-install: .for i in ${MAN1} diff -urN ethereal-0.8.16/distinfo ethereal/distinfo --- ethereal-0.8.16/distinfo Sun Mar 11 03:12:10 2001 +++ ethereal/distinfo Sun Jul 15 16:46:59 2001 @@ -1 +1 @@ -MD5 (ethereal-0.8.16.tar.gz) = b5779e57d0cb325e98ccad56be91b1db +MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c diff -urN ethereal-0.8.16/pkg-plist ethereal/pkg-plist --- ethereal-0.8.16/pkg-plist Mon Jan 29 15:14:39 2001 +++ ethereal/pkg-plist Sun Jul 15 17:52:59 2001 @@ -1,6 +1,8 @@ bin/editcap bin/ethereal +bin/mergecap bin/tethereal +bin/text2pcap etc/manuf lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so --mYCpIKhGyMATD0i+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message