Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2005 12:41:38 +1000
From:      Sam Lawrance <boris@brooknet.com.au>
To:        Ken Gunderson <kgunders@teamcool.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD Port: ethereal-0.10.11_1
Message-ID:  <1116124898.1316.6.camel@dirk.no.domain>
In-Reply-To: <42866FA6.10503@teamcool.net>
References:  <42866FA6.10503@teamcool.net>

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

--=-JquMKdybvub9tFkO1aKJ
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Sat, 2005-05-14 at 15:37 -0600, Ken Gunderson wrote:
>  > -O -pipe -Dfreebsd5
>  > -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.6/BSDPAN
>  > -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H
>  > -fno-strict-aliasing -pipe -I/usr/local/include
>  > -I/usr/local/lib/perl5/5.8.6/mach/CORE -I.
>  > -I/usr/local/include -I/usr/include -MT summary.o -MD
>  > -MP -MF ".deps/summary.Tpo" -c -o summary.o summary.c;
>  >  then mv -f ".deps/summary.Tpo" ".deps/summary.Po";
>  > else rm -f ".deps/summary.Tpo"; exit 1; fi
>  > rm: ethereal: is a directory
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11.
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11.
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/net/ethereal/work/ethereal-0.10.11.
>  > *** Error code 1
>  >
>  > Stop in /usr/ports/net/ethereal.
>  >
> 
> I'll add another "me too" to this.  Which is pretty much a bummer 
> because it's blowing my gnome-upgrade script and it looks like I'll have 
> to restart from beginning.  Sigh.... That's a lot of compiling...
> 
> Does anyone know if anyone is working on this??
> 

Here's a fix.  Marcus, you copied that last patch into files/, when it
should have been applied to the port.

Cheers
Sam



--=-JquMKdybvub9tFkO1aKJ
Content-Disposition: attachment; filename=patch-net-ethereal
Content-Type: text/x-patch; name=patch-net-ethereal; charset=ASCII
Content-Transfer-Encoding: 7bit

Index: files/patch-epan_dissectors_packet-diameter.c
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/net/ethereal/files/patch-epan_dissectors_packet-diameter.c,v
retrieving revision 1.1
diff -u -r1.1 patch-epan_dissectors_packet-diameter.c
--- files/patch-epan_dissectors_packet-diameter.c	13 May 2005 05:46:41 -0000	1.1
+++ files/patch-epan_dissectors_packet-diameter.c	15 May 2005 02:34:32 -0000
@@ -1,23 +1,19 @@
-diff -ruN ethereal.orig/files/patch-packet-diameter.c ethereal/files/patch-packet-diameter.c
---- ethereal.orig/files/patch-packet-diameter.c	Thu Jan  1 03:00:00 1970
-+++ ethereal/files/patch-packet-diameter.c	Thu May 12 03:30:32 2005
-@@ -0,0 +1,19 @@
-+--- epan/dissectors/packet-diameter.c.orig	Thu May 12 03:07:06 2005
-++++ epan/dissectors/packet-diameter.c	Thu May 12 02:54:14 2005
-+@@ -2022,13 +2022,13 @@
-+ 		  { "Flags", "diameter.flags", FT_UINT8, BASE_HEX, NULL, 0x0,
-+ 		    "", HFILL }},
-+ 		{ &hf_diameter_flags_request,
-+-		  { "Request", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
-++		  { "Request ", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
-+ 			"", HFILL }},
-+ 		{ &hf_diameter_flags_proxyable,
-+-		  { "Proxyable", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
-++		  { "Proxyable ", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
-+ 			"", HFILL }},
-+ 		{ &hf_diameter_flags_error,
-+-		  { "Error","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
-++		  { "Error ","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
-+ 			"", HFILL }},
-+ 		{ &hf_diameter_flags_T,
-+ 		  { "T(Potentially re-transmitted message)","diameter.flags.T", FT_BOOLEAN, 8, TFS(&flags_set_truth),DIAM_FLAGS_T,
+--- epan/dissectors/packet-diameter.c.orig	Thu May 12 03:07:06 2005
++++ epan/dissectors/packet-diameter.c	Thu May 12 02:54:14 2005
+@@ -2022,13 +2022,13 @@
+ 		  { "Flags", "diameter.flags", FT_UINT8, BASE_HEX, NULL, 0x0,
+ 		    "", HFILL }},
+ 		{ &hf_diameter_flags_request,
+-		  { "Request", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
++		  { "Request ", "diameter.flags.request", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_R,
+ 			"", HFILL }},
+ 		{ &hf_diameter_flags_proxyable,
+-		  { "Proxyable", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
++		  { "Proxyable ", "diameter.flags.proxyable", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_P,
+ 			"", HFILL }},
+ 		{ &hf_diameter_flags_error,
+-		  { "Error","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
++		  { "Error ","diameter.flags.error", FT_BOOLEAN, 8, TFS(&flags_set_truth), DIAM_FLAGS_E,
+ 			"", HFILL }},
+ 		{ &hf_diameter_flags_T,
+ 		  { "T(Potentially re-transmitted message)","diameter.flags.T", FT_BOOLEAN, 8, TFS(&flags_set_truth),DIAM_FLAGS_T,

--=-JquMKdybvub9tFkO1aKJ--



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