From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 18 04:20:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9757E37B401 for ; Fri, 18 Jul 2003 04:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B328943FBF for ; Fri, 18 Jul 2003 04:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6IBKAUp097999 for ; Fri, 18 Jul 2003 04:20:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6IBKAIw097998; Fri, 18 Jul 2003 04:20:10 -0700 (PDT) Resent-Date: Fri, 18 Jul 2003 04:20:10 -0700 (PDT) Resent-Message-Id: <200307181120.h6IBKAIw097998@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2E6837B401 for ; 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 ; 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: Date: Fri, 18 Jul 2003 13:14:53 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54612: Update net/libnet: fix build with gcc-3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 11:20:11 -0000 >Number: 54612 >Category: ports >Synopsis: Update net/libnet: fix build with gcc-3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 18 04:20:09 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted: