From eps@anna.ana.com  Tue Dec  5 22:22:44 2006
Return-Path: <eps@anna.ana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CEF6916A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Dec 2006 22:22:44 +0000 (UTC)
	(envelope-from eps@anna.ana.com)
Received: from anna.ana.com (anna.ana.com [208.69.41.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 33FA643CA3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Dec 2006 22:22:03 +0000 (GMT)
	(envelope-from eps@anna.ana.com)
Received: from anna.ana.com (localhost [127.0.0.1])
	by anna.ana.com (8.13.8/8.13.8) with ESMTP id kB5MSkb6002279
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 5 Dec 2006 14:28:46 -0800 (PST)
Received: (from eps@localhost)
	by anna.ana.com (8.13.8/8.13.8/Submit) id kB5MSk81002277;
	Tue, 5 Dec 2006 14:28:46 -0800 (PST)
Message-Id: <200612052228.kB5MSk81002277@anna.ana.com>
Date: Tue, 5 Dec 2006 14:28:46 -0800 (PST)
From: "Eric P. Scott" <eps+pbug0612@ana.com>
Reply-To: "Eric P. Scott" <eps+pbug0612@ana.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: devel/m4: m4 1.4.8 configure test for rlim_t broken
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         106393
>Category:       ports
>Synopsis:       devel/m4: m4 1.4.8 configure test for rlim_t broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ade
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 05 22:30:10 GMT 2006
>Closed-Date:    Tue Dec 05 22:49:57 GMT 2006
>Last-Modified:  Tue Dec 05 22:49:57 GMT 2006
>Originator:     Eric P. Scott
>Release:        FreeBSD 4.11-SECURITY i386
>Organization:
ana-systems, Inc.
>Environment:
System: FreeBSD fourever 4.11-SECURITY FreeBSD 4.11-SECURITY #0: Tue Feb 28 16:06:29 GMT 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Compile produces numerous warnings:

/usr/include/sys/types.h:84: warning: useless keyword or type name in empty declaration
/usr/include/sys/types.h:84: warning: empty declaration
>How-To-Repeat:
make on FreeBSD 4.x
>Fix:
Add as files/patch-ac to add missing #include <sys/time.h>

--- configure.orig	Mon Nov 20 06:25:55 2006
+++ configure
@@ -15426,6 +15426,7 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
+#include <sys/time.h>
 #include <sys/resource.h>
 
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ade 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 5 22:30:30 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106393 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Tue Dec 5 22:47:20 UTC 2006 
State-Changed-Why:  
This is a FreeBSD 4.x-specific problem, it does not occur on either RELENG_5, 
RELENG_6, or HEAD.  With the impending EOL of 4.x, the fact that it only 
kicks out warnings, and that the change is just plain wrong for 5.x and 
above, the patch is regretfully not going to be added to the port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106393 
>Unformatted:
