Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 15:28:23 +0200
From:      Marco Molteni <molter@tin.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        billf@FreeBSD.org
Subject:   ports/37414: UPDATE PORT: net/ethereal to latest version (0.9.3)
Message-ID:  <20020424132823.14109.qmail@cobweb.example.org>

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

>Number:         37414
>Category:       ports
>Synopsis:       UPDATE PORT: net/ethereal to latest version (0.9.3)
>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:   Wed Apr 24 06:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Marco Molteni
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD cobweb.example.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Apr 17 12:02:02 CEST 2002 root@cobweb.example.org:/usr/src/sys/compile/COBWEB i386


>Description:
	This patch updates the net/ethereal port from 0.9.1 to the latest 0.9.3
>How-To-Repeat:
	N/A
>Fix:

diff -u -r ethereal/Makefile ethereal-9.3/Makefile
--- ethereal/Makefile	Tue Feb  5 02:27:53 2002
+++ ethereal-9.3/Makefile	Wed Apr 24 15:13:39 2002
@@ -2,11 +2,11 @@
 # Date created:        10 August 1998
 # Whom:                Bill Fumerola <billf@chc-chimes.com>
 #
-# $FreeBSD: ports/net/ethereal/Makefile,v 1.44 2002/02/05 01:27:53 billf Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	ethereal
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.3
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
 		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
@@ -23,14 +23,13 @@
 .if !defined(WITHOUT_X11)
 USE_X_PREFIX=	yes
 USE_GTK=	yes
+USE_GLIB=	yes
 MAN1+=		ethereal.1
 PLIST_SUB+=	ETHEREAL=bin/ethereal
 .else
 PLIST_SUB+=	ETHEREAL="@comment ethereal not built"
-LIB_DEPENDS+=	glib12.3:${PORTSDIR}/devel/glib12
 CONFIGURE_ARGS+=	--enable-ethereal=no \
 			--disable-gtktest
-CONFIGURE_ENV+=	GLIB_CONFIG=${LOCALBASE}/bin/glib12-config
 .endif
 
 USE_LIBTOOL=	yes
@@ -47,7 +46,7 @@
 CONFIGURE_ARGS+=	--enable-snmp=no
 .endif
 
-MAN1+=		editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
+MAN1+=		editcap.1 idl2eth.1 mergecap.1 tethereal.1
 
 pre-install:
 .for i in ${MAN1}
Only in ethereal-9.3: OLD-DIRS
diff -u -r ethereal/distinfo ethereal-9.3/distinfo
--- ethereal/distinfo	Tue Feb 19 09:30:52 2002
+++ ethereal-9.3/distinfo	Wed Apr 24 14:00:32 2002
@@ -1 +1 @@
-MD5 (ethereal-0.9.1.tar.gz) = d358941f978bff598672c618df044195
+MD5 (ethereal-0.9.3.tar.gz) = 9ecd125c0ef321800fd799edc025d8e9
Only in ethereal-9.3: files
diff -u -r ethereal/pkg-plist ethereal-9.3/pkg-plist
--- ethereal/pkg-plist	Tue Feb 19 09:30:52 2002
+++ ethereal-9.3/pkg-plist	Wed Apr 24 15:15:06 2002
@@ -11,9 +11,13 @@
 etc/nasreq.xml
 etc/sunping.xml
 lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.so
+lib/ethereal/plugins/%%PORTVERSION%%/coseventcomm.la
 lib/ethereal/plugins/%%PORTVERSION%%/cosnaming.so
+lib/ethereal/plugins/%%PORTVERSION%%/cosnaming.la
 lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so
+lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la
 lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so
+lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la
 @dirrm lib/ethereal/plugins/%%PORTVERSION%%
 @dirrm lib/ethereal/plugins
 @dirrm lib/ethereal


>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?20020424132823.14109.qmail>