From owner-freebsd-ports Thu Feb 20 12:11:17 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7EF37B401 for ; Thu, 20 Feb 2003 12:11:13 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655DE43F75 for ; Thu, 20 Feb 2003 12:11:12 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h1KK83RA046924; Thu, 20 Feb 2003 15:08:03 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: FreeBSD Port: ethereal-0.9.7 From: Joe Marcus Clarke To: Bill Fumerola Cc: "Kirby Kuehl (kkuehl)" , ports@FreeBSD.org In-Reply-To: <20030218210457.GC20055@elvis.mu.org> References: <001501c2d761$f9e92180$0601a8c0@amer.cisco.com> <20030218210457.GC20055@elvis.mu.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-B6KoH35CNOTF5AvrQauZ" Organization: FreeBSD, Inc. Message-Id: <1045771765.375.23.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 20 Feb 2003 15:09:25 -0500 X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,REFERENCES, SPAM_PHRASE_00_01 version=2.44 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 --=-B6KoH35CNOTF5AvrQauZ Content-Type: multipart/mixed; boundary="=-SVmF68sHh9K7jNxduRt1" --=-SVmF68sHh9K7jNxduRt1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-02-18 at 16:04, Bill Fumerola wrote: > On Tue, Feb 18, 2003 at 07:25:32AM -0800, Kirby Kuehl (kkuehl) wrote: > > Ethereal 0.9.9 is out, I would be sending you a patch, but all I had to > > do was change PORTVERSION=3D 0.9.9 > > and do make makesum >=20 > just because something builds doesn't mean it's ready to go. >=20 > see the thread beginning at: > http://www.ethereal.com/lists/ethereal-dev/200302/msg00062.html >=20 > and then you can send me a patch. i haven't really spent much time > figuring out if this is bsd.port.mk magic or something new that ethereal > is doing. Bill, here is a patch that upgrades ethereal to 0.9.9. It fixes the weird binary tagging, adds support for net-snmp instead of ucd-snmp since the latter doesn't work with OpenSSL 0.9.7, and is no longer maintained, and de-pkg-comments the port (thus you need to remove pkg-comment upon commit). It also adds new plist items. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-SVmF68sHh9K7jNxduRt1 Content-Disposition: attachment; filename=ethereal.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=ethereal.diff; charset=ISO8859-1 diff -ruN ethereal.orig/Makefile ethereal/Makefile --- ethereal.orig/Makefile Thu Feb 20 15:07:06 2003 +++ ethereal/Makefile Thu Feb 20 14:59:33 2003 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D ethereal -PORTVERSION=3D 0.9.7 +PORTVERSION=3D 0.9.9 CATEGORIES=3D net ipv6 MASTER_SITES=3D ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -16,12 +16,15 @@ MASTER_SITE_SUBDIR=3D . old-versions =20 MAINTAINER=3D billf@FreeBSD.org +COMMENT=3D An X11/GTK network analyzer/capture tool =20 .if !defined(WITHOUT_SNMP) -LIB_DEPENDS=3D snmp.4:${PORTSDIR}/net/net-snmp4 +LIB_DEPENDS=3D netsnmp.5:${PORTSDIR}/net/net-snmp .endif =20 USE_GNOMENG=3D yes +CONFIGURE_ARGS=3D --program-transform-name=3D"" +CONFIGURE_TARGET=3D --target=3D${MACHINE_ARCH}-unknown-freebsd${OSREL} .if !defined(WITHOUT_X11) USE_X_PREFIX=3D yes USE_GNOME=3D gtk12 @@ -40,7 +43,7 @@ =20 .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+=3D --enable-snmp=3Dyes \ - --with-ucdsnmp=3D${LOCALBASE}/lib + --with-net-snmp=3D${LOCALBASE}/lib .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+=3D --with-ssl=3D/usr .endif diff -ruN ethereal.orig/distinfo ethereal/distinfo --- ethereal.orig/distinfo Thu Feb 20 15:07:06 2003 +++ ethereal/distinfo Thu Feb 20 14:31:00 2003 @@ -1 +1 @@ -MD5 (ethereal-0.9.7.tar.gz) =3D c5094063c332505dd65276cf05e12c85 +MD5 (ethereal-0.9.9.tar.gz) =3D 711007f6ae56ded4fe1062e4f9dcdba8 diff -ruN ethereal.orig/pkg-comment ethereal/pkg-comment --- ethereal.orig/pkg-comment Thu Feb 20 15:07:06 2003 +++ ethereal/pkg-comment Wed Dec 31 19:00:00 1969 @@ -1 +0,0 @@ -An X11/GTK network analyzer/capture tool diff -ruN ethereal.orig/pkg-plist ethereal/pkg-plist --- ethereal.orig/pkg-plist Thu Feb 20 15:07:06 2003 +++ ethereal/pkg-plist Thu Feb 20 15:06:18 2003 @@ -22,9 +22,15 @@ lib/ethereal/plugins/%%PORTVERSION%%/gryphon.a lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so +lib/ethereal/plugins/%%PORTVERSION%%/megaco.a +lib/ethereal/plugins/%%PORTVERSION%%/megaco.la +lib/ethereal/plugins/%%PORTVERSION%%/megaco.so lib/ethereal/plugins/%%PORTVERSION%%/mgcp.a lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so +lib/ethereal/plugins/%%PORTVERSION%%/pcli.a +lib/ethereal/plugins/%%PORTVERSION%%/pcli.la +lib/ethereal/plugins/%%PORTVERSION%%/pcli.so @dirrm etc/diameter @dirrm lib/ethereal/plugins/%%PORTVERSION%% @dirrm lib/ethereal/plugins --=-SVmF68sHh9K7jNxduRt1-- --=-B6KoH35CNOTF5AvrQauZ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+VTX1b2iPiv4Uz4cRAoefAJ4zD0rUg5dZJnXDppf+ulpYy3LE0QCfTOgF 2JYMfD7ravGkI6snDlNke64= =EQEx -----END PGP SIGNATURE----- --=-B6KoH35CNOTF5AvrQauZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message