From owner-freebsd-ports-bugs Sun Mar 23 10:10:19 2003 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 91F6937B404 for ; Sun, 23 Mar 2003 10:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92ABD43FBF for ; Sun, 23 Mar 2003 10:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2NIAFNS061498 for ; Sun, 23 Mar 2003 10:10:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2NIAF2R061497; Sun, 23 Mar 2003 10:10:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA0A37B401 for ; Sun, 23 Mar 2003 10:08:24 -0800 (PST) Received: from tomten.homelinux.net (as7-3-3.ras.s.bonet.se [217.215.99.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id C143F43FA3 for ; Sun, 23 Mar 2003 10:08:23 -0800 (PST) (envelope-from marcus@tomten.homelinux.net) Received: from tomten.homelinux.net (localhost [127.0.0.1]) by tomten.homelinux.net (8.12.7/8.12.7) with ESMTP id h2NI8LLU003112 for ; Sun, 23 Mar 2003 19:08:21 +0100 (CET) (envelope-from marcus@tomten.homelinux.net) Received: (from root@localhost) by tomten.homelinux.net (8.12.7/8.12.7/Submit) id h2NI8LpA003111; Sun, 23 Mar 2003 19:08:21 +0100 (CET) Message-Id: <200303231808.h2NI8LpA003111@tomten.homelinux.net> Date: Sun, 23 Mar 2003 19:08:21 +0100 (CET) From: macklobell@hotmail.com Reply-To: macklobell@hotmail.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50217: Remove compiler warnings from freenet6 port Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50217 >Category: ports >Synopsis: Remove compiler warnings from freenet6 port >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: Sun Mar 23 10:10:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: root >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD killerqueen.tomten.homelinux.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Mar 19 19:58:30 CET 2003 root@killerqueen.tomten.homelinux.net:/usr/obj/usr/src/sys/KERNEL8 i386 >Description: When compiling the freenet6 port, some compiler warnings are generated. By including string.h they are removed. >How-To-Repeat: Build the port on a 5.0 system. >Fix: --- log.c.diff begins here --- *** log.c.org Sun Mar 23 16:41:11 2003 --- log.c Sun Mar 23 16:42:54 2003 *************** *** 32,37 **** --- 32,38 ---- #include #include #include + #include #define LOG_IT --- log.c.diff ends here --- --- xmltsp.c.diff begins here --- *** xmltsp.c.org Sun Mar 23 16:41:06 2003 --- xmltsp.c Sun Mar 23 16:41:29 2003 *************** *** 29,34 **** --- 29,35 ---- */ #include #include + #include #include "xmlparse.h" --- xmltsp.c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message