From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 6 02:30:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B626037B401 for ; Fri, 6 Jun 2003 02:30:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3A343FBD for ; Fri, 6 Jun 2003 02:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h569UBUp061899 for ; Fri, 6 Jun 2003 02:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h569UB1D061898; Fri, 6 Jun 2003 02:30:11 -0700 (PDT) Resent-Date: Fri, 6 Jun 2003 02:30:11 -0700 (PDT) Resent-Message-Id: <200306060930.h569UB1D061898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Yeske Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF4137B404 for ; Fri, 6 Jun 2003 02:22:23 -0700 (PDT) Received: from web13505.mail.yahoo.com (web13505.mail.yahoo.com [216.136.175.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B72A43F93 for ; Fri, 6 Jun 2003 02:22:20 -0700 (PDT) (envelope-from dyeske@yahoo.com) Received: from [68.114.30.244] by web13505.mail.yahoo.com via HTTP; Fri, 06 Jun 2003 02:22:20 PDT Message-Id: <20030606092220.92768.qmail@web13505.mail.yahoo.com> Date: Fri, 6 Jun 2003 02:22:20 -0700 (PDT) From: David Yeske To: FreeBSD-gnats-submit@FreeBSD.org cc: Mario cc: Lars.Koeller@Uni-Bielefeld.DE Subject: ports/52981: devel/ddd does not compile on HEAD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 09:30:13 -0000 >Number: 52981 >Category: ports >Synopsis: devel/ddd does not compile on HEAD >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: Fri Jun 06 02:30:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD aurora 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Mar 6 18:42:07 EST 2003 root@aurora:/export/obj/usr/src/sys/AURORA i386 >Description: this patch is a workaround for "isnan" detection >How-To-Repeat: attempt to compile on HEAD In file included from mconf.h:70, from airy.c:59: ../cmath.h:173: syntax error before "sizeof" >Fix: http://pigseye.kennesaw.edu/~dyeske/freebsd/patch-cmath.h --- cmath.h.origTue Mar 7 17:26:42 2000 +++ cmath.hThu Feb 27 17:05:07 2003 @@ -170,5 +170,12 @@ #endif #ifndef HAVE_ISNAN_DECL +#ifdef __FreeBSD__ +# include +# if __FreeBSD_version < 500100 +extern int isnan ( double x ); +# endif +#endif +#else extern int isnan ( double x ); #endif __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com >Release-Note: >Audit-Trail: >Unformatted: