Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2001 09:13:21 -0700
From:      Scott Renfro <scott@renfro.org>
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>

next in thread | raw e-mail | index | archive | help

--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 <scott@renfro.org>                          +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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010718091321.A9056>