From krion@voodoo.oberon.net  Fri Jul 18 04:14:55 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D2E6837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Jul 2003 04:14:55 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3FD43FDF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Jul 2003 04:14:55 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.20)
	id 19dTCP-000EO1-FK
	for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Jul 2003 13:14:53 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.20)
	id 19dTCP-000Grx-Va
	for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Jul 2003 13:14:53 +0200
Message-Id: <E19dTCP-000Grx-Va@voodoo.oberon.net>
Date: Fri, 18 Jul 2003 13:14:53 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update net/libnet: fix build with gcc-3.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54612
>Category:       ports
>Synopsis:       Update net/libnet: fix build with gcc-3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 18 04:20:09 PDT 2003
>Closed-Date:    Wed Jul 30 00:51:48 PDT 2003
>Last-Modified:  Wed Jul 30 00:51:48 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update net/libnet: fix build with gcc-3.3

Reported by bento:
http://bento.freebsd.org/errorlogs/i386-5-latest/libnet-1.0.2a,1.log

>How-To-Repeat:
>Fix:
diff -urN libnet.orig/files/patch-include::libnet.h libnet/files/patch-include::libnet.h
--- libnet.orig/files/patch-include::libnet.h	Thu Jan  1 01:00:00 1970
+++ libnet/files/patch-include::libnet.h	Fri Jul 18 13:12:40 2003
@@ -0,0 +1,15 @@
+--- include/libnet.h.orig	Fri Jul 18 15:11:05 2003
++++ include/libnet.h	Fri Jul 18 15:12:16 2003
+@@ -84,9 +84,9 @@
+ #define LIBNET_VERSION  "1.0.2a"
+ 
+ #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
+-#error "byte order has not been specified, you'll
+-need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the
+-documentation regarding the libnet-config script."
++#error "byte order has not been specified, you'll"
++"need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the"
++"documentation regarding the libnet-config script."
+ #endif
+ 
+ #endif  /* __LIBNET_H */
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->osa 
Responsible-Changed-By: osa 
Responsible-Changed-When: Fri Jul 18 04:48:56 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54612 
Responsible-Changed-From-To: osa->krion 
Responsible-Changed-By: osa 
Responsible-Changed-When: Tue Jul 22 01:46:54 PDT 2003 
Responsible-Changed-Why:  
Submitter now committer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54612 
State-Changed-From-To: open->closed  
State-Changed-By: krion 
State-Changed-When: Wed Jul 30 00:51:36 PDT 2003 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54612 
>Unformatted:
