Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 Feb 2003 12:36:05 +0100 (CET)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47999: Fix break on -CURRENT for news/newspost
Message-ID:  <20030206113605.A3FAEF2@icommerce-france.com>

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

>Number:         47999
>Category:       ports
>Synopsis:       Fix break on -CURRENT for news/newspost
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 06 03:40:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD current.itxmarket.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jan 21 14:14:37 CET 2003 root@current.itxmarket.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
	Fix broken build on -CURRENT.
	Port still compiles on 4.x.
	Reported by bento.
>How-To-Repeat:
>Fix:

	
diff -u -ruN newspost.bak/files/patch-aa newspost/files/patch-aa
--- newspost.bak/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ newspost/files/patch-aa	Thu Feb  6 12:25:03 2003
@@ -0,0 +1,10 @@
+--- base/socket.c.orig	Sun Jul 21 21:58:52 2002
++++ base/socket.c	Thu Feb  6 12:22:46 2003
+@@ -19,6 +19,7 @@
+  */
+ 
+ #include <signal.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netdb.h>
+ #include <netinet/in.h>

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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