Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2003 15:44:49 +0100
From:      "Clement Laforet" <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/59641: [bento fix] net/ntop: fix build on recent current.
Message-ID:  <20031124144439.5416043FB1@mx1.FreeBSD.org>
Resent-Message-ID: <200311241450.hAOEoGNC032926@freefall.freebsd.org>

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

>Number:         59641
>Category:       ports
>Synopsis:       [bento fix] net/ntop: fix build on recent current.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 24 06:50:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.2-BETA i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Sat Nov 22 21:09:27 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Fix ntop on -current due to recent changes on sys/sched.h.

>How-To-Repeat:
	http://bento.freebsd.org/errorlogs/i386-5-latest/ntop-2.2_1.log
>Fix:

	

--- ntop.diff begins here ---
Index: ntop/files/patch-configure
===================================================================
RCS file: ntop/files/patch-configure
diff -N ntop/files/patch-configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ntop/files/patch-configure	22 Nov 2003 13:55:28 -0000
@@ -0,0 +1,11 @@
+--- configure.orig	Sat Nov 22 13:54:32 2003
++++ configure	Sat Nov 22 13:54:48 2003
+@@ -14711,7 +14711,7 @@
+ 
+ 
+ 
+-for ac_header in sched.h sys/sched.h
++for ac_header in sched.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
--- ntop.diff ends here ---


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



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