Date: Tue, 20 May 2003 07:44:56 +1000 From: Andy Newman <atrn@zeta.org.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52444: Fix to ports/lang/ici build problem on 5-CURRENT Message-ID: <20030519214456.ACD9C5D0F@juju.bsn> Resent-Message-ID: <200305192150.h4JLoDuc088889@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52444 >Category: ports >Synopsis: Fix to ports/lang/ici build problem on 5-CURRENT >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 19 14:50:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andy Newman >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD juju.bsn 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Fri Oct 11 11:48:04 EST 2002 toor@juju.bsn:/space/obj/usr/src/sys/juju i386 >Description: Patch to fix build failures of lang/ici port on 5-CURRENT. Note this is UNTESTED (my 5-CURRENT machine disappeared last week) but the same fix was required on other gcc 3.x using platforms (Mac OS X) and I am assuming it will repair the brokeness. >How-To-Repeat: Patch the port as follows, adds a files/patch-conf-bsd.h file to supply a necessary include to pick up the real float_t prior to ICI defining its float_t. diff -x CVS -PNru /usr/ports/lang/ici/files/patch-conf-bsd.h ./files/patch-conf-bsd.h --- /usr/ports/lang/ici/files/patch-conf-bsd.h Thu Jan 1 10:00:00 1970 +++ ./files/patch-conf-bsd.h Tue May 20 07:14:24 2003 @@ -0,0 +1,10 @@ +--- old-conf-bsd.h Tue May 20 07:13:49 2003 ++++ conf-bsd.h Tue May 20 07:13:58 2003 +@@ -1,6 +1,7 @@ + #ifndef ICI_CONF_H + #define ICI_CONF_H + ++#include <math.h> + #include <sys/param.h> + #undef isset + >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030519214456.ACD9C5D0F>