From owner-freebsd-ports Wed Nov 27 1: 0:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A8A37B401 for ; Wed, 27 Nov 2002 01:00:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69AB143EC5 for ; Wed, 27 Nov 2002 01:00: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 gAR90Fx3000137 for ; Wed, 27 Nov 2002 01:00: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 gAR90Fc3000135; Wed, 27 Nov 2002 01:00:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E7437B404 for ; Wed, 27 Nov 2002 00:58:11 -0800 (PST) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE7143E4A for ; Wed, 27 Nov 2002 00:58:10 -0800 (PST) (envelope-from vs@foldr.org) Received: from theater.foldr.org (pD9509CA1.dip.t-dialin.net [217.80.156.161]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id gAR8vZjN085877 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Wed, 27 Nov 2002 09:57:38 +0100 (CET) (envelope-from vs@foldr.org) Received: from monster.theater.foldr.org (monster.theater.foldr.org [IPv6:3ffe:b80:2de:3:2e0:29ff:fe98:abca]) by theater.foldr.org (8.12.5/8.12.5) with ESMTP id gAR8vvBa030994 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Wed, 27 Nov 2002 09:57:58 +0100 (CET) (envelope-from vs@monster.theater.foldr.org) Received: (from vs@localhost) by monster.theater.foldr.org (8.12.6/8.12.6/Submit) id gAR8vPO9001263; Wed, 27 Nov 2002 09:57:25 +0100 (CET) (envelope-from vs) Message-Id: <200211270857.gAR8vPO9001263@monster.theater.foldr.org> Date: Wed, 27 Nov 2002 09:57:25 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45790: [bento] net/p5-Net-Patricia lacks sys/types.h Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45790 >Category: ports >Synopsis: [bento] net/p5-Net-Patricia lacks sys/types.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 27 01:00:14 PST 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD monster.theater.foldr.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Nov 24 14:40:01 CET 2002 root@monster.theater.foldr.org:/usr/obj/usr/src/sys/MONSTER i386 >Description: Fix -CURRENT build since it has a much cleaner header file space. Therefore, add missing include. >How-To-Repeat: >Fix: New patch-file: diff -urN p5-Net-Patricia.orig/files/patch-libpatricia-patricia.c p5-Net-Patricia/files/patch-libpatricia-patricia.c --- p5-Net-Patricia.orig/files/patch-libpatricia-patricia.c Thu Jan 1 01:00:00 1970 +++ p5-Net-Patricia/files/patch-libpatricia-patricia.c Wed Nov 27 09:53:26 2002 @@ -0,0 +1,10 @@ +--- libpatricia/patricia.c.orig Wed Nov 27 09:51:16 2002 ++++ libpatricia/patricia.c Wed Nov 27 09:52:14 2002 +@@ -24,6 +24,7 @@ + #include /* sprintf, fprintf, stderr */ + #include /* free, atol, calloc */ + #include /* memcpy, strchr, strlen */ ++#include + #include /* for inet_addr */ + + #include "patricia.h" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message