Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2002 09:57:25 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45790: [bento] net/p5-Net-Patricia lacks sys/types.h
Message-ID:  <200211270857.gAR8vPO9001263@monster.theater.foldr.org>

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

>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 <stdio.h> /* sprintf, fprintf, stderr */
+ #include <stdlib.h> /* free, atol, calloc */
+ #include <string.h> /* memcpy, strchr, strlen */
++#include <sys/types.h>
+ #include <arpa/inet.h> /* 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




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